.footer {
	background: url(../images/footer-checker-pattern.png) no-repeat center center var(--color-dark-blue);
	background-size: cover;
	color: #fff;
}

.footer-region {
	padding: 3em 0;
	display: flex;
	justify-content: space-between;
}

.footer h5 {
	color: #fff;
	text-transform: none;
}

.footer a {
	color: var(--main-gray-color);
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-top {
	font-size: 0;
	padding: 2rem 0 0 0;
}

.footer-logo {
	margin-bottom: 15px;
}

.footer-logo img {
	height: auto;
	max-width: 300px;
}

.footer-nav {
	box-sizing: border-box;
	padding: 0;
	vertical-align: top;
	display: inline-block;
}

.footer-nav ul {
	font-size: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-nav ul li {
	box-sizing: border-box;
	display: block;
	font-size: 1rem;
	line-height: 1;
	margin: 0 0 1rem 0;
}

.footer-nav ul li a {
	display: block;
	font-weight: 500;
}

.footer-contact {
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	font-weight: 500;
}

.footer-contact strong {
	font-size: 20px;
	font-weight: 600;
}

.footer-social {
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
}

.footer-social ul {
	font-size: 0;
	margin: 0;
	padding: 0;
	display: flex;
    justify-content: space-between;
}

.footer-social ul li {
	box-sizing: border-box;
	font-size: 1.25rem;
	list-style-type: none;
	margin: 0 25px 0 0;
	width: auto;
}

.footer-social ul li img {
	height: 25px;
}

.footer-social ul li .svg-inline--fa {
	margin-right: 1rem;
}

.footer-map-wrap img {
	max-width: 100px;
	display: block;
}

.footer-disclaimer {
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	font-weight: 500;
}


@media screen and (max-width:1250px) {

	.footer-region {
		padding: 3em 1em;
	}

}

/* Tablets - General */

@media (min-width: 768px) and (max-width: 1024px) {

	.footer-region {
		display: block;
	}
	
	.footer-nav {
		display: block;
		margin-bottom: 1rem;
		width: 100%;
	}
	
	.footer-nav ul li {
		margin: 0 0.75rem 0.75rem 0;
	}
	
	.footer-logo {
		display: block;
		margin-top: 25px;
	}

	.footer-social {
		padding-left: 0;
	}

	.footer-right {
		width: 100%;
		display: block;
	}
	
}

/* Smartphones - General */

@media (max-width: 767px) {
	.footer-region {
		display: block;
	}
	
	.footer-social ul {
		justify-content: revert;
	}
	
	.footer-nav {
		display: block;
		margin-bottom: 1rem;
		width: 100%;
	}
	
	.footer-nav ul li {
		margin: 0 0.75rem 0.75rem 0;
	}

	.footer-social {
		padding-left: 0;
	}
	
	.footer-logo {
		display: block;
	}
	
	.footer-contact {
		display: block;
		margin-bottom: 2rem;
		width: 100%;
	}
	
	.footer-social {
		display: block;
		width: 100%;
	}

	.footer-right {
		width: 100%;
		display: block;
		margin-top: 2em;
	}
	
}