@media (max-width: 576px) {
	.footer-section .link-container {
		margin-top: 15%;
	}
}

@media (max-width: 450px) {
	.footer-section .link-container {
		margin-top: 30%;
	}
}

.footer-section .footer-background {
	background: linear-gradient(180deg, #108BA1 -29.04%, #003C46 88.77%), #003C46;
	color: var(--color-petrol-30);
	font-size: .75em;
}

.footer-section .navbar-brand img {
	max-width: 150px;
}

.footer-section .footer-nav h4 {
	color: var(--color-white);
	font-size: var(--16px);
	line-height: 2.0rem;
}

.footer-section a {
	line-height: 1.25;
	color: #FFF;
	text-decoration: none;
}

.footer-section a:hover {
	color: var(--color-white);
	text-decoration: underline;
}


.footer-section hr.footer {
	height: 1px;
	background: var(--color-petrol-70);
}



a.social-share {
	border: none;
	text-decoration: none;
	
	transition: all 0.2s ease-in-out;
	transform: scale(1);
	
	display: inline-block;
	width: 24px;
	height: 24px;
}

a:hover.social-share {
	transition: all 0.2s ease-in-out;
	transform: scale(1.4);
	filter: brightness(3);
}

footer .footer-ai-disclaimer-text {
	color: #FFF;
	margin-top: 1.5rem;
}

footer .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: var(--color-petrol-30);
}

footer .navbar ul li:hover img {
	filter: invert(100%) brightness(5.5);
}


footer .ot-sdk-show-settings {
	cursor: pointer;
}

footer div#copyright {
	margin: 0 1em 1em 2em;
}