/* Hide the legacy NineZeroSeven footer and footer rows embedded in page content. */
.main-footer,
.footer-wrapper,
.main-content-area .talem-footer-row {
	display: none !important;
}

/* One canonical footer presentation for standard, grid, list, and detail pages. */
.talem-global-footer {
	display: block !important;
	position: relative;
	clear: both;
	width: 100%;
	padding: 48px 40px 34px;
	background: #f3f5f7 !important;
	color: #536a83;
	font-size: 13px;
	line-height: 1.45;
	z-index: 1;
}
.talem-global-footer,
.talem-global-footer * { box-sizing: border-box; }
.talem-global-footer .talem-footer-row {
	display: flex !important;
	position: relative !important;
	left: auto !important;
	flex-wrap: wrap;
	width: 100% !important;
	max-width: 1140px !important;
	margin: 0 auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.talem-global-footer .talem-footer-row > .container {
	flex: 0 0 100%;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.talem-global-footer .talem-footer-row > .container > .row-inner,
.talem-global-footer .talem-footer-row > .row-inner,
.talem-global-footer .talem-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.talem-global-footer .vc_row { margin-bottom: 0; }
.talem-global-footer .wpb_content_element { margin-bottom: 0; }
.talem-global-footer h3 {
	margin: 0 0 6px;
	color: #14243a !important;
	font-size: 13px !important;
	line-height: 1.25;
}
.talem-global-footer p {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.45;
}
.talem-global-footer a { color: #536a83; }
.talem-global-footer .vc_single_image-wrapper img {
	width: auto;
	max-width: 175px;
	height: auto;
}
.talem-global-footer .vc_separator { margin: 28px 0 0 !important; }
.talem-global-footer .talem-footer-bottom {
	margin-top: 0 !important;
	padding-top: 28px;
}
.talem-global-footer .talem-footer-bottom p { margin: 0; }
.talem-global-footer .vc_btn3 { color: #fff !important; }

@media (min-width: 768px) {
	.talem-global-footer .vc_col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; width: 16.666667%; }
	.talem-global-footer .vc_col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; width: 33.333333%; }
	.talem-global-footer .vc_col-sm-6 { flex: 0 0 50%; max-width: 50%; width: 50%; }
	.talem-global-footer .vc_col-sm-12 { flex: 0 0 100%; max-width: 100%; width: 100%; }
}
@media (max-width: 767px) {
	.talem-global-footer { padding: 36px 20px 28px; }
	.talem-global-footer .wpb_column { float: none; width: 100%; }
	.talem-global-footer .talem-footer-bottom p,
	.talem-global-footer .talem-footer-bottom p[style] { text-align: left !important; }
}
