footer {
  background: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 40px;
}

footer.white {
  background: #fff; 
}

footer nav {
  display: block;
  width: 96%;
  max-width: 1160px;
  margin: 0 auto;
}

footer .hs-menu-wrapper > ul {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #E8E7E7;
	padding-bottom: 50px;
  padding-left: 0px;
}

footer .hs-menu-wrapper > ul > li {
	display: flex;
	flex-direction: column;
	text-align: left;
}
@media screen and (max-width: 1200px) {
	footer .hs-menu-wrapper > ul > li {
		padding: 8px;
	}
}
@media screen and (max-width: 800px) {
	footer .hs-menu-wrapper > ul > li {
		width: calc(50% - 16px);
	}
}
@media screen and (max-width: 600px) {
	footer .hs-menu-wrapper > ul > li {
		width: calc(100% - 16px);
	}
}

footer .hs-menu-wrapper > ul li {
	margin-bottom: 3px;
}

footer .hs-menu-wrapper > ul a {
	font-size: 12px;
	line-height: 18px;
  font-weight: 400;
  color: #535353;
  text-decoration: none;
}

footer .hs-menu-wrapper > ul a:hover {
	color: #959595;
}

footer .hs-menu-wrapper > ul a.no-link {
	font-weight: bold;
	color: #27404E;
	cursor: default;
	pointer-events: none;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 6px;
}

footer .hs-menu-wrapper > ul a.no-link.cant-see {
	opacity: 0;
}
@media screen and (max-width: 600px) {
	footer .hs-menu-wrapper > ul a.no-link.cant-see {
		display: none;
	}
}

footer .hs-menu-wrapper a.no-link.m-top {
	margin-top: 40px;
  display: block;
}





footer ul li ul {
  display: block;
  list-style-type: none;
  padding-left: 0px;
}

footer .logo {
	display: block;
	width: 96%;
	max-width: 182px;
	margin-top: 60px;
	margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

footer .logo img {
	display: block;
	width: 100%;
	height: auto
}

#menu-social {
	list-style-type: none;
	display: flex;
}

#menu-social i {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
}

.footer-social {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.footer-social svg {
	box-sizing: border-box;
	width: 20px;
	height: auto;
	margin: 0px 10px;
	fill: #27404E;
}

.footer-social a:hover svg {
	fill: #54bfde;
}

footer #copyright {
  color: font-size: 14px;
  color: #707070;
}