#hh-footer-logo img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.global-footer {
   clear: both;
}
.global-footer ul {
	list-style: none;

}

.hh-footer-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 70px;
	padding-bottom: 60px;
}

.hh-footer-left {
	width: 270px;
}
.hh-footer-left * {
  max-width: 140px !important;
}
.hh-footer-center {
  width: calc(100% - 708px);
  padding-top: 15px;
  border-right: 1px solid #4f5d6a;
}

.hh-footer-right .menu {
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hh-footer-right .menu li {
  margin-bottom: 28px;
}

.hh-footer-right {
	width: 370px;
  padding-left: 50px;
  padding-bottom: 30px;
  padding-top: 15px;
}
.hh-footer-menu>ul {
  height: 205px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.hh-footer-menu>ul>li {
  margin-bottom: 30px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.hh-footer-menu>ul>li>a {
  margin-bottom: 20px;
  display: block;

}


.hh-footer-menu>ul>li>ul {
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.hh-footer-menu>ul>li>ul>li>a {
  margin-bottom: 18px;
  display: block;
  font-size: 12px;
}
.hh-social-links li {
	display: inline-block;
}

.hh-social-links li a {
	display: block;
  margin-top: 5px;
	margin-right: 12px;
  margin-bottom: 5px;
	width: 24px;
	height: 24px;
	background-color: #fff;
	opacity: .9;
	font-size: 0px;
	line-height: 0px;
	border-radius: 50%;
	position: relative;
}

.hh-social-links li a:hover {
	opacity: 1;
}

.hh-social-links li a img {
	position: absolute;
	top: 50%;
	left: 51.5%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	width: 12px;
	-webkit-filter: invert(20%) sepia(8%) saturate(2256%) hue-rotate(167deg) brightness(91%) contrast(93%);
	filter: invert(20%) sepia(8%) saturate(2256%) hue-rotate(167deg) brightness(91%) contrast(93%);
}

.hh-sub-footer {
	text-align: center;
	padding-bottom: 40px;
	font-size: 12px;
	line-height: 14px;
	color: #596672;
}

.hh-privacy-menu li {
	display: inline-block;
	border-right: 1px solid #596672;
	padding: 0px 10px;
	height: 14px;
	vertical-align: middle;
}

.hh-privacy-menu li a {
	color: #596672;
	font-weight: 300;
}

.hh-privacy-menu li a:hover {
	color: #fff;
}

.hh-privacy-menu {
	display: inline-block;
}

.global-footer {
  position: relative;
  overflow: hidden;
}
.global-footer>div {
  position: relative;
  z-index: 1;
}

.global-footer:after {
  content: ' ';
  background-image: url('../_images/halftone-02.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 417px;
  height: 544px;
  position: absolute;
  bottom: -300px;
  left: -100px;
  display: block;
  z-index: 0;
}

.hh-cw {
	display: inline-block;
	padding-left: 10px;
	height: 14px;
	vertical-align: middle;
}

@media(max-width: 1350px){
  .hh-footer-center {
    width: calc(100% - 555px);
    padding-right: 0px;
  }

  .hh-footer-left {
    width: 210px;
  }
  .hh-footer-right {
    width: 315px;
    padding-left: 30px;
  }
}

@media(max-width: 1000px){
  .hh-footer-menu>ul {
      display: block;
   }

   .hh-footer-menu>ul {
    height: auto;
    padding-right: 30px;
   }

}

@media(max-width: 850px){
  .hh-footer-holder {
    display: block;
   }
  .hh-footer-left, .hh-footer-center, .hh-footer-right {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
    border: 0px;
  }
  .global-footer:after {

    width: 250px;
    height: 326px;
    bottom: -200px;
    left: -150px;
  }
}


