/* About page footer only. Load after existing mobile styles. */
@media screen and (max-width: 767px) {
  body .bottom_box { padding: 24px 16px !important; background: #333 !important; }
  body .bottom_middle, body .bottom_middle .fl, body .bottom_middle .one,
  body .bottom_middle ul {
    display: block !important; float: none !important; clear: both !important;
    width: 100% !important; min-width: 0 !important; max-width: 100% !important;
    height: auto !important; min-height: 0 !important;
    margin: 0 !important; padding: 0 !important;
    box-sizing: border-box !important; background: transparent !important;
  }
  body .bottom_middle .bottom_ft, body .bottom_middle .bottom_footers,
  body .bottom_middle .bottoms { margin-bottom: 20px !important; }
  body .bottom_middle li {
    float: none !important; width: 100% !important; height: auto !important;
    margin: 0 0 8px !important; padding: 0 !important;
    line-height: 1.6 !important; color: #eee !important;
    white-space: normal !important; overflow-wrap: anywhere;
  }
  body .bottom_middle a {
    color: #eee !important; height: auto !important; line-height: 1.6 !important;
  }
  body .bottom_middle .bottom_ft a, body .bottom_middle .bottom_footers a {
    display: block !important; padding: 8px 0 !important; min-height: 44px;
    box-sizing: border-box;
  }
  body .bottom_middle img {
    display: block !important; float: none !important;
    width: auto !important; max-width: 150px !important; height: auto !important;
    margin: 8px 0 12px !important;
  }
  body .bottom_footer {
    padding: 16px !important; background: #222 !important; height: auto !important;
    min-height: 0 !important; width: 100% !important; min-width: 0 !important;
    box-sizing: border-box !important;
  }
  body .bottom_footer .footer_mid {
    padding: 0 !important; margin: 0 !important; height: auto !important;
    min-height: 0 !important; background: transparent !important;
  }
  body .bottom_footer .footer_mid p, body .bottom_footer .footer_mid a {
    color: #ddd !important; font-size: 13px !important; line-height: 1.8 !important;
    height: auto !important; padding: 0 !important; margin: 0 !important;
    white-space: normal !important; overflow-wrap: anywhere !important;
  }
  body .bottom_footer .footer_mid a { display: inline !important; width: auto !important; }
  body #stickey_footer { display: none !important; }
}
