/* The Education Market — footer */

.site-footer {
	background: #0f1b2d !important;
	color: #d7dee8;
	margin-top: 2.5rem;
}

.footer-widgets {
	padding: 3rem 0 2rem;
	background: #0f1b2d !important;
}

.site-footer a {
	color: #f3f6fa;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #f08a24;
	text-decoration: underline;
}

.inside-footer-widgets {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem 1.75rem;
	align-items: start;
}

.footer-widgets .footer-widget-1,
.footer-widgets .footer-widget-2,
.footer-widgets .footer-widget-3,
.footer-widgets .footer-widget-4,
.footer-widgets .footer-widget-5 {
	width: 100% !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.footer-widgets .widget-title,
.footer-widgets h2,
.footer-widgets h3 {
	color: #ffffff;
	font-size: 1.05rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin: 0 0 1rem;
	padding-bottom: 0.55rem;
	border-bottom: 2px solid #f08a24;
}

.tem-footer-brand p,
.footer-widgets p {
	color: #c5ceda;
	line-height: 1.65;
	margin: 0 0 0.85rem;
}

.tem-footer-links,
.footer-widgets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tem-footer-links li,
.footer-widgets ul li {
	margin: 0 0 0.45rem;
	padding: 0;
}

.tem-footer-contact {
	font-size: 0.92rem;
	line-height: 1.7;
}

.custom-html-widget > body,
.textwidget > body,
.footer-widgets body {
	display: contents;
	margin: 0;
	background: transparent;
	color: inherit;
}

.footer-bar {
	background: #0a1320;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #c5ceda;
}

.footer-bar a {
	color: #ffcf8a;
}

.site-info.copyright-bar,
.copyright-bar {
	background: #0a1320;
	color: #9aa8b8;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 1rem 0;
	text-align: center;
}

.copyright-bar a {
	color: #9aa8b8;
}

@media (max-width: 1024px) {
	.inside-footer-widgets {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.inside-footer-widgets {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.footer-widgets {
		padding: 2.25rem 0 1.5rem;
	}
}

/* Policy/about pages */
.entry-content .tem-answer {
	background: #fff7ee;
	border-left: 4px solid #f08a24;
	padding: 1rem 1.15rem;
	margin: 0 0 1.5rem;
}

.entry-content .tem-updated {
	color: #667085;
	font-size: 0.9rem;
	margin-bottom: 1.25rem;
}
