/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~ Product and property of Titan Informatics LLC ~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
footer {
	width: 100%;
	margin: 10px 0 0 0;
}
footer::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	border-top: var(--border);
	pointer-events: none;
}
footer > ul {
	display: flex;
	flex-direction: column;
	align-items: center
}
footer > ul > li {
	font-size: 0.875rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer > ul > li li {
	cursor: pointer;
}
footer > ul > li li:hover {
	color: #0a68ce;
}
footer > ul > li:nth-of-type(1) {
	width: 100%;
}
footer > ul > li:nth-of-type(1) ul {
	padding: 25px 10px 25px 25px;
	flex: 1 1 200px;
}
footer > ul > li:nth-of-type(1) ul li {
	width: 100%;
	margin: 3px 0;
	cursor: pointer;
}
footer > ul > li:nth-of-type(1) ul li:hover {
	color: #0a68ce;
}
footer > ul > li:nth-of-type(1) ul::before {
	font-family: "Kanit-Regular";
	font-size: 1.063rem;
	margin: 0 0 10px 0;
	position: relative;
	float: left;
}
footer > ul > li:nth-of-type(1) [name="about-us"]::before {
	content: "About Us";
}
footer > ul > li:nth-of-type(1) [name="careers"]::before {
	content: "Careers";
}
footer > ul > li:nth-of-type(1) [name="services"]::before {
	content: "Services";
}
footer > ul > li:nth-of-type(1) [name="community"]::before {
	content: "Community";
}
footer > ul > li:nth-of-type(1) [name="contact-us"]::before {
	content: "Contact Us";
}
footer > ul > li:nth-of-type(2) {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
footer > ul > li:nth-of-type(2) ul {
	width: 100%;
	padding: 20px 25px;
	/*display: flex;*/
}
footer > ul > li:nth-of-type(2) ul li {
	padding: 9.5px 0;
}
footer > ul > li:nth-of-type(3) ul {
	padding: 10px 10px 5px 10px;
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
}
footer > ul > li:nth-last-of-type(1) {
	margin: 5px 0 20px 0;
	position: relative;
	bottom: unset; left: unset;
	transform: unset;
}
