* { padding: 0; margin: 0; }
html,body {
  height: 100%;
  padding: 0;
  margin: 0;
  background: #121212;
  bottom: 0;
}
#container {
  min-height: 100%;
  margin: 0 auto;
  padding-bottom: 44px;
  width: 100%;
  background: #f7f7f7;
}

.footer_site_info {
  padding: 0;
}
#footer_nav ul {
  height: 22px;
  overflow: hidden;
}
#footer_nav ul li a.footer_segment {
  font-size: 0.8em;
  position: relative;
  zoom: 1;
  border: 0px;
  box-sizing: border-box;
  padding: 11px 20px;
}

.page_footer {
  height: 44px;
  margin-top: -44px;
  position: relative;
  clear:both;
  width: 100%;
  bottom: 0;
  left: 0;
}

.btn_slim {
  height: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.help_spacer {
  min-height: 100px;
}
.font_help_footer {
  text-align: center;
  font-weight: normal;
}
.span_aaf {
  color: #fff; vertical-align: middle; line-height: normal;
}
.div_aaf {
  text-align: right; padding-top: 5px; line-height: 45px;
}
.error_text span {
  color: red;
  font-weight: bold;
}

@media screen AND (max-width: 810px) {
  .hide_for_zoom {
    display: none !important;
  }
  .font_type_1 {
    font-size: 2em !important;
  }
}









