This page is embedded into local station sites. DO NOT EDIT!
Loading...
html,body {
background: transparent !important;
margin: 0;
padding: 0;
}
div.wrapper { box-shadow: none; }
.primary-feature-story article,
.feature-stories-wrapper {
margin-bottom: 20px;
}
.feature-stories article {
padding-left: 0 !important;
padding-right: 0 !important;
}
.whitewrap,
.wrapper-content,
.wrapper-content > .grid-container {
background: none !important;
padding: 0 !important;
}
.CMLS_FEATURE_CONTENT {
margin: 0 !important;
min-height: 0 !important;
overflow: hidden !important;
}
.CMLS_FEATURE_CONTENT .entry-content,
.CMLS_FEATURE_CONTENT article,
.CMLS_FEATURE_CONTENT p {
line-height: 0.5 !important;
margin: 0 !important;
padding: 0 !important;
}
/* Fix promo reel weirdness */
.widget_amp_promo_reel {
margin-top: 0 !important;
}
.captionTitle {
display: inline-block !important;
width: auto !important;
}
.hideme,
.addthis-smartlayers {
display: none !important;
}
#SHWLoading {
color: #888 !important;
font: bold 18px/1 Arial, sans-serif !important;
text-align: center !important;
}
.SHWSpinner {
display: inline-block;
vertical-align: middle;
width: 40px;
height: 40px;
background-color: #AAA;
margin: 100px auto;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
(function($, window, undefined){
// Add an identifier to the parent column so we can work with JUST our content.
var tag = $(\'#CMLS_FEATURE_ID\');
if (tag) {
tag.parentsUntil(\'.wrapper-content\',\'.column,.row,.block-type-content\').addClass(\'CMLS_FEATURE_CONTENT\');
}
// If we\'re not in an iframe, redirect to the real home page
if (window.self === window.top && window.location.search.indexOf(\'cmlsDebug\') -1) {
$el.removeAttr(\'onclick\');
onclick = onclick.replace(new RegExp(\"window\\.location=\'?(^\'*)\'?\"), \"$1\");
$el.click(function(e){
e.preventDefault();
var newWin = window.open(onclick, \'_blank\');
newWin.focus();
});
}
}
window.self.document.addEventListener(\'DOMContentLoaded\', function(){
$(\'#SHWLoading\').hide();
$(\'.sliderItem\').each(function(){
updateOnclick(this);
});
});
// Change promo reel behavior to always open new window
$(function(){
$(\'#SHWLoading\').hide();
$(\'.sliderItem\').each(function(){
updateOnclick(this);
});
});
}(jQuery, window));