.panel-footer {
	--surface-foreground: var(--primary-color-700);
	--surface-background: var(--primary-color-900);
	--text: var(--gray-100);

	background-color: var(--surface-foreground);
	background-image: url(/includes/public/assets/shared/blue-pattern-sm.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: var(--text);
	display: grid;
	justify-items: center;
	position: relative;
	margin-top: 28px;
	gap: var(--space-10);
}

.panel-footer .cta-container {
	padding-inline: var(--space-5);
	display: flex;
	flex-direction: column;
	gap: var(--space-5);
}

.panel-footer .cta-container > div:not(:first-child) {
	position: relative;
}

.panel-footer .top-cont,
.panel-footer .bottom-cont {
	display: contents;
}

@media (min-width: 40em) {
	.panel-footer {
		background-image: url(/includes/public/assets/shared/blue-pattern.png);
	}
}

@media (min-width: 64em) {
	.panel-footer {
		margin-top: 53px;
	}

	.panel-footer .cta-container {
		display: flex;
		flex-direction: row;
		margin-top: -52px;
		padding-inline: 0;
	}

	.panel-footer .cta-container > div {
		flex: 1 1 0;
	}

	.panel-footer .cta-container > div:not(:first-child)::before {
		left: 0;
		top: 50%;
		translate: 0 -50%;
		width: 2px;
		height: calc(100% - var(--space-10));
	}

	.panel-footer .top-cont,
	.panel-footer .bottom-cont {
		display: flex;
		padding-inline: var(--space-5);
		max-width: 1200px;
		width: 100%;
		gap: min(calc(41px + (81 - 41)  *  ((100vw - 1024px)  /  (1440 - 1024))), 81px);
	}

	.panel-footer .top-cont {
		gap: 60px;
	}

	.panel-footer .bottom-cont {
		margin-bottom: 10px;
	}
}

.panel-footer .attributions {
	background-color: var(--surface-background);
	width: 100%;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
	margin: 0 auto;
	padding: 0 var(--space-5);
	max-width: var(--width-base);
	text-align: center;
}

.panel-footer .footer-content-container {
	display: grid;
	gap: var(--space-12);
	padding-top: var(--space-2);
}

.panel-footer .navigation-footer,
.panel-footer .quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2) var(--space-5);
	font-family: var(--font-mission-bold);
	align-items: center;
	justify-content: center;
}

.panel-footer .quick-links {
	padding: 0;
}

.panel-footer .quick-links a {
	font-family: var(--font-mission-bold);
}

@media (min-width: 64em) {
	.panel-footer .footer-content-container {
		grid-template-columns: 1fr;
	}

	.panel-footer .navigation-footer,
	.panel-footer .quick-links {
		max-width: 460px;
		font-size: var(--text-lg);
		gap: var(--space-5);
	}

	.panel-footer .quick-links a {
		font-size: var(--text-lg);
	}
}

.panel-footer .contentRender_name_plugins_core_textbox {
	margin: 0;
	padding: 0;
	max-width: none;
}

.panel-footer .client-details {
	display: grid;
	grid-auto-rows: min-content;
	gap: var(--space-2);
	place-items: center;
	grid-row: 2;
	font-size: var(--text-sm);
	justify-items: start;
	padding-inline: var(--space-5);
	margin-bottom: var(--space-3);
}

.panel-footer .client-details a {
	color: var(--white);
}
.panel-footer .client-details i {
	color: var(--blue-light);
	width: 14px;
	margin-right: var(--space-2);
}

.panel-footer .accessibility-cont a {
	display: flex;
	gap: 7px;
	font-size: var(--text-lg);
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-decoration: 1px underline transparent;
	text-underline-offset: 3px;
	transition: text-decoration var(--transition-appendix);
}

.panel-footer .client-details .address a,
.panel-footer .client-details .phone-cont a,
.panel-footer .client-details .email a,
.panel-footer .navigation-footer a,
.panel-footer .quick-links a {
	text-decoration: 1px underline transparent;
	text-underline-offset: 2px;
	transition: text-decoration var(--transition-appendix);
}

@media (hover: hover) {
	.panel-footer .client-details .address a:hover,
	.panel-footer .client-details .phone-cont a:hover,
	.panel-footer .client-details .email a:hover,
	.panel-footer .accessibility-cont a:hover,
	.panel-footer .navigation-footer a:hover,
	.panel-footer .quick-links a:hover {
		text-decoration-color: inherit;
	}
}

.panel-footer .accessibility-cont {
	height: 50px;
	width: 171px;
	display: flex;
	background-image: url(/includes/public/assets/shared/blue-angle-btn-sm.svg);
	justify-content: center;
	align-items: center;
	margin-top: 26px;
}

.panel-footer .explore {
	font-size: var(--text-xl);
	text-transform: uppercase;
	font-family: var(--font-mission-bold);
}

.panel-footer .comm-cont {
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: center;
	justify-content: center;
}

.panel-footer .top,
.panel-footer .bottom {
	display: flex;
	gap: 25px;
}

@media (min-width: 64em) {
	.panel-footer .client-details {
		place-items: flex-start;
		padding-left: 0;
		font-size: var(--text-base);
		margin-top: var(--space-4);
	}

	.panel-footer .accessibility-cont {
		height: 50px;
		width: 181px;
		display: flex;
		background-image: url(/includes/public/assets/shared/blue-angle-btn.svg);
		justify-content: center;
		align-items: center;
		margin-top: 26px;
	}

	.panel-footer .accessibility-cont a {
		letter-spacing: .05em;
	}

	.panel-footer .explore {
		font-size: var(--text-2xl);
		text-transform: uppercase;
		font-family: var(--font-mission-bold);
	}

	.panel-footer .client-details i {
		width: 16px;
		margin-right: var(--space-3);
	}
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: block;
	width: 334px;
	margin-inline: auto;
}

@media (max-width: 374px) {
	.contentRender_name_plugins_common_logo_footer,
	.panel-footer .logo-footer a {
		width: 294px;
	}
}

.contentRender_name_plugins_common_logo_footer {
	margin-top: -28px;
}

.panel-footer .logo-footer img {
	display: block;
	width: 100%;
	height: auto;
}

.panel-footer .client-details p {
	font-size: var(--text-sm);
	line-height: var(--leading-snug);
}

.panel-footer .social-media {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: var(--space-8);
}

.panel-footer .attribution-content-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: var(--space-2);
	padding-bottom: var(--space-2);
	gap: 10px;
}

@media (min-width: 40em) {
	.panel-footer .attribution-content-container {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 50px;
		padding-top: var(--space-6);
		padding-bottom: 26px;
	}

	.contentRender_name_plugins_common_logo_footer,
	.panel-footer .logo-footer a {
		width: min(calc(332px + (372 - 332)  *  ((100vw - 1024px)  /  (1440 - 1024))), 372px);
	}
}

@media (min-width: 64em) {
	.contentRender_name_plugins_common_logo_footer {
		margin-top: -33px;
	}
}

.panel-footer .attribution-content-container p {
	font-size: .9375rem;
	line-height: var(--leading-snug);
}

.panel-footer .made-by-sv {
	display: block;
	width: 164px;
}

.panel-footer .made-by-sv img {
	display: block;
	width: 100%;
	height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}



/* SPORTS THEME */

.sports-theme .panel-footer {
	--surface-foreground: #434A47;
	--surface-background: #313734;
	background-image: url(/includes/public/assets/shared/yellow-pattern-sm.png);
}

.sports-theme .panel-footer .comm-cont {
	display: none;
}

.sports-theme .panel-footer .social-links a {
	background-color: var(--yellow);
	color: var(--gray-dark)
}

.sports-theme .panel-footer .social-links a i {
	color: var(--gray-dark)
}

@media (hover : hover) {
	.sports-theme .panel-footer .social-links a:hover {
		background-color: var(--blue-light);
	}
}