.panel-footer {
	--surface-foreground: var(--blue-dark);
	--surface-background: var(--blue-dark);
	--text: var(--white);

	color: var(--text);
	background-color: var(--surface-foreground);
}

.panel-footer .attributions {
	background-color: var(--surface-background);
}

.panel-footer .ctas-cont {
	background: var(--white);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
	margin: 0 auto;
	padding: 0 var(--space-6);
	max-width: 1312px;
}

.panel-footer .footer-content-container {
	display: grid;
	padding-top: var(--space-12);
	padding-bottom: var(--space-10);
}

@media (min-width: 64em) {
	.panel-footer .footer-content-container {
		grid-template-columns: auto 1fr auto;
		text-align: left;
		padding-top: var(--space-16);
		padding-bottom: var(--space-8);
	}
}

@media (min-width: 90em) {
	.panel-footer .footer-content-container {
		grid-template-columns: auto 1fr auto;
	}
}

/* Logo and Office List */
.panel-footer .client-details {
	display: block;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: block;
	width: 100px;
}

.panel-footer .logo-footer img {
	display: block;
	width: 100%;
	height: auto;
}

.contentRender_name_plugins_common_logo_footer {
	margin-bottom: var(--space-6);
}

.panel-footer .office-list {
	margin-bottom: var(--space-8);
}

.panel-footer .office-list .office a {
	font-family: var(--font-body);
	font-size: 0.875rem;
	font-weight: 400;
	font-style: normal;
	line-height: var(--leading-none);
	letter-spacing: var(--tracking-wide);
	color: var(--white);
}

@media (min-width: 64em) {

	.contentRender_name_plugins_common_logo_footer {
		margin-bottom: var(--space-10);
	}

	.contentRender_name_plugins_common_logo_footer,
	.panel-footer .logo-footer a {
		width: 130px;
	}

	.panel-footer .office-list .office a {
		font-size: var(--text-base);
	}
}

/* Contact Info */
.panel-footer .contentRender_name_plugins_core_textbox {
	margin: 0;
	padding: 0;
	max-width: none;
}

.panel-footer .contentRender_name_plugins_core_textbox p {
	margin-bottom: 0;
}

.panel-footer .contact-info {
	margin-bottom: var(--space-8);
}

.panel-footer .contact-info > * {
	display: grid;
	grid-template-columns: min-content 1fr;
	align-items: baseline;
	gap: var(--space-3);
	margin-bottom: var(--space-5);
}

.panel-footer .contact-info .phone i,
.panel-footer .contact-info .email i {
	font-size: var(--text-lg);
	color: var(--green);
}

.panel-footer .contact-info .phone a,
.panel-footer .contact-info .email a {
	font-family: var(--font-body);
	font-size: 0.875rem;
	font-weight: 700;
	font-style: normal;
	line-height: var(--leading-none);
	color: var(--white);
	text-decoration: none;
}

@media(min-width: 64em) {
	.panel-footer .connections-cont {
		margin: auto;
	}

	.panel-footer .contact-info {
		margin-bottom: var(--space-6);
	}

	.panel-footer .contentRender_name_plugins_core_textbox p {
		font-weight: 700;
		font-size: var(--text-lg);
	}

	.panel-footer .contact-info > * {
		margin-bottom: var(--space-1);
	}

	.panel-footer .contact-info .phone a,
	.panel-footer .contact-info .email a {
		font-size: var(--text-lg);
	}

	.panel-footer .contact-info .phone a {
		padding-right: var(--space-3);
	}

	.panel-footer .contact-info .phone .telephone-info-cont {
		display: flex;
	}
}

/* Social Media */
.panel-footer .social-media {
	display: block;
	margin-bottom: var(--space-10);
}

.panel-footer .social-media .social-tagline {
	font-family: var(--font-body);
	font-size: var(--text-lg);
	font-weight: 700;
	font-style: normal;
	line-height: var(--leading-tight);
	color: var(--white);
	text-decoration: none;
	margin-bottom: var(--space-3);
}

.panel-footer .social-media .social-tagline span {
	color: var(--green);
}

.panel-footer .social-media .social-links {
	justify-content: flex-start;
	gap: 10px;
}

.panel-footer .social-media .social-links .social-network {
	background: var(--green);
	border-radius: var(--rounded-circle);
	padding: 0;
	height: 35px;
	width: 35px;
}

.panel-footer .social-media .social-links .social-network a {
	display: grid;
	place-items: center;
	height: 100%;
	width: 100%;
}

.panel-footer .social-media .social-links .social-network a i {
	font-size: var(--text-xl);
	transition: color ease-out 300ms;
}

@media (hover: hover) {
	.panel-footer .social-media .social-links .social-network a:hover i {
		color: var(--grey-dark);
	}
}

@media(min-width: 64em) {
	.panel-footer .social-media {
		margin-bottom: 53px;
	}

	.panel-footer .social-media .social-links .social-network {
		height: 40px;
		width: 40px;
	}

	.panel-footer .social-media .social-links .social-network a i {
		font-size: var(--text-2xl-1);
	}
}

/* Footer Navigation */
.panel-footer .navigation-footer {
	margin-bottom: var(--space-8);
}

.panel-footer .navigation-footer li {
	margin-bottom: var(--space-3);
}

.panel-footer .navigation-footer a {
	font-family: var(--font-body);
	font-size: var(--text-lg);
	font-weight: 700;
	font-style: normal;
	line-height: var(--leading-tight);
	color: #ebeaea;
	text-decoration: none;
}

@media(min-width: 64em) {
	.panel-footer .navigation-footer {
		display: flex;
		flex-wrap: wrap;
		row-gap: var(--space-5);
		max-width: 500px;
		flex-direction: row;
		margin-bottom: 0;
	}

	.panel-footer .navigation-footer li {
		margin-bottom: 0;
		padding-right: var(--space-4);
	}

	.panel-footer .navigation-footer li:last-child {
		padding-right: 0;
	}

	.panel-footer .navigation-footer a {
		font-size: var(--text-base);
	}
}

@media (min-width: 90em) {
	.panel-footer .navigation-footer a {
		font-size: var(--text-lg);
	}
}

/* Affiliations */
.panel-footer .affiliations .affiliations-tagline {
	font-family: var(--font-body);
	font-size: var(--text-base);
	font-weight: 400;
	font-style: normal;
	line-height: var(--leading-tight);
	letter-spacing: var(--tracking-wide);
	color: var(--white);
	text-decoration: none;
	margin-bottom: var(--space-2);
}

.panel-footer .affiliations a {
	display: block;
	margin: 12px 0;
	max-width: 98px;
}

.panel-footer .affiliations a img {
	display: block;
	width: 100%;
	height: auto;
}

@media(min-width: 64em) {
	.panel-footer .affiliations {
		display: flex;
		flex-direction: column;
		margin: auto 0;
		align-items: center;
		transform: translateY(-18px);
	}
}

/* Attribution Container */
.panel-footer .attribution-content-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: var(--space-2);
	padding-bottom: var(--space-5);
}

.panel-footer .attribution-content-container p {
	max-width: 275px;
	font-family: var(--font-body);
	font-size: var(--text-xs);
	font-weight: 400;
	font-style: normal;
	line-height: var(--leading-tight);
	letter-spacing: var(--tracking-wide);
	color: var(--white);
	text-decoration: none;
	margin-bottom: var(--space-5);
}

.panel-footer .made-by-sv {
	display: block;
	width: 160px;
}

.panel-footer .made-by-sv img {
	display: block;
	width: 100%;
	height: auto;
}

@media(min-width: 64em) {
	.panel-footer .attribution-content-container {
		flex-direction: row;
		justify-content: space-between;
		padding-top: var(--space-2);
		padding-bottom: var(--space-5);
		padding-right: 75px;
	}

	.panel-footer .attribution-content-container p {
		max-width: 100%;
		font-size: var(--text-base);
		margin-bottom: 0;
	}
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}
