body {
  margin-bottom: 25px;
}
#hs-header-d {
  height: 30px;
}
#hs-content {
  top: 30px;
  margin-bottom: 25px;
}
#hs-footer {
  height: 25px;
}
#hs-splitter {
  width: 5px;
  background: none 0 0 #ddd;
}
#hs-content-h {
  background: none 0 0 #000064;
  height: 100%;
  width: 100%;
  display: table;
}
#hs-wrapper-h {
  padding: 0 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#hs-title-h {
  font-family: Verdana,Arial,sans-serif;
  font-size: 14pt;
  color: White;
  background-color: transparent;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}
#hs-content-f {
  background: none 0 0 #000064;
  height: 100%;
  width: 100%;
  display: table;
}
#hs-wrapper-f {
  padding: 0 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#hs-title-f {
  font-family: Verdana,Arial,sans-serif;
  font-size: 8pt;
  color: White;
  background-color: transparent;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}
@media only screen and (max-width: 770px) {
  #hs-header-m {
    height: 50px;
  }
  #hs-content {
    top: 50px;
  }
  #hs-content-m {
    height: 100%;
    width: 100%;
    display: table;
    background: none 0 0 #000064;
  }
  #hs-content-m > div {
    display: table-cell;
    vertical-align: middle;
  }
  #hs-area-left, #hs-area-right {
    width: 60px;
  }
  #hs-area-center {
    text-align: center;
    padding: 0 10px;
  }
  #hs-title-m {
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 16pt;
    color: White;
    background-color: transparent;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
  }
  #hs-header-m #hs-menu span {
    background-color: White;
  }
}