/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 16:43:45 */
:root {
	--primary: #102C47;
	--secondary: #065498;
	--background: #fff;
	--altbg:#e6edf4;
}

.footer-text {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.footer-text p  {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
.custom-link br{
		display: none;
	}
.site-primary-footer-wrap {
	padding-bottom: 0;
}

.footer-logo {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.footer-eu-text {
	margin-top: 2rem;
	margin-bottom:0;
}
.footer-eu-text:last-child {
	font-size: 12px;
	margin-top: 10px;
}

.mailto-link, .mailto-link:hover {
	color:white;
}

.linked-in-link {
	margin: 0 7rem 0 3rem;
}

@media (max-width: 1024px){	
	.contact-info {
		text-align:center !important;
	}
	.footer-text {
		display:block;
	}
	.linked-in-link {
		margin: 40px 0;
	}
	.footer-logo {
		justify-content: center;
	}
	.footer-logo div {
		margin: 0 20px;
	}
	.footer-eu-text {
		padding: 0 60px;
		text-align: center !important;
	}
}

@media (max-width: 600px) {
	.contact-info {
		text-align:center !important;
		padding: 20px;
	}
	.footer-eu-text {
		padding: 0 20px;
	}
	.linked-in-link {
		margin: 0;
	}
	.footer-logo{
		flex-wrap:wrap;
		justify-content: center;
		margin-bottom: 0 !important;
	}
	.footer-eu {
		margin-bottom: 0 !important;
	}
}
