@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

.universal-footer {
	color: #333;
	overflow-x: hidden;
	position: relative;
	z-index: 9;
	background: #fff;
}

.universal-footer a {
	color: #333;
	font-family: "robotolight";
	text-decoration: none;
}

.universal-footer a:hover {
	text-decoration: underline;
	color: #666;
}

.universal-footer .link-footer {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 786px) {
	.universal-footer .link-footer {
		padding: 35px 10px 10px;
	}
}

.universal-footer .link-footer h5 {
	font-family: "robotobold";
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 20px;
}

.universal-footer .link-footer ul {
	padding: 0px;
	list-style: none;
	margin-left: 0 !important;
	margin-bottom: 0px !important;
	line-height: 28px;
}

.universal-footer .link-footer ul li {
	font-size: 18px;
	height: 38px;
}

.universal-footer .link-footer .footer-makey {
	display: flex;
	min-height: 300px;
	min-width: 200px;
}

.universal-footer .link-footer .footer-makey img {
	width: 150px;
	height: 165px;
	margin-top: auto;
}

@media screen and (max-width: 1330px) {
	.universal-footer .link-footer .footer-makey {
		display: none;
	}
}

.universal-footer .link-footer .link-section {
	display: flex;
	justify-content: space-evenly;
	flex: 1;
}

.universal-footer .link-footer .link-section .link-column {
	min-width: 50%;
}

@media screen and (max-width: 786px) {
	.universal-footer .link-footer .link-section {
		min-width: 100%;
		justify-content: space-between;
	}

	.universal-footer .link-footer .link-section .link-column {
		margin-left: 0px;
		min-width: 60%;
	}
}

.universal-footer .link-footer .footer-social {
	padding-right: 0px;
}

@media screen and (max-width: 1050px) {
	.universal-footer .link-footer .footer-social {
		margin-left: 0px;
		width: 100%;
	}

	.universal-footer .link-footer .footer-social .link-column {
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1050px) {
	.universal-footer .link-footer .footer-social .footer-social-section {
		min-width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.universal-footer .link-footer .footer-social .footer-social-section {
		min-width: 100%;
	}
}

.universal-footer .link-footer .footer-social .footer-social-section .footer-label {
	font-size: 18px;
	font-family: "robotolight";
}

.universal-footer .link-footer .footer-social .footer-social-section a:hover {
	text-decoration: none;
}

.universal-footer .link-footer .footer-social .footer-social-section ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.universal-footer .link-footer .footer-social .footer-social-section ul li {
	font-size: 34px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	min-width: 40px;
	min-height: 50px;
}

.universal-footer .link-footer .footer-social .footer-social-section ul li .fab {
	color: #333;
	transition: all .3s ease-in-out;
}

.universal-footer .link-footer .footer-social .footer-social-section ul li .fab:hover {
	color: #eb002a;
}

.universal-footer .link-footer .footer-social .footer-social-section ul li .fab:before {
	padding: 0px;
	font-size: 34px;
}