/* Style the footer */
.footer {
	padding: 25px 305px;
	background-color: #fff;
	border-top: 6px solid #00965e;
	color: #808080;
}

.footer a {
	color: #808080;
	padding: 2px;
	font-family: "Arial";
	font-size: 14px;
	font-weight: 400;
}

.footer-number {
	text-align: right;
	color: #2d2926;
	font-size: 27px;
	font-family: "BNPPSansCondensed";
}


.footer-top-bar {
	height: 2px;
	background-color: #00965e;
}

.footer-bar {
	background-color: #ffffff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

.footer-bar-left {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-bar-img {
	width: 30%;
}

.footer-link {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.33;
	letter-spacing: 0.5px;
	text-align: right;
	color: rgba(39, 39, 39, 0.7);
	display: inline-block;
}

.footer-split-wrapper {
	display: inline-block;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}

.footer-split-bar {
	width: 1px;
	height: 10px;
	background-color: rgba(39, 39, 39, 0.7);
}

.footer-hamburger-menu {
	position: fixed;
	z-index: 2;
	top: 30px;
	right: 24px;
}

.footer-hamburger-menu-icon {
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.footer-hamburger-menu-close-icon {
	width: 32px;
	height: 32px;
	margin-top: 26px;
	margin-right: 24px;
	float: right;
	cursor: pointer;
}

.footer-hamburger-menu-bar {
	float:right;
	top: 4px;
	background-color: #fafafa;
	box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.24), 0 0 16px 0 rgba(0, 0, 0, 0.18);
	padding: 0;
}

.footer-hamburger-menu-split-bar {
	height: 1px;
	background-color: #d8d8d8;
	padding: 0;
}

.footer-hamburger-menu-item {
	font-family: Arial;
	font-size: 14px;
	line-height: 1.33;
	letter-spacing: 0.5px;
	text-align: left;
	color: rgba(39, 39, 39, 0.7);
	display: inline-block;
	padding-top:16px;
	padding-bottom:16px;
}

.info-footer {
	color: rgba(39, 39, 39, 0.7);
	font-size: 11px;
	font-family: Arial;
}

.info-footer p {
	margin-bottom: 2px;
}

.footer-link:hover {
	text-decoration: underline;
}

img.phone-icon {
	padding-right: 9px;
	padding-bottom: 4px;
}



@media (min-width: 1311px) and (max-width: 1510px) {
	.footer {
		padding: 25px 205px;
	}

}


@media (min-width: 768px) and (max-width: 1310px) {
	.footer {
		padding: 25px 105px;
	}

}

@media (max-width: 768px) {

	.footer {
		padding: 25px 10px;
		justify-content: center;
	}

	.footer a {
		display: block;
		padding-bottom: 8px;
	}

	.footer-split-wrapper {
		display: none;
	}
}
