.footer-outer {
	overflow: hidden;
}

.panel-footer {
	--surface-foreground: var(--white);
	--surface-background: var(--blue);
	--text: var(--white);

	color: var(--text);
	background-color: var(--surface-background);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px 20px;
}

.panel-footer .second-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.panel-footer .contentRender_name_plugins_core_textbox {
	margin: 0;
	padding: 0;
	max-width: none;
}

.panel-footer .extra-logos img,
.panel-footer .extra-logos p {
	margin: 0;
}

.panel-footer .extra-logos > * {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: block;
}

.panel-footer .logo-footer img {
	display: block;
	width: 153px;
	height: auto;
	margin: 0 auto 25px;
}

.panel-footer .address,
.panel-footer .phone {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 5px;
}

.panel-footer .address p,
.panel-footer .phone p {
	color: var(--white);
	font-size: 14px;
	line-height: 1.2143;
	margin-bottom: 10px;
}

.panel-footer .address i,
.panel-footer .phone i {
	font-size: 11px;
	line-height: 1;
}

.panel-footer .social-media,
.panel-footer .social-media .icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel-footer .social-media .icons {
	margin-bottom: 5px;
}

.panel-footer .social-media {
	flex-direction: column;
	margin-bottom: 15px;
	padding-top: 20px;
}

.panel-footer .social-media .social-links {
	gap: 5px;
}

.panel-footer .social-media li {
	padding: 0;
}

.panel-footer .social-media li a {
	border: 1px solid var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: var(--rounded-full);
	width: 40px;
	height: 40px;
	text-decoration: none;
}

@media (hover: hover) {
	.panel-footer .social-media li a:hover {
		color: var(--white);
	}
}

.panel-footer .social-media i {
	font-size: 14px;
}

.panel-footer .footer-nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	gap: 30px;
	margin-bottom: 15px;
}

.panel-footer .footer-nav ul {
	text-align: right;
}

.panel-footer .footer-nav li,
.panel-footer .footer-nav li a {
	font-family: var(--sofia);
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.5833;
}

.panel-footer .bottom-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin-bottom: 25px;
}

.panel-footer .bottom-container .ta-logo {
	width: 85px;
}

.panel-footer .bottom-container .googleTranslateDropdown {
	font-size: 12px;
	line-height: 1;
	color: var(--white);
	background-color: var(--dark-blue);
	padding: 6px 0;
	border: 1px solid var(--white);
	border-radius: 5px;
	text-align: center;
}

.panel-footer .made-by-sv {
	display: block;
	width: 118px;
	margin-bottom: 25px;
}

.panel-footer .made-by-sv img {
	display: block;
	width: 100%;
	height: auto;
}

.panel-footer .copyright {
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	max-width: 240px;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}

.footer-outer .gtranslate_wrapper {
	/* prevents the widget from making the footer grow taller when opened */
	position: relative;
	z-index: 999;
	margin-bottom: 15px;
}

@media (min-width: 40em) {
	.footer-ctas {
		display: flex;
		flex-wrap: nowrap;
		gap: 1px;
	}

	.footer-ctas > div {
		flex: 1 1 100%;
	}

	.panel-footer {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr; 
		justify-content: center;
		align-items: center;
		place-items: center;
	}

	.panel-footer .first-column {
		display: grid;
		grid-template-rows: 1fr; 
		max-height: 300px;
		gap: 10px;
		align-items: center;
		justify-items: center;
	}

	.panel-footer .second-column {
		display: grid;
		grid-template-rows: 1fr; 
		max-height: 300px;
		align-items: center;
		justify-items: center;
	}

	.panel-footer .bottom-row {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.panel-footer .social-media .social-links {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.panel-footer .logo-footer img {
		margin: auto;
	}

	.panel-footer .made-by-sv {
		margin: 0;
	}

	.panel-footer .footer-nav {
		grid-column: 4 / 5;
		grid-row: 1 / 4;
		margin: auto 20px auto auto;
	}

	.panel-footer .bottom-container {
		grid-column: 4 / 5;
		grid-row: 5 / 6;
		justify-content: end;
		margin: auto 20px auto auto;
		padding-bottom: 10px;
		z-index: 1;
	}
	.footer-outer .gtranslate_wrapper {
		margin-bottom: unset;
	}
}

@media (min-width: 64em) {
	.footer-outer {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
	}

	.panel-footer {
		height: 300px;
		width: 100%;
		flex: 1 1 100%;
		padding-bottom: 4px;
	}

	.footer-ctas {
		flex: 1 1 auto;
		flex-direction: column;
		height: 300px;
	}

	.footer-ctas > div {
		width: 300px;
	}
}

@media (min-width: 90em) {
	.panel-footer .bottom-container {
		margin: auto 15px auto 40px;
	}

	.panel-footer .footer-nav {
		margin: auto 15px auto auto;
	}

	.footer-ctas {
		flex-direction: row;
	}

	.footer-ctas > div {
		width: 300px;
	}
}
