/*
 * Used for the old templates
 * */
.Footer {
    background-color: #4e4e4e;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased !important;
}

.Footer a {
    font-size: 14px;
    line-height: 18px;
    color: #bbb;
    border: 0;
}

.Footer a:hover,.Footer a:focus,.Footer a:active {
    text-decoration: none;
}

.Footer a:hover {
    color: #343535;
}

.Footer a:active {
    color: #1b1b1b;
}

.touch .Footer a:hover {
    color: #bbb;
}

.touch .Footer a:active {
    color: #343535;
}

.Footer-legal {
    text-align: center;
    margin-bottom: 66px;
}

.Footer-legal a {
    font-size: 12px;
    line-height: 16px;
}

{# Footer brand logo + 3rd party logs, added by YKH #}
.Footer-brand > div + div {
  margin-top: 24px;
}
@media (min-width: 600px) { 
  .Footer-brand {
      display: flex;
      align-items: center;
      justify-content: space-between;
   }
  .Footer-brand > div {
    margin-top: 0 !important;
  }
  {# Align ISO logo #}
  .Footer-brand > div:last-child {
    margin-right: 15%;
  }
}

.Footer-logo {
    display: block;
    margin-bottom: 30px;
}

.Footer-columns {
    display: -webkit-box;
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 120px;
}

.Footer-columns a {
    color: #fff;
    border: 0;
    font-weight: 600;
}

.Footer-columns a:hover,.Footer-columns a:focus,.Footer-columns a:active {
    text-decoration: none;
}

.Footer-columns a:hover {
    color: #343535;
}

.Footer-columns a:active {
    color: #1b1b1b;
}

.touch .Footer-columns a:hover {
    color: #fff;
}

.touch .Footer-columns a:active {
    color: #343535;
}

.Footer-column {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
}

.Footer-column--office>div {
    margin-bottom: 6px;
}

.Footer-column .name {
    font-weight: 700;
}

.Footer-column .hs-menu-wrapper ul li {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 18px;
}

@media only screen and (max-width: 767px) {
    .Footer-column {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%;
        margin-bottom: 24px;
    }
}

.Footer-copyright {
    text-align: center;
}

.Footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: none;
  display: inline-block;
  margin-right: 10px;
}

.Footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
   text-decoration: none;
}

.Footer-columns .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  display: block;
}
