<div id="fsb_placeholder">
<script>
var fsb_adjusted = false;
$( "#fsb_placeholder" ).on( "fsb_fully_loaded", function(event, p1) {
if ((p1=='inserted' || p1=='inserted_sticky') && !fsb_adjusted ){
fsb_adjusted = true;
var fsb_height = $("#fsb_background").height();
$("<div />", {html: '<style>' + '.sticky-header{top:' + fsb_height + 'px;}#fsb_background{z-index:9!important;}' + '</style>'}).appendTo("body");
}
$("#fsb_close").on( "click", function(){
$("<div />", {html: '<style>' + '.sticky-header{top:0;}' + '</style>'}).appendTo("body");
});
});
$("#fsb_placeholder").on("fsb_fully_unloaded", function(event, p1) {
$("<div />", {html: '<style>' + '.sticky-header{top:0;}' + '</style>'}).appendTo("body");
});
</script>
</div>