:root {
	--zp-navy: #132e47;
	--zp-red: #c30d3f;
	--zp-orange: #f3a000;
	--zp-line: #f0f0f0;
	--zp-width: 1340px;
}

.home {
	font-family: Nunito, "Segoe UI", Arial, sans-serif;
}

.home .zp-shell {
	max-width: var(--zp-width);
}

.home .site-header {
	background: transparent;
	border: 0;
	box-shadow: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.home .site-header__inner {
	gap: 42px;
	min-height: 158px;
}

.home .site-branding {
	flex: 0 0 260px;
	height: 150px;
	justify-content: center;
	min-width: 0;
}

.home .site-branding img,
.home .site-branding img:first-child,
.home .site-branding img:last-child {
	display: block;
	height: 146px;
	max-height: none;
	object-fit: contain;
	width: 245px;
}

.home .site-header__navigation {
	align-items: center;
	display: flex;
	width: 100%;
}

.home .site-nav {
	align-self: stretch;
	display: flex;
}

.home .site-nav > .menu {
	gap: 10px;
	width: 100%;
}

.home .site-nav a {
	font-family: Nunito, "Segoe UI", Arial, sans-serif;
	font-size: 17px;
	padding-left: 11px;
	padding-right: 11px;
}

.home .site-nav > .menu > .menu-item-has-children > a {
	padding-right: 27px;
}

.home .site-nav > .menu > .menu-item-has-children > a::after {
	border: solid currentcolor;
	border-width: 0 2px 2px 0;
	content: "";
	height: 7px;
	margin-top: -6px;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: rotate(45deg);
	width: 7px;
}

.home .site-nav .sub-menu {
	top: calc(100% - 26px);
}

.home .site-main {
	padding-top: 0;
}

.zp-home-hero {
	background-image: var(--zp-hero-image);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 650px;
	overflow: hidden;
	position: relative;
}

.zp-home-hero::after {
	display: none;
}

.zp-home-hero__inner {
	display: flex;
	justify-content: flex-end;
	min-height: 650px;
	position: relative;
	z-index: 1;
}

.zp-home-hero__content {
	color: #fff;
	margin-top: 220px;
	padding-right: 22px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .52);
	width: 49%;
}

.zp-home-hero__content h1 {
	color: #fff;
	font: 700 40px/1.2 Nunito, sans-serif;
	letter-spacing: -.75px;
	margin: 0 0 2px;
}

.zp-home-hero__patron {
	font: 400 17px/1.1 Nunito, sans-serif;
	margin: 0 0 12px;
}

.zp-home-hero__lead {
	font: 700 19px/1.5 "Open Sans", sans-serif;
	margin: 0 0 24px;
	max-width: 590px;
}

.zp-home-hero__stats {
	display: grid;
	gap: 38px;
	grid-template-columns: 1fr 1fr;
	margin: 0 0 30px;
	max-width: 570px;
}

.zp-home-hero__stats > div {
	position: relative;
}

.zp-home-hero__stats > div::before {
	background: var(--zp-orange);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: -11px;
	width: 26px;
}

.zp-home-hero__stats strong,
.zp-home-hero__stats span {
	display: block;
}

.zp-home-hero__stats strong {
	color: #fff;
	font: 700 25px/1.2 "Open Sans", sans-serif;
}

.zp-home-hero__stats span {
	font: 600 12px/1.3 "Open Sans", sans-serif;
}

.zp-button {
	align-items: center;
	background: var(--zp-navy);
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	font: 600 18px/1.2 "Open Sans", sans-serif;
	gap: 18px;
	min-height: 48px;
	padding: 0 22px;
	text-decoration: none;
	transition: background-color .2s ease;
}

.zp-button:hover {
	background: var(--zp-red);
	color: #fff;
}

.zp-home-hero__button {
	font-size: 18px;
	min-height: 54px;
	padding: 0 25px;
	text-shadow: none;
}

.zp-home-hero__button span {
	font-size: 26px;
	transition: transform .2s ease;
}

.zp-home-hero__button:hover span {
	transform: translateX(4px);
}

.home.zp-motion-ready .site-header,
.home.zp-motion-ready .zp-home-hero,
.home.zp-motion-ready .zp-home-content {
	opacity: 0;
}

.home.zp-motion-ready .site-header {
	transform: translateY(-10px);
	transition: opacity .7s ease, transform .7s ease;
}

.home.zp-motion-ready .zp-home-hero {
	transition: opacity .9s ease;
}

.home.zp-motion-ready .zp-home-content {
	transform: translateY(22px);
	transition: opacity .8s ease, transform .8s ease;
}

.home.zp-motion-ready .site-header.is-visible,
.home.zp-motion-ready .zp-home-hero.is-visible,
.home.zp-motion-ready .zp-home-content.is-visible {
	opacity: 1;
	transform: none;
}

.home.zp-motion-ready .zp-home-hero__content > * {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .55s ease, transform .55s cubic-bezier(.22, 1, .36, 1);
}

.home.zp-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > * {
	opacity: 1;
	transform: none;
}

.home.zp-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > :nth-child(1) {
	transition-delay: .12s;
}

.home.zp-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > :nth-child(2) {
	transition-delay: .2s;
}

.home.zp-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > :nth-child(3) {
	transition-delay: .28s;
}

.home.zp-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > :nth-child(4) {
	transition-delay: .38s;
}

.home.zp-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > :nth-child(5) {
	transition-delay: .48s;
}

.home.zp-motion-ready .zp-home-hero__stats > div::before {
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s ease .55s;
}

.home.zp-motion-ready .zp-home-hero.is-visible .zp-home-hero__stats > div::before {
	transform: scaleX(1);
}

.zp-home-content {
	padding-top: 42px;
}

.zp-home-layout {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 2.35fr) minmax(340px, .9fr);
}

.zp-news-heading {
	align-items: center;
	border: 0;
	display: flex;
	gap: 22px;
	margin: 0 0 34px;
	padding: 0;
}

.zp-news-heading h2 {
	color: #212121;
	flex: 0 0 auto;
	font: 700 22px/1.2 Nunito, sans-serif;
	margin: 0;
}

.zp-news-heading::after {
	background: var(--zp-line);
	content: "";
	height: 2px;
	order: 1;
	width: 100%;
}

.zp-news-filters {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 19px;
	order: 2;
}

.zp-news-filters a {
	color: #314a60;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.zp-news-filters a.is-active,
.zp-news-filters a:hover {
	color: #626d76;
}

.home .zp-news-list {
	display: grid;
	gap: 0;
}

.zp-news-story {
	align-items: start;
	border-bottom: 1px solid var(--zp-line);
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
	margin: 0 0 40px;
	padding: 0 0 40px;
}

.zp-news-story__media {
	min-width: 0;
	position: relative;
}

.zp-news-story__media > a:first-child {
	aspect-ratio: 750 / 536;
	border-radius: 7px;
	display: block;
	overflow: hidden;
}

.zp-news-story__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.zp-news-story__category {
	background: var(--zp-red);
	min-height: 24px;
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	left: 20px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 6px 9px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	top: 20px;
	z-index: 2;
}

.zp-news-story__category:hover {
	background: var(--zp-navy);
	color: #fff;
}

.zp-news-story__body h3 {
	font: 700 22px/1.4 Nunito, sans-serif;
	margin: 0 0 5px;
}

.zp-news-story__body h3 a {
	color: var(--zp-navy);
	text-decoration: none;
}

.zp-news-story__body h3 a:hover {
	color: var(--zp-red);
}

.zp-news-story__date {
	color: #626d76;
	font: 400 14px/1.5 "Open Sans", sans-serif;
	margin: 0 0 18px;
}

.zp-news-story__body p {
	color: #3c3c3c;
	font: 300 16px/26px Poppins, sans-serif;
	margin: 0 0 18px;
}

.zp-news-story__button {
	border-radius: 3px;
	font: 600 14px/1.2 "Open Sans", sans-serif;
	min-height: 40px;
	padding: 10px 18px;
}

.zp-news-pagination {
	margin: -4px 0 44px;
}

.zp-news-pagination ul.page-numbers {
	align-items: center;
	background: transparent;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.zp-news-pagination .page-numbers {
	align-items: center;
	background: #f3f5f7;
	border-radius: 3px;
	color: var(--zp-navy);
	display: inline-flex;
	font: 700 14px/1 Nunito, sans-serif;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 0 13px;
	text-decoration: none;
}

.zp-news-pagination .page-numbers.current,
.zp-news-pagination a.page-numbers:hover {
	background: var(--zp-red);
	color: #fff;
}

.zp-news-pagination .prev,
.zp-news-pagination .next {
	padding-left: 18px;
	padding-right: 18px;
}

.zp-news-empty {
	color: #65717c;
	margin: 0 0 44px;
}

.zp-home-sidebar {
	min-width: 0;
}

.zp-home-sidebar .zp-events-section {
	margin: 0;
}

.zp-home-sidebar .zp-section-title {
	color: #282828;
	font: 700 24px/1.2 Nunito, sans-serif;
	margin: 0 0 34px;
	padding: 0 0 10px 36px;
	position: relative;
}

.zp-home-sidebar .zp-section-title::before {
	content: "▦";
	font-size: 27px;
	left: 0;
	position: absolute;
	top: -3px;
}

.zp-home-sidebar .zp-section-title::after {
	background: linear-gradient(90deg, var(--zp-red) 0 34px, var(--zp-line) 34px 100%);
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}

.zp-home-sidebar .zp-events-grid {
	background: linear-gradient(145deg, #cf0b43, #bb0a3a);
	border-radius: 7px;
	box-shadow: 0 14px 34px rgba(146, 4, 45, .22);
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	padding: 13px 22px;
}

.zp-home-sidebar .zp-event-card,
.zp-home-sidebar .zp-event-card.is-compact {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .11);
	border-radius: 0;
	box-shadow: none;
	display: grid;
	gap: 15px;
	grid-template-columns: 72px 1fr;
	min-height: 138px;
	padding: 20px 0;
}

.zp-home-sidebar .zp-event-card:last-child {
	border-bottom: 0;
}

.zp-home-sidebar .zp-event-card__image {
	align-self: start;
	background: #fff;
	border: 4px solid rgba(255, 255, 255, .35);
	border-radius: 5px;
	height: 75px;
	min-height: 75px;
	overflow: hidden;
}

.zp-home-sidebar .zp-event-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.zp-home-sidebar .zp-event-card__body {
	padding: 0;
}

.zp-home-sidebar .zp-event-card__date {
	color: #ffd11b;
	font-size: 13px;
	letter-spacing: 0;
}

.zp-home-sidebar .zp-event-card h3 {
	font: 700 17px/1.3 Nunito, sans-serif;
	margin: 3px 0;
}

.zp-home-sidebar .zp-event-card h3 a,
.zp-home-sidebar .zp-event-card h3 a:hover {
	color: #fff;
}

.zp-home-sidebar .zp-event-card__details {
	color: #f0a9bd;
	font-size: 13px;
}

.zp-home-sidebar__actions {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 24px;
}

.zp-home-sidebar__action {
	align-items: center;
	border: 2px solid var(--zp-navy);
	border-radius: 5px;
	display: inline-flex;
	font: 700 14px/1.2 Nunito, sans-serif;
	gap: 4px;
	justify-content: center;
	min-height: 44px;
	padding: 8px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.zp-home-sidebar__action.is-primary {
	background: var(--zp-navy);
	color: #fff;
}

.zp-home-sidebar__action.is-secondary {
	background: #fff;
	color: var(--zp-navy);
}

.zp-home-sidebar__action:hover {
	background: var(--zp-red);
	border-color: var(--zp-red);
	color: #fff;
}

.zp-home-sidebar__action span {
	font-size: 21px;
	font-weight: 400;
	line-height: 1;
}

.zp-sidebar-block {
	margin-top: 48px;
}

.zp-sidebar-heading {
	align-items: center;
	color: #282828;
	display: flex;
	font: 700 25px/1.2 Nunito, sans-serif;
	gap: 12px;
	margin: 0 0 34px;
	padding: 0 0 12px;
	position: relative;
}

.zp-sidebar-heading::after {
	background: linear-gradient(90deg, var(--zp-red) 0 34px, var(--zp-line) 34px 100%);
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}

.zp-sidebar-heading svg {
	fill: none;
	flex: 0 0 32px;
	height: 32px;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.3;
	width: 32px;
}

.zp-home-search__form {
	background: linear-gradient(135deg, rgba(245, 245, 245, .92), rgba(255, 255, 255, .98));
	border-radius: 7px;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 18px;
}

.zp-home-search__form input {
	background: #fff;
	border: 1px solid #cfd2d5;
	border-radius: 0;
	color: #46515a;
	font: 400 14px/1.2 Poppins, sans-serif;
	min-width: 0;
	padding: 0 14px;
	width: 100%;
}

.zp-home-search__form button {
	background: var(--zp-red);
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font: 700 15px/1 Nunito, sans-serif;
	min-height: 58px;
	padding: 0 21px;
	transition: background-color .2s ease;
}

.zp-home-search__form button:hover,
.zp-home-search__form button:focus-visible {
	background: var(--zp-navy);
}

.zp-home-search__form input:focus-visible,
.zp-home-search__form button:focus-visible,
.zp-audio-player button:focus-visible,
.zp-audio-player input:focus-visible {
	outline: 3px solid rgba(195, 13, 63, .28);
	outline-offset: 3px;
}

.zp-audio-player {
	background: linear-gradient(145deg, rgba(248, 248, 248, .96), rgba(255, 255, 255, .98));
	border-radius: 7px;
	box-shadow: 0 10px 28px rgba(19, 46, 71, .06);
	padding: 20px;
}

.zp-audio-player__artwork {
	border-radius: 7px;
	overflow: hidden;
	position: relative;
}

.zp-audio-player__artwork img {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
	width: 100%;
}

.zp-audio-player h3 {
	color: #3b3b3b;
	font: 500 17px/1.5 Nunito, sans-serif;
	margin: 22px 0 4px;
	text-align: center;
}

.zp-audio-player__album {
	color: #3b3b3b;
	font: 500 16px/1.45 Nunito, sans-serif;
	margin: 0 0 22px;
	text-align: center;
}

.zp-audio-player audio {
	width: 100%;
}

.zp-audio-player__controls,
.zp-audio-player__artwork-toggle {
	display: none;
}

.zp-audio-player.is-enhanced audio {
	display: none;
}

.zp-audio-player.is-enhanced .zp-audio-player__controls {
	display: block;
}

.zp-audio-player.is-enhanced .zp-audio-player__artwork-toggle {
	align-items: center;
	background: rgba(19, 46, 71, .18);
	border: 6px solid #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 72px;
	justify-content: center;
	left: 50%;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background-color .2s ease;
	width: 72px;
}

.zp-audio-player.is-enhanced .zp-audio-player__artwork-toggle:hover {
	background: rgba(195, 13, 63, .78);
	transform: translate(-50%, -50%);
}

.zp-audio-player__timeline {
	align-items: center;
	color: #7f858a;
	display: grid;
	font: 400 12px/1 Nunito, sans-serif;
	gap: 10px;
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.zp-audio-player__timeline input {
	accent-color: var(--zp-red);
	cursor: pointer;
	margin: 0;
	min-width: 0;
	width: 100%;
}

.zp-audio-player__main-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #74787b;
	cursor: pointer;
	display: flex;
	height: 66px;
	justify-content: center;
	margin: 16px auto 0;
	padding: 0;
	width: 66px;
}

.zp-audio-player__play-icon {
	border-bottom: 13px solid transparent;
	border-left: 20px solid currentcolor;
	border-top: 13px solid transparent;
	display: block;
	height: 0;
	margin-left: 5px;
	width: 0;
}

.zp-audio-player.is-playing .zp-audio-player__play-icon {
	border: 0;
	height: 26px;
	margin-left: 0;
	position: relative;
	width: 20px;
}

.zp-audio-player.is-playing .zp-audio-player__play-icon::before,
.zp-audio-player.is-playing .zp-audio-player__play-icon::after {
	background: currentcolor;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 6px;
}

.zp-audio-player.is-playing .zp-audio-player__play-icon::before {
	left: 1px;
}

.zp-audio-player.is-playing .zp-audio-player__play-icon::after {
	right: 1px;
}

.entry-content > .zp-audio-player {
	margin: 34px auto 0;
	max-width: 720px;
}

.zp-popular-heading {
	margin: 0 0 30px;
}

.zp-popular-heading h2 {
	color: #222;
	font: 700 28px/1.2 Nunito, sans-serif;
	margin: 0;
	padding-bottom: 12px;
	position: relative;
}

.zp-popular-heading h2::after {
	background: linear-gradient(90deg, var(--zp-red) 0 34px, var(--zp-line) 34px 100%);
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}

.zp-popular-heading p {
	color: #626d76;
	font: 400 17px/1.35 Nunito, sans-serif;
	margin: 4px 0 0;
}

.zp-popular-list {
	background-color: #fafafa;
	background-image: linear-gradient(rgba(255, 255, 255, .78), rgba(255, 255, 255, .78)), var(--zp-popular-bg);
	background-position: center;
	background-size: cover;
	border-radius: 7px;
	box-shadow: 0 10px 28px rgba(19, 46, 71, .05);
	list-style: none;
	margin: 0;
	padding: 20px;
}

.zp-popular-item {
	border-top: 2px solid rgba(19, 46, 71, .07);
	display: block;
	padding: 22px 0;
}

.zp-popular-item:first-child {
	border-top: 0;
}

.zp-popular-item__body {
	display: grid;
	gap: 0 16px;
	grid-template-columns: 62px minmax(0, 1fr);
	min-width: 0;
}

.zp-popular-item__number {
	align-items: center;
	align-self: start;
	background: rgba(235, 235, 235, .9);
	border-radius: 50%;
	color: #111;
	display: flex;
	font: italic 400 24px/1 Nunito, sans-serif;
	grid-column: 1;
	grid-row: 1 / span 2;
	height: 62px;
	justify-content: center;
	width: 62px;
}

.zp-popular-item h3 {
	font: 500 17px/1.45 Nunito, sans-serif;
	grid-column: 2;
	margin: 2px 0 11px;
}

.zp-popular-item h3 a {
	color: #111;
	text-decoration: none;
}

.zp-popular-item h3 a:hover {
	color: var(--zp-red);
}

.zp-popular-item__meta {
	align-items: center;
	color: #626d76;
	display: flex;
	font: 600 12px/1.2 Nunito, sans-serif;
	gap: 7px;
	grid-column: 2;
	margin: 0;
	text-transform: uppercase;
}

.zp-popular-item__meta svg {
	fill: none;
	height: 17px;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 17px;
}

.zp-popular-item.is-featured {
	display: block;
	padding-top: 0;
}

.zp-popular-item.is-featured .zp-popular-item__image {
	background: #fff;
	border-radius: 7px;
	display: block;
	margin: 0 0 18px;
	overflow: hidden;
	padding: 12px;
}

.zp-popular-item.is-featured .zp-popular-item__image img {
	aspect-ratio: 350 / 250;
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.zp-popular-item.is-featured .zp-popular-item__body {
	display: grid;
	gap: 0 16px;
	grid-template-columns: minmax(0, 1fr) 70px;
}

.zp-popular-item.is-featured h3 {
	font-size: 21px;
	font-weight: 700;
	grid-column: 1;
	margin: 5px 0 12px;
}

.zp-popular-item.is-featured .zp-popular-item__number {
	background: transparent;
	border-left: 1px solid rgba(19, 46, 71, .08);
	border-radius: 0;
	color: rgba(19, 46, 71, .12);
	font-size: 50px;
	grid-column: 2;
	grid-row: 1 / span 2;
	height: 100%;
	width: 70px;
}

.zp-popular-item.is-featured .zp-popular-item__meta {
	grid-column: 1;
}

@media (max-width: 1260px) {

	.home .site-header__inner {
		min-height: 112px;
	}

	.home .site-branding {
		flex-basis: 220px;
		height: 108px;
	}

	.home .site-branding img,
	.home .site-branding img:first-child,
	.home .site-branding img:last-child {
		height: 104px;
		width: 205px;
	}

	.home .site-nav > .menu {
		gap: 0;
	}

	.home .site-nav > .menu > .menu-item > a {
		padding: 13px 12px;
	}

	.home .site-nav > .menu > .menu-item-has-children > a::after {
		right: 13px;
	}

	.zp-news-heading {
		flex-wrap: wrap;
	}

	.zp-news-filters {
		display: flex;
		overflow-x: auto;
		order: 3;
		padding-bottom: 4px;
		width: 100%;
	}

	.zp-home-layout {
		grid-template-columns: minmax(0, 1.8fr) minmax(300px, 1fr);
	}

	.zp-news-story {
		grid-template-columns: minmax(270px, 38%) minmax(0, 1fr);
	}
}

@media (max-width: 900px) {

	.zp-home-hero {
		background-image: var(--zp-hero-mobile);
		background-position: 50% 58%;
		min-height: clamp(285px, 50vw, 390px);
	}

	.zp-home-hero::after {
		display: none;
	}

	.zp-home-hero__inner {
		align-items: flex-start;
		justify-content: center;
		min-height: clamp(285px, 50vw, 390px);
	}

	.zp-home-hero__content {
		margin: 0;
		padding: 8px 20px 0;
		text-align: center;
		text-shadow: none;
		width: 100%;
	}

	.zp-home-hero__patron,
	.zp-home-hero__stats > :first-child,
	.zp-home-hero__content > .wp-block-buttons {
		display: none;
	}

	.zp-home-hero__title {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.zp-home-hero__lead {
		color: #212121;
		font: 700 clamp(20px, 3.1vw, 27px)/1.45 "Open Sans", sans-serif;
		margin: 0 auto;
		max-width: 650px;
	}

	.zp-home-hero__stats {
		display: block;
		margin: 24px auto 0;
		max-width: 320px;
	}

	.zp-home-hero__stats > div::before {
		background: var(--zp-red);
		left: 50%;
		top: -10px;
		transform: translateX(-50%);
		width: 22px;
	}

	.home.zp-motion-ready .zp-home-hero__stats > div::before,
	.home.zp-motion-ready .zp-home-hero.is-visible .zp-home-hero__stats > div::before {
		transform: translateX(-50%);
	}

	.zp-home-hero__stats strong {
		font-size: clamp(21px, 3vw, 25px);
	}

	.zp-home-hero__stats span {
		font-size: 12px;
	}

	.zp-home-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.zp-home-sidebar {
		margin-top: 10px;
	}
}

@media (max-width: 620px) {

	.zp-home-hero,
	.zp-home-hero__inner {
		min-height: 285px;
	}

	.zp-home-hero__content {
		padding: 8px 12px 0;
	}

	.zp-home-hero__lead {
		font-size: 20px;
		line-height: 1.55;
	}

	.zp-home-hero__stats {
		margin-top: 22px;
	}

	.zp-home-hero__stats strong {
		font-size: 21px;
	}

	.zp-home-hero__stats span {
		font-size: 13px;
	}

	.zp-home-content {
		padding: 38px 20px 0;
	}

	.zp-news-heading {
		flex-wrap: nowrap;
		gap: 12px;
		margin-bottom: 20px;
		padding-bottom: 12px;
		position: relative;
	}

	.zp-news-heading::after {
		background: linear-gradient(90deg, var(--zp-red) 0 30px, var(--zp-line) 30px 100%);
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
	}

	.zp-news-heading h2 {
		font-size: 22px;
	}

	.zp-news-filters {
		gap: 14px;
		margin-left: auto;
		overflow: visible;
		padding: 0;
		width: auto;
	}

	.zp-news-filters a:not(:first-child) {
		display: none;
	}

	.zp-news-filters::after {
		color: #9da1a4;
		content: "\22EE";
		font: 700 22px/1 Nunito, sans-serif;
	}

	.zp-news-story {
		gap: 22px;
		grid-template-columns: 1fr;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.zp-news-story__body h3 {
		font-size: 23px;
		line-height: 1.3;
	}

	.zp-news-story__body p {
		font-size: 16px;
	}

	.zp-home-sidebar__actions {
		grid-template-columns: 1fr;
	}

	.zp-home-search__form {
		grid-template-columns: 1fr;
	}

	.zp-home-search__form input {
		min-height: 56px;
	}

	.zp-home-popular {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {

	.zp-button,
	.zp-home-hero__button span,
	.zp-home-sidebar__action {
		transition: none;
	}

	.zp-home-search__form button,
	.zp-audio-player.is-enhanced .zp-audio-player__artwork-toggle {
		transition: none;
	}

	.zp-home-hero__button:hover span {
		transform: none;
	}

	.zp-home-sidebar__action:hover {
		transform: none;
	}
}
