
/* =====================================================
   SITEWIDE FOOTER
===================================================== */

#footer {
	background-color: #071f42;
	color: rgba(255, 255, 255, 0.82);
}

.olc-footer-main {
	padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.olc-footer-logo-link {
	display: inline-block;
	margin-bottom: 1.5rem;
}

.olc-footer-logo {
	display: block;
	width: 100%;
	max-width: 245px;
	filter: brightness(0) invert(1);
	opacity: 0.96;
}

.olc-footer-about {
	max-width: 420px;
	margin-bottom: 1.25rem;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.8;
}

.olc-footer-tagline {
	margin-bottom: 0;
	color: #efc454;
	font-weight: 800;
}

.olc-footer-heading {
	margin-bottom: 1.25rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

ul.footer-links {
	margin: 0;
	padding: 0;
}

ul.footer-links li {
	margin: 0 0 0.75rem;
	list-style: none;
}

ul.footer-links li a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: none;
	transition:
		color 0.2s ease,
		padding-left 0.2s ease;
}

ul.footer-links li a:hover,
ul.footer-links li a:focus {
	padding-left: 3px;
	color: #efc454;
	text-decoration: none;
}

.olc-footer-invitation {
	padding-left: clamp(0rem, 3vw, 2rem);
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.olc-footer-eyebrow {
	margin-bottom: 0.65rem;
	color: #efc454;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.olc-footer-invitation h2 {
	margin-bottom: 1rem;
	color: #fff;
	font-family: "Poppins", "Open Sans", sans-serif;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	line-height: 1.25;
}

.olc-footer-invitation p {
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.75;
}

.olc-footer-button {
	margin-top: 0.4rem;
	padding: 0.8rem 1.35rem;
	color: #071f42;
	background-color: #efc454;
	border: 2px solid #efc454;
	border-radius: 6px;
	font-weight: 800;
}

.olc-footer-button:hover,
.olc-footer-button:focus {
	color: #071f42;
	background-color: #ffd46b;
	border-color: #ffd46b;
}

.olc-footer-bottom {
	padding: 1.25rem 0;
	background-color: #04152d;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.olc-footer-bottom p {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.88rem;
	line-height: 1.5;
}


/* Tablet and smaller */

@media (max-width: 991.98px) {

	.olc-footer-invitation {
		padding-left: 0;
		border-left: 0;
	}

}


/* Mobile */

@media (max-width: 767.98px) {

	.olc-footer-main {
		padding: 3.5rem 0;
	}

	.olc-footer-bottom {
		text-align: center;
	}

	.olc-footer-bottom .text-md-end {
		margin-top: 0.35rem;
	}

}

#footer {
	background-color: #071f42 !important;
}

.olc-footer-partner-heading {
	margin: 2rem 0 1rem;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.olc-footer-partner-links {
	padding-top: 0.25rem;
}

.olc-footer-invitation .footer-links a {
	color: rgba(255, 255, 255, 0.7);
}