.hideme { display: none !important; }
.wrapper-content .row-1 .column-1 article .entry-content {
margin-top: 0 !important;
}
(function($, window, undefined){
var $iFrame = $(\'.syndicated-home-widget\');
var originalSrc = $iFrame.attr(\'src\');
$iFrame
.iFrameResize()
// If iframe manages to go somewhere else, open the new URL in a
// new window and return the iframe to the original page.
.load(function(){
if ($iFrame.attr(\'src\') !== originalSrc) {
window.open($iFrame.attr(\'src\'), \'_blank\');
$iFrame.attr(\'src\', originalSrc);
}
});
}(jQuery, window));