
.footer {
  background-color: #333; 
  font-family: Clearsans, sans-serif;
  color: #575757;
/*  font-size: 16px;*/
 /* line-height: 1.25em;*/
 /* font-weight: 400;*/
}
.footer-container {
  /*padding-top: 10px;*/
  padding-bottom: 20px;
}
.footer-menu {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 0px;
  padding-right: 36px;
  padding-left: 0px;
  border-right: 1px solid #4d4d4d;
}

.footer-menu, .footer-menu li, .footer-menu li ul{
  vertical-align:top;
}

.footer-list-item {
  display: inline-block;
  width: 140px;
  margin: 5px 10px;
  line-height: 1.25em;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bottom-link-list-item {
  display: inline-block;
}
.break {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4d4d4d;
}

.nz-govt-link {
  width: 170px;
  height: 23px;
  margin-left: 5px;
  background-image: url('../nzgovt.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-bottom-links {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  float: right;
}
.bottom-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 100%;
  text-decoration: none;
}
.footer-bottom-links.divider {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #4d4d4d;
}
.bottom-link:hover {
  opacity: 0.7;
  color:#cac4b9;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
/*font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-Regular.eot') format('embedded-opentype'), url('../fonts/ClearSans-Regular.woff') format('woff'), url('../fonts/ClearSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
*/