/*
  CSS - Tools
*/

footer, section.region-top-header, div#block-akp-page-title {
  display:none!important;
}

div#iframe_wrapper {
  position: fixed;
  /* height: 100%; */
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
}
#tool_iframe {
  position: relative;
  border:0;
  height:100%;
  z-index:100;
  width: 100%;
}

.screen-vh {
    height: calc(100vh - 92px) !important;
    top: 92px !important;
}