
@charset"UTF-8";
 
/* CSS Document */
 @import url(http://fonts.googleapis.com/css?family=Istok+Web:400,700,400italic,700italic);
 @import url(http://fonts.googleapis.com/css?family=Oxygen:300,400,700);
 @import url(http://fonts.googleapis.com/css?family=Average);
 @import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
 body {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight:300;
    line-height: normal;
}
/* ~~ Element/tag selectors ~~ */
 ul, ol, dl {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 3px;
    outline:none;
    text-shadow:none!important;
}
h1, h3 {
    color: #333;
    line-height: 1 !important;
}
h2, h4 {
    font-weight: 500;
}
a:link, a, a i {
    color: #357EBD;
    text-decoration: none;
     -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition:all linear 0.2s;
    transition: all linear 0.2s;
}
a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
    color: #093A7D
}
.content-block h3 {
    font-size: 24px;
    color: #999;
}
a img {
    border: none;
}
.mainContainer {
    background-size: 50%;
}
.mainContainer-inner {
    padding-top: 10px !important;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
 .container, .content-container {
    position: relative;
}
.container {
    width: auto !important;
    max-width: 1024px;
    margin-left: 10px;
    margin-right: 10px;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
 .header, .header-inner {
    height: 111px
}
.header-inner {
    background: url(/images/header.png) bottom left no-repeat
}
.nav-container-inner {
    padding-bottom: 1px;
}
.subnav-container {
    display: none;
    background: #FFF;
    margin: 0 auto 5px auto;
    width: 1024px;
    border: 1px solid #CCC;
    border-top: none;
     
}
.home-nav {
    min-width:0!important
}
.tags ul li {
    display: inline;
    font-size: 9px
}
.tags ul {
    margin: 0;
    padding: 0 !important
}
.tags p {
    display: none
}
.tags {
    position: relative;
    float: right;
    top: 15px
}
.story-container {
    margin-top: 15px;
}

.story > ul {
    margin: 0 0 10px 25px;
}
.feature-header {
    width: 100%;
    position: relative;
}
.content-block a img {
    float: left;
    margin: 0 10px 3px 0;
    width: 35%;
    min-width: 70px;
}
.feature-well {
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
}
.search-container {
    width: 208px;
    margin:0;
}
 
.search-container2 input[type='submit'] {
    float: left;
    margin-top: 10px;
    width: 10%;
    height: 45px;
    padding: 0 5px;
    border: none;
    position: relative;
    left: -3px;
    background: #333 url(http://tcache.sbgnet.com/template/responsive/news/images/search.png) center no-repeat;
}
.search-container2 input[type='submit']:hover {
    background: #F46A20 url(http://tcache.sbgnet.com/template/responsive/news/images/searchHover.png) center no-repeat;
}
 
#hot-topics ul {
    margin: 5px 0 0 0;
    list-style: none
}
.story-h1 {
    border-bottom: 1px solid #DDDDDD;
    display: block;
    padding: 0;
    line-height: 1;
    margin: 5px 0
}
#hot-topics h2, #hot-topicsII h2 {
    background: url(http://tcache.sbgnet.com/template/responsive/news/images/hot.png);
    background-position:7px center;
    background-repeat:no-repeat;
    padding: 6px 35px;
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 0;
}
#hot-topics h2 {
    margin: -1px -1px 5px -1px;
}
 
#hot-topicsII .btn {
    display: inline-block;
    padding: 4px;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 20px;
    color: #333333;
    text-align: left;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background: #DDDDDD;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
   /* font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}
#hot-topicsII .btn:hover {
    background:#999999;
    color:#FFFFFF
}
#hot-topicsII ul {
    margin: 0;
    padding: 3px 0 6px 0;
    list-style: none;
}
#hot-topicsII ul li {
    min-width: 49%;
    margin-right:1%;
    float: left;
    margin-bottom:2px;
    
    
}
 
.addthis-content-row {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #CCCCCC;
    height: 40px;
    line-height:1.6em;
    color: #FFFFFF !important;
    overflow:hidden;
}
.addthis-content-row:hover {
    background:#DDDDDD
}
.addthis-content-row a {
    color:#000000!important
}
.addthis-content-row a:hover {
    text-decoration:none
}
 
 
.currentstemp {
    font-size: 70px;
    color: #000;
    opacity: .8;
}
/* ~~ These are the columns for the layout. ~~*/
 .content {
    margin-bottom: 20px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition:all linear 0.2s;
    transition: all linear 0.2s;
}
.content-inner {
    padding: 10px 10px 0 10px;
    /*padding-top:0;*/
    margin: 0 15px 0 15px;
}
.sidebar1 {
    width: 210px;
    margin-top: 15px;
    margin-bottom:20px;
    float: left;
    position: relative;
    z-index: 1;
}
.sidebar1 p {
    margin: 5px;
    padding: 5px;
}
.sidebar1-inner {
    padding: 5px;
}
.sidebar2 {
    min-width: 300px;
    margin: 15px 0 20px;
     
    
}
.sidebar2-inner {
    margin: 0 auto;
    padding: 2px;
    /*border-right: 1px solid #CCCCCC;*/
}
.sidebar3 {
    position: absolute;
    z-index: 101;
    right:0;
    width: 305px;
    border-left: 1px solid #DDDDDD;
    min-height: 1250px;
}
.sidebar3-inner {
    width: 97%;
    margin: 5px auto;
}
.ad-disclaimer {
    font-size: 10px;
    color: #999999;
    height: 15px;
    margin-left: 5px;
}
.ad-disclaimer i {
    margin-left: 10px;
    position: relative;
    top: -3px
}
.ad300x250 {
    width: 300px;
    margin: 0 auto !important;
    overflow: hidden
}
._btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333333!important;
text-align: center;
text-shadow: none;
vertical-align: middle;
cursor: pointer;
background: #f5f5f5;
background-repeat: repeat-x;
border: 2px solid #CCCCCC;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ipadmenu {
    display: none;
    background: #CCCCCC;
    -moz-box-shadow:inset 0 -6px 6px rgba(0,0,0,.4);
    /* Firefox */
    -webkit-box-shadow:inset 0 -6px 6px rgba(0,0,0,.4);
    /* Safari, Chrome */
    box-shadow:inset 0 -6px 6px rgba(0,0,0,.4);
    /* CSS3 */
}
.ipadmenu ul {
    margin: 0;
    padding: 10px;
    list-style: none;
    display:none;
     
}
.ipadmenu ul:after {
    content: ' ';
    display:table;
    clear:both;
}
.ipadmenu ul li {
    margin-bottom: 5px;
}
.ipadmenu ul li:last-child {
    clear:right;
}
.ipadmenu ul li .btn {
    font-size:18px;
    background: #FFFFFF;
    border-width: 0 !important;
    border-color: #CCCCCC;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding:10px;
}
.ipadmenu ul li .btn:hover, .ipadmenu ul li .btn:focus {
    background: rgba(0, 113, 188, 0.4);
    color: #FFFFFF
}
.phone-close {
    margin-bottom:10px;
    font-size:18px;
    padding:10px
}
.phone-close i {
    margin-top:5px
}
#poparrow {
    display: none;
    position: absolute;
    z-index: 11;
    left: 12%;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
 .nav-container {
}
.nav-container ul {
    position: relative;
    width: 1025px;
    margin: 0 auto
}
ul.nav {
    list-style: none;
}
ul.nav li {
    position: relative;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul.nav a, ul.nav a:visited {
    position: relative;
    top: 1px;
    z-index: 1;
    display: block;
    text-decoration: none;
    font-size: 15px !important;
    margin: 0;
     
}
ul.nav.ipad a, ul.nav.ipad a:visited {
   /* margin: 5px 2px 0 3px;
    border: 1px solid #FFF;*/
   border-right: 1px solid rgba(256,256,256,.3);
   padding:15px 10px;
}
ul.nav.web li:last-of-type a {
    border-right:none !important;
    margin-right: 0 !important;
}
ul.nav.web li a.hover {
 
}
.linkcolor:hover, .linkcolor:active, .linkcolor:focus {
    color: #093A7D !important;
}
ul.nav.ipad a:hover,  ul.nav.ipad a.active {
    /* this changes the background and text color for both mouse and keyboard navigators */
    background: #CCCCCC;
    color: #000;
}
ul.nav.web a.hover {
    background: #FFFFFF;
    position: relative;
    margin-bottom: -1px;
}
 
.skyscraper-ad {
    width: 160px;
    margin: 0 auto 10px auto;
}
.skyscraper-adII {
    width: 160px;
    margin: 0 20px 10px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC
}
.skyscraper-adII .ad {
    margin-bottom: 20px
}
/* all rounded corners */
.rounded-corners, .button, .search-container2, .search-container2 input[type='text']{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
/* top-left rounded corner */
 .top-left-rounded-corner {
    -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-topleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}
/* top-right rounded corner */
 .top-right-rounded-corner, .search-container2 input[type='submit'] {
    -webkit-border-top-right-radius: 3px;
    -khtml-border-radius-topright: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}
/* bottom-left rounded corner */
 .bottom-left-rounded-corner {
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
/* bottom-right rounded corner */
 .bottom-right-rounded-corner, .search-container2 input[type='submit'] {
    -webkit-border-bottom-right-radius: 3px;
    -khtml-border-radius-bottomright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}
h1, h2 {
    font-weight: normal;
    font-size: 2.2em
}
h1.story-title {
    font-size: 24px
}
.currentstemp {
    text-shadow: rgba(0, 0, 0, 0.4) 0 2px 2px;
}
/* ~~The footer ~~ */
 .footer {
    padding: 10px 0;
    position: relative;
    /* this gives IE6 hasLayout to properly clear */
    clear: both;
    min-height:300px;
    /* this clear property forces the .container to understand where the columns end and contain them */
}
.footer-inner {
    max-width:1024px;
    margin:20px auto
}
.footer-inner {
    color: #FFF;
}

/* ~~miscellaneous float/clear classes~~ */
 .fltrt {
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft {
    /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
}
.clearfloat {
    /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}
.fms {
	background-size: 100% auto !important;
}
#fms {
	width:100%;
	min-height:100%;
	height:100%;
	max-height: 385.312px !important;
	overflow: hidden;
	text-align: center;
}


.fms img {
	vertical-align: middle;
	display: inline-block;
}

.waste-watch a:after {
	content:'this is to clear';
	display:table;
	clear:both;
	visibility:hidden;
}
.subnav {
	margin: 0 15px;
	padding: 15px 0;
}
.subnav ul, ul.contestWidget {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subnav ul li {
	margin-right:15px;
	float: left;
	width: 190px;
	text-align: left;
	}
.subnav ul li.contest {
	margin-right:20px;
	width: 180px;
}
.subnav ul li.contest a {
	padding:5px;
	display:block;
	height:50px!important;
	background:#EEEEEE;
}
.subnav ul li.contest a:hover {
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.25) ;
	-moz-box-shadow:inset 0 0 10px rgba(0,0,0,.25) ;
	box-shadow:inset 0 0 10px rgba(0,0,0,.25) ;
}

.contestWidget{
	padding:0px;
	font-size: .90em;
}

.contestWidget  li.contest {
	margin-right:3px;
	margin-top:5px;
	width: 48%;
	list-style-type: none;
	float:left
}
.contestWidget li.contest a {
	padding:5px;
	display:block;
	height:150px!important;
	background:#EEEEEE
}
.contestWidget li.contest a:hover {
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.25) ;
	-moz-box-shadow:inset 0 0 10px rgba(0,0,0,.25) ;
	box-shadow:inset 0 0 10px rgba(0,0,0,.25) ;
}

.contestWidget .thumbnail img{
	max-width:100%;
}

 
.header-ad {
    float: right;
    margin: 10px 10px 0 0
}
.header-logo img {
    width: auto;
    margin: 5px auto;
}
#weather {
     
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
border-bottom:1px solid #CCCCCC/*border on all*/;
 
}
.content-widget-container {
    border-bottom:1px solid #CCCCCC/*border on all*/;
    margin-bottom:20px;
}
.section-container:first-child #weather {
    height:115px
}
#weather.section-container {
    margin-top: 0 !important
}
#weather h2 {
    background: url(http://tcache.sbgnet.com/template/responsive/news/images/weather.jpg) top left no-repeat;
    padding-left: 25px;
}
#weatherII {
    width: 140px;
    float: right;
    margin-right: 3%;
    background: url(http://tcache.sbgnet.com/template/responsive/news/images/weather-ribbon.png) center top no-repeat;
    height: 90px;
}
#weatherII h2 {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    margin-bottom: -15px;
    width: 140px;
    color: #FFF;
    text-shadow: 0 0 3px #000;
    opacity: .7;
    font-size: 20px !important
}
.section-container:first-child #weather .wx-skin-default .wx-current-conditions-widget {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    height:105px
}
.section-container:first-child #weather .wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-sky .wx-wrapper, .wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-temperature .wx-wrapper {
    border-radius: 300px;
    width: 100%;
    margin: 0 auto;
}
 
 
.section-container:first-child #weather .wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-temperature .wx-wrapper {
    text-align: left;
    position: relative;
    top: 40px;
}
.section-container:first-child #weather .wx-skin-default .wx-panel-widget p.wx-feels-like {
display:none
}
.wx-text {
    font-size:.9em
}
 
/*
 .font-size {
 position: relative;
 float: right;
 z-index: 1;
 top: -3px;
 }
 .font-size a {
 display: inline-block;
 padding: 3px;
 }
 .font-size a:hover {
 background: #CCC;
 border: 1px solid #999;
 margin: -1px
 }
 */
.tabbable.sbg-ap-tabs .tab-content {
	min-height:260px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC
}
.tabbable.sbg-ap-tabs .bs-nav.nav-tabs {
	margin-bottom:0
}
.tabbable.sbg-ap-tabs .tab-content .tab-pane ul {
	margin-bottom:10px;
	margin-left:10px;
	margin-top:8px;
	padding-left:20px
}
.tabbable.sbg-ap-tabs .tab-content .tab-pane ul li a b{
	font-weight:500
}
.tabbable.sbg-ap-tabs .tab-content .tab-pane ul li a{
	padding:6px 4px;
	display:block;
	
}
#u_0_0 {
    width: 100% !important;
}
.fb-like-box.fb_iframe_widget, 
.fb-like.fb_edge_widget_with_comment.fb_iframe_widget, 
.fb-like.fb_edge_widget_with_comment.fb_iframe_widget > span, 
.fb-like.fb_edge_widget_with_comment.fb_iframe_widget > span > iframe
.fb-like-box.fb_iframe_widget > span, 
.fb-like-box.fb_iframe_widget > span > iframe {
    width: 95% !important;
    
}
 .player-tabs .vidtab {
    width: 35%;
    text-transform: uppercase;
    height: 35px;
}
.player-tabs .vidtab2 {
    width: 65%;
}
.player-tabs {
    width: 100%
}
.player-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.player-tabs ul li.vidtab {
    float: left;
    display: inline;
    text-align: center;
}
.player-tabs ul li a.tablink {
    display: block;
    padding: 8px 3px !important;
    border-right: 1px solid rgba(256, 256, 256, 0.2);
    border-bottom: 1px solid rgba(256, 256, 256, 0.2);
}
.player-tabs .vidtab2 a {
    background: none
}
.player-tabs .vidtab2 a.tablink {
    border: none;
}
.player-tabs .vidtab2 a.tablink:hover {
    background: #DDD !important
}
.player-tabs ul li a:hover {
    text-decoration: none !important;
}
.player-tabs ul li a h3:hover {
    text-decoration: none !important;
}
.player-tabs .vidtab2 a h3 {
    color: #999 !important;
}
#addthisfollowII {
    display: none;
}
.player-tabs ul li a.selected {
    border-bottom: 1px solid rgba(256, 256, 256, 0.2);
}
.player-tabs ul li a h3 {
    font-size: 1.3em;
    padding: 0;
    margin: 0;
}
.section-container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.section-container:first-child {
    margin-top:10px!important
}
#hot-topics.section-container, .sidebar1 .section-container {
    margin: 0 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
}
.section-container .trending {
    margin: 0 10px;
    min-height: 355px;
 
}
.station-promo.section-container, .section-container.ad300x250 {
    margin: 10px 0 10px;
}
.station-promoII.section-container {
    display: none;
}
.row-fluid .section-container {
    margin-top: 0 !important
}
#addthisfollow div a {
    background: none !important
}
#addthisfollow {
    position: relative;
    top: -6px;
    min-width: 180px;
}
/* tooltip styling. by default the element to be styled is .tooltip  */
 .tooltip {
    background: #000;
    font-size: 12px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: #eee;
    opacity: .8;
}
.sponsor-banner {
    margin: 0 0 15px 0;
    display: block;
}
article h1 {
    font-size: 2.2em;
    font-weight: 500
}
.section-container.ap-widget {
    margin-bottom: 20px
}
.addthis_trendingcontent {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    border-radius: 0 !important;
}

 
 
 
 ul.newsteam-pic {
    margin:0;
    padding:0;
    list-style:none;
}
ul.newsteam-pic li {
    margin-left:10px;
}
ul.newsteam-pic li h3 {
}
ul.newsteam-pic li:first-child {
    margin-left:0;
}
ul.newsteam-pic li a {
    display:block;
    padding:5px;
    background:#DDDDDD;
    border-bottom:1px solid #FFFFFF;
    position:relative;
}
ul.newsteam-pic li a:hover {
    background:#EEEEEE;
    text-decoration:none;
}
 
.storyListBlock ul li a {
    text-decoration: none;
 outline:none;
 text-shadow:none;
 padding-right:5px;
    display: block;
    font-weight: 500!important;
    line-height:1.4em;
    font-size: .9em;
    display:block
     
     
     /*font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
.storyListBlock div ul {
    padding:20px 0 0 0 !important;
    height: 400px;
    overflow:auto!important;
     
     
}

.storyListBlock ul li {
    /*border-top: 1px solid #DDDDDD;*/
    height:75px;
    padding-bottom: 5px;
    position:relative;
    margin-bottom:-5px;
    border:1px solid #FFFFFF;
    border-bottom:none;
    overflow:hidden;
    background-color:#FFFFFF;
    -moz-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.2);
    /* Firefox */
    -webkit-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.2);
    /* Safari, Chrome */
    box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.2);
    /* CSS3 */
    -webkit-border-top-left-radius: 3px;
     -webkit-border-top-right-radius: 3px;
    -khtml-border-radius-topleft: 3px;
     -khtml-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition:all linear 0.2s;
    transition: all linear 0.2s;
  
    /*background:url(/template/responsive/news/images/storylinks.png) bottom right no-repeat;*/
}
.storyListBlock ul li:hover {
    height:90px;
    top:-15px;
    margin-bottom:-20px;
    background-color:#FAFFF5
}

.sidebar2 .storyListBlock ul li {
    /*border-top: 1px solid #DDDDDD;*/
    height:35px;
   margin-left:5px;
    margin-right:5px;
   }
.sidebar2 .storyListBlock ul li:hover {
    height:50px;
    top:-15px;
    margin-bottom:-20px;
    background-color:#FAFFF5
}
.storyListBlock ul li:nth-child(odd) {
     
}
.storyLinks {
    padding: 3px 3px 3px 5px;
    overflow:hidden;
 
}
.storyLinks p {
    padding: 0;
    margin:0;
    font-weight: 500;
    font-size: 0.85em;
    color: #000000;
    margin-left: 0;
    font-style:italic;
    /*position:absolute;
    bottom:5px*/
}
}
 
.storyListBlock ul li a .storyLinks div.list-story {
    display:none!important
}
.cover-up-white {
    position:absolute;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
 
height:75px;    
width:100%;
top:0
}
 
.textOnly, .videoOnly {
    background-repeat: no-repeat;
    background-position: top left
}
.textOnly.button, .videoOnly.button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}
.textOnly {
    background-image: url(/images/text.png)
}
.textOnly .storyLinks p {
    margin-left: 0
}
 
 

.storyListBlock .small {
    font-size: 10px;
}
.storyListBlock .small a {
    text-decoration: none;
    font-weight: bold;
}
p .small {
    font-weight: bold
}
.pad {
    padding: 10px
}
.showVidOnly, .showTextOnly, .showAll {
    max-width: 85px
}
.btn-group a {
    text-decoration: none !important
}
.btn-group a:hover {
    text-decoration: none !important
}
 
.dark-shadow {
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    /* Firefox */
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    /* Safari, Chrome */
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    /* CSS3 */
}
.box-shadow {
    -webkit-box-shadow: inset 0 1px 0 rgba(256, 256, 256, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(256, 256, 256, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(256, 256, 256, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.border a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFFFFF;
    text-align: right
}
 
 
 
.box-shadow-inner {
    -moz-box-shadow: inset 1px 1px 2px #999;
    -webkit-box-shadow: inset 1px 1px 2px #999;
    box-shadow: inset 1px 1px 2px #999;
}
.breaking.container {
    overflow:hidden;
    height:0
}
.breaking .alert.alert-error {
    text-shadow:none!important;
    position:relative;
    overflow:hidden;
    margin-bottom:15px!important;
    padding-right:25px
    /* background:#363F48; */
}
.breaking .alert.alert-error .close {
    margin-left:-20px!important
}
.breaking .alert.alert-error .media-body p {
    text-shadow:none!important;
    margin-left:10px;
     /* color:#FFFFFF; */
}
.breaking .alert.alert-error h1, .wxbreaking-title {
    /*font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    background:#C1272D ;
    padding-left:5px;
    height:35px;
    color:#FFF;
    overflow:visible!important;
    margin-top:3px;
    margin-bottom:6px;
    border-radius: 3px;
}

.breakingclose, .breakingclose.close {
	right: 2px;
   	top: 0;
   	position: absolute;
}

.breaking-alert.alert.alert-info .close {
    /* right:-30px */
}
.breaking-alert.alert.alert-info {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url(/template/responsive/news/images/weatherbg.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    background-size: contain;
    position: relative;
 
}
 
.breaking .alert.alert-error h1 img, .wxbreaking-title img {
    position:relative;
    top:-4px;
     
}
.breaking .alert.alert-error .media {
    border-bottom:none
    }
ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
}
ul.dropdown-menu li a, ul.dropdown-menu li {
    white-space: normal;
    width: auto;
    text-align: left;
    color: #FFF;
    cursor: pointer;
}
ul.dropdown-menu li a {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    margin: 0 5px 5px 5px
}
ul.dropdown-menu li a:first-of-type {
    margin-top: 5px
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}
.player-tabs .vidtab2 a.tablink:focus {
    text-decoration: none;
    border-bottom: none
}
ul.dropdown-menu li a:hover {
    color: #F46A20;
    background: none !important
}
ul.breadcrumb {
    height: 20px;
    border: 1px solid #DDDDDD !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
ul.breadcrumb li.active {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
ul.breadcrumb li:first-of-type {
    height:14px
}
ul.breadcrumb li {
vertical-align:middle
}
ul.breadcrumb li:first-of-type a {
    top:-15px!important
}
.lpthumbs ul.thumbnails li.span3:nth-of-type(5), .lpthumbs ul.thumbnails li.span3:nth-of-type(9), .lpthumbs ul.thumbnails li.span3:nth-of-type(13), .lpthumbs ul.thumbnails li.span3:nth-of-type(17), .lpthumbs ul.thumbnails li.span3:nth-of-type(21), .lpthumbs ul.thumbnails li.span3:nth-of-type(25), .lpthumbs ul.thumbnails li.span3:nth-of-type(29), .lpthumbs ul.thumbnails li.span3:nth-of-type(33), .lpthumbs ul.thumbnails li.span3:nth-of-type(37) {
    margin-left: 0 !important
}
.lpthumbs ul.thumbnails li.span4:nth-of-type(4), .lpthumbs ul.thumbnails li.span4:nth-of-type(7), .lpthumbs ul.thumbnails li.span4:nth-of-type(10), .lpthumbs ul.thumbnails li.span4:nth-of-type(13), .lpthumbs ul.thumbnails li.span4:nth-of-type(16) {
    margin-left: 0 !important
}
.lpthumbs ul.thumbnails li.span3 a, .lpthumbs ul.thumbnails li.span4 a {
    min-height: 200px;
    background-color: #FFFFFF;
    color:#333333 !important;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition:all linear 0.2s;
    transition: all linear 0.2s;
}
.lpthumbs ul.thumbnails li.span3 a:hover, .lpthumbs ul.thumbnails li.span4 a:hover {
    text-decoration:none;
    color:#002E54!important;
}
.lpthumbs ul.thumbnails li.span6:nth-child(2n+1) {
	margin-left:0!important
}
.pagination-outer .pagination {
    position:relative;
    top:-35px;
    margin-bottom:-10px;
     
}
.pagination .rss {
    position:absolute;
    right:-5px;
    top:20px
}
.pagination-outer {
    border-top:2px solid #DDDDDD;
    border-right:2px solid #DDDDDD;
    padding:0 10px;
    margin-top:25px;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
     
}
.pagination-container .media {
    border-bottom:1px solid #DDDDDD
}
.pagination-container .media .media-body {
    margin-bottom:10px
}
.pagination-header {
    border-bottom: 1px solid #DDDDDD;
     
}
 
 
.pagination-container {min-height:515px; padding-bottom:15px; }
.pagination ul {
    position:relative;
}
.pagination-count, .pagination-last {
    position:relative;
    margin-left:25px;
     
}
 
.pagination-subtract, .pagination-add, .pagination-count, .pagination-last, .pagination-first {
    border-color:#333333!important;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition:all linear 0.2s;
    transition: all linear 0.2s;
}
.pagination-subtract:hover, .pagination-add:hover, .pagination-last:hover, .pagination-first:hover {
   background:#DDDDDD!important
}
.pagination-subtract {
    left:40px
     
}
.pagination-add {
    left:190px
     
}
.pagination-count {
cursor:default;
background: #666666!important;
color:#FFFFFF!important;
 
     
}
.pagination-subtract, .pagination-add {
    margin:0 -10px 0 -10px;
    z-index:2;
    position:absolute;
    border-width:2px!important;
    padding:0!important;
    top:-7px;
    line-height:40px;
    text-align:center;
    width:40px;
    height:40px;
    -webkit-border-radius: 100px !important;
-khtml-border-radius: 100px !important;
-moz-border-radius: 100px !important;
border-radius: 100px !important;
     
}
.pagination-subtract i, .pagination-add i {
    position:relative;
    top:11px;
}
.pagination-subtract i{
    left:-2px
}
.pagination-add i{
    right:-2px
}
.pagination-last {
     
}
.pagination-add {
     
}
.pagination-first.disabled, .pagination-subtract.disabled, .pagination-last.disabled, .pagination-add.disabled {
    border-color:#999999!important;cursor:default;
 
}
.pagination-first.disabled i, .pagination-subtract.disabled i, .pagination-last.disabled i, .pagination-add.disabled i {
    opacity:.5; 
}
 
.addthis-content-title {
    padding: 0 !important
}
.col2-content {
    padding-top: 15px;
    margin-bottom:20px
}
.sbg-bkg .bs-nav.nav-pills > li > a {
    font-weight:500;
    font-size:1em;
    line-height:1.1em important;
    background:#666666;
    background:rgba(0,0,0,.5);
   
     /*  overflow: hidden;*/
   text-overflow: ellipsis;
   /*  white-space: nowrap;*/
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    color:#FFFFFF
}
.nav-pills.nav-stacked > li:last-child > a:hover {
     color:#333333!important
}
.nav-pills.nav-stacked > li:last-child > a > i {
     position:relative;
top:1px;
right:-2px
}
.nav-pills.nav-stacked > li:last-child > a:hover > i {
 
     right:-5px
}
.sbg-bkg .bs-nav.nav-pills > li > a:hover {
    background:#999999;
    background:rgba(0,0,0,.5);
     background:rgba(0,0,0,.25);
     
     
}
.sbg-bkg .bs-nav {
    margin-bottom:10px
}
.section-container-inner .media {
    margin: 0 0 10px 10px
}
.section-widget .section-container-inner {
    padding-top: 10px
}
 
.main-content-container {
    margin: 0 auto 15px
}
.main-content-container:empty {
    margin: 0
}
a .hiTemp {
    position: absolute;
    margin-left: 5px;
}
.nav.ipad li a i {
    margin-top: 5px !important
}
.center300 {
    width: 300px;
    margin: 0 auto !important;
    overflow: hidden
}
.sidebar2 .news-widget.section-container.center .section-container-inner {
    margin: 0 10px;
}
.storyListBlock .btn-group .btn {
    -webkit-border-radius: 0 !important;
    -khtml-border-radius:0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: rgba(256,256,256,.3);
    border: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    font-size: 12px;
    margin-bottom: -7px;
    margin-left: 15px;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.storyListBlock .btn-group .btn i {
    margin: 0 auto
}
.storyListBlock .btn-group .btn.disabled, .storyListBlock .btn-group .btn.disabled:hover {
    opacity:.3;
    background: rgba(256,256,256,.3);
}
.storyListBlock .btn-group .btn.showAll {
    width:35px
}
 
.storyListBlock .btn-toolbar {
   /*float: left;*/
  position:relative;
  top:-10px;
    margin-top: 0;
    margin-bottom: -7px;
    text-align: center;
    display:inline-block;
   /* width: 100%;
  border:1px solid #DDDDDD;
   border-bottom:1px solid #CCCCCC/*border on all*/!important*/
    /* IE6-9 */
}
.storyListBlock {
    width: auto;
    
}
.story-widget-list .media {
    margin-bottom:0
}
.media-heading {
    margin: 0;
    padding-left: 0;
}
.top-widget h4.media-heading {
    font-size:1.1em
}
 
.lpthumbs .thumbnails .thumbnail {
    line-height: 1em;
}
 
.addthis-content-title {
    margin-bottom: 8px !important
}
.addthis_toolbox.addthis_floating_style.addthis_counter_style {
    position: relative !important;
    float: left;
    margin-right: 15px;
}
.fb-comments, .fb-comments span, .fb-comments iframe[style] {
    width: 100% !important;
}
.innerGlow {
    /*-moz-box-shadow: inset 0 0 5px #1E5799; /* Firefox */
    /*-webkit-box-shadow: inset 0 0 5px #1E5799; /* Safari, Chrome */
    /*box-shadow: inset 0 0 5px #1E5799; /* CSS3 */
    background-color:#f7f7f9;
    -webkit-transition: box-shadow linear 0.2s, background-color linear 0.2s;
    -moz-transition: box-shadow linear 0.2s, background-color linear 0.2s;
    -o-transition: box-shadow linear 0.2s, background-color linear 0.2s;
    transition: box-shadow linear 0.2s, background-color linear 0.2s;
}
a.social-icon,ul.breadcrumb li:first-of-type a {
    display: block;
    position: relative;
    top: -11px;
    border: 2px solid #DDDDDD;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    -webkit-border-radius: 100px !important;
    -khtml-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    background-color: #FFFFFF;
    background-image: url(http://tcache.sbgnet.com/template/responsive/news/images/social-sprite.png);
    background-repeat: no-repeat;
}
a.social-icon,ul.breadcrumb li:first-of-type a, .storyListBlock .btn-group .btn, .storyListBlock .btn-group .btn.disabled, .form-search .search-button {
    -webkit-transition: box-shadow linear 0.2s, background linear 0.2s;
    -moz-transition: box-shadow linear 0.2s, background linear 0.2s;
    -o-transition: box-shadow linear 0.2s, background linear 0.2s;
    transition: box-shadow linear 0.2s, background linear 0.2s;
}
a.social-icon:hover,ul.breadcrumb li:first-of-type a:hover, .storyListBlock .btn-group .btn:hover, .storyListBlock .btn-group .btn.disabled:hover, .form-search .search-button:hover,
.pagination-subtract:hover, .pagination-add:hover, .pagination-last:hover, .pagination-first:hover {
    -moz-box-shadow: 0 0 3px rgba(0, 152, 248, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 152, 248, 1);
    box-shadow: 0 0 3px rgba(0, 152, 248, 1);
    
}
.pagination-first.disabled:hover, .pagination-subtract.disabled:hover, .pagination-last.disabled:hover, .pagination-add.disabled:hover{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
     background:#FFFFFF!important;
}
a.social-icon:hover, ul.breadcrumb li:first-of-type a:hover {
    border: 2px solid #FFFFFF;
}
a.social-icon.twitter {
    background-position: 0 0;
}
a.social-icon.facebook {
    background-position: 0 -50px;
}
a.social-icon.youtube {
    background-position: 0 -100px;
}
a.social-icon.pinterest {
    background-position: 0 -150px;
}
a.social-icon.rss {
    background-position: 0 -200px;
}
ul.breadcrumb li:first-of-type a{
    background-position: 0 -300px
}
.span4.desktop .section-container {
    max-width:160px
}
.full-story-list {
 
    list-style:none;
 
 
    overflow:scroll!important;
    overflow-x:hidden!important
}
ul:first-child li.top6:first-of-type {
    display:none
}
 
.alerts-container {
    position:fixed;
    right:0;
    top:300px;
    overflow:hidden;
    z-index: 9999;
    padding:5px 0;
    width:55px;
        -webkit-transition: width linear 0.2s, background linear 0.2s;
    -moz-transition: width linear 0.2s, background linear 0.2s;
    -o-transition: width linear 0.2s, background linear 0.2s;
    transition: width linear 0.2s, background linear 0.2s;
    padding-left:5px;
    display:none
}
.alerts-container.wx-alert {
    top:370px;
     
}
.alerts-container:hover,.alerts-container:active,.alerts-container:focus {
    width:210px;
}
.alerts-container .breaking-button, .alerts-container .wx-button {
    width:220px;
    height:55px;
    position:relative;
    left:55px;
    background:#CCCCCC;
    border:1px solid #FFFFFF;
     -webkit-border-top-left-radius: 100px;
     -webkit-border-bottom-left-radius: 100px;
    -khtml-border-radius-topleft: 100px;
     -khtml-border-radius-bottomleft: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
     -moz-box-shadow: 0 0 5px rgba(0,0,0,.65);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.65);
    box-shadow: 0 0 5px rgba(0,0,0,.65);
    -webkit-transition: right linear 0.2s, background linear 0.2s;
    -moz-transition: right linear 0.2s, background linear 0.2s;
    -o-transition: right linear 0.2s, background linear 0.2s;
    transition: right linear 0.2s, background linear 0.2s;
     
}
.alerts-container .breaking-button:hover {
 
}
.alerts-container .breaking-button .badge {
    position:relative;
    left:-10px;
    top:3px
}
.alerts-container .breaking-button a.breaking-toggle, .alerts-container .wx-button a.wx-toggle {
    display: block;
    position: relative;
    float:left;
    border: 2px solid #666666;
    width: 40px;
    height: 40px;
    margin: 5px;
    -webkit-border-radius: 100px !important;
    -khtml-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    background-color: #FFFFFF;
    background-image: url(http://tcache.sbgnet.com/template/responsive/news/images/alert-sprite.png);
    background-repeat: no-repeat;
}
.alerts-container .breaking-button a.breaking-toggle{
    background-position: 0 0;
}
.alerts-container .wx-button a.wx-toggle {
    background-position: 0 -50px;
}
.wxbreaking.container {
    overflow:hidden;
    position:absolute;
    left:-10000px;
    
}
.alerts-container .breaking-button a.breaking-title, .alerts-container .wx-button a.wx-title {
    float:left;
    display:block;
    margin-top:5px;
    width:140px;
    padding:10px 3px;
    cursor:pointer
}
.alerts-container .wx-button a.wx-title {
    width:160px;
}
.container.wxbreaking .row-fluid .span3,.container.wxbreaking .row-fluid .span10 {
    margin-bottom:20px
}
.container.wxbreaking .row-fluid .span3 ul {
    margin:8px 0 0 5px;
    padding:0;
    list-style:none;
} 
.container.wxbreaking .row-fluid .span3 ul li {
    line-height:1.1em;
    margin-bottom:8px;
}
.container.wxbreaking .row-fluid .span3 ul li a {
    font-weight:700;
    color:#0082CA
}
.implinks {
    font-size:16px;
     
    color:#333333
}
.wxbreakingh {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
 
 
.media-object{display: block;width: 100px;}
.form-search {
    position:relative;
    height:45px;
    top:-11px;
    margin-bottom:0!important
     
}
 
.form-search .search-query {
    position:relative;
    top:6px;
    min-height:26px;
     
}
.form-search .search-button {
    float:right;
     display: block;
    position: absolute;
    top:0;
    right:0;
    border: 2px solid #DDDDDD;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 100px !important;
    -khtml-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    background-color: #FFFFFF;
    background-image: url(http://tcache.sbgnet.com/template/responsive/news/images/social-sprite.png);
    background-position:0 -250px
     
     
}
.search-container2 {
    position:relative
}
 
.search-container2 .form-search#search2 {
    position:relative;
    height:60px;
    top:0;
    margin-bottom:0!important
     
}
.search-container2 input[type='text'] {
    width: 91%;
    margin: 10px 0 10px 10px;
    padding: 8px !important;
    font-size: 18px;
    border: none;
    border: 1px solid #999999;
    height: 21px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.search-container2 .form-search .search-query {
    position:relative;
    top:6px;
    min-height:26px;
     
}
.search-container2 .form-search .search-button {
    float:right;
    display: block;
    position: absolute;
    top:8px;
    right:10px;
    border: 2px solid #DDDDDD;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 100px !important;
    -khtml-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    background-color: #FFFFFF;
    background-image: url(http://tcache.sbgnet.com/template/responsive/news/images/social-sprite.png);
    background-position:0 -250px
}
 
 
button.close {
    padding:2px 6px !important;
    background:#FFFFFF;
    border: 2px solid #999999 !important;
    -webkit-border-radius: 100px !important;
    -khtml-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
}
.wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-content .wx-summary.wx-horizontal .jcarousel-clip-horizontal {
height: 159px;
width: 100%;
}
.wx-skin-default .wx-daily-widget .wx-horizontal-format {
width: 100%;
}
.alert {
text-shadow:none!important;
}
.sub-nav-list ul {
    margin:0;
    padding:10px 0 10px 0;
    list-style: none;
    border-bottom:1px solid #CCCCCC/*border on all*/
     
}
.sub-nav-list ul li{
    border-bottom:1px dashed #DDDDDD;
     
}
.sub-nav-list ul li a{
    display:block;
    padding:5px;
     
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
 background: #DDDDDD  url(http://tcache.sbgnet.com/template/responsive/news/images/stripes2.png) bottom repeat-x;
    background: rgba(0, 0, 0, 0.15)  url(http://tcache.sbgnet.com/template/responsive/news/images/stripes2.png) bottom repeat-x;
  min-height:110px;
  border-left:1px solid #666666;
  margin-right:-1px
 
}
.slider-thumbnail {padding:0 30px;}
.slider-thumbnail a {display:block; }
.slider-thumbnail a .media-object {margin:10px; position:relative; top:-10px; margin-bottom:0}
.slider-thumbnail a h3 {margin:10px; min-height:38px; padding-top:10px}
.slider-thumbnail a.btn {position:absolute; bottom:0; right:0; border-top:1px solid #666666;border-left:1px solid #666666;}
.left-corner-img {
    position:absolute;
    bottom:0
}
.advance {
position: absolute;
bottom: 0;
left: 0;
width: 30px;
height: 80px;
font-size: 90px;
font-weight: 100;
line-height: 30px;
color: #000000!important;
text-align: center;
text-decoration: none;
 
z-index: 2; /* was 100 but it was overlaping top nav bar */
background:#666666;
padding-top:30px
 
}
.advance:hover {
    color:#FFFFFF!important
}
 
.advance.right {
    right: 0;
    left: auto;
    text-align: center;
    bottom: 28px;
    height:52px;
}
 
 
.advance:hover {
    text-decoration:none!important
}
 
 
/* *********************************** Big Desktop ******************************************/
 
    @media (min-width: 1524px) {
        .mainContainer {
            padding-right: 300px
        }
        .sidebar3 {
            left: inherit;
            right: 0 !important;
        }
        .alerts-container{
            right:300px
        }
				
				#jcornerBig, #jcornerSmall {
					right:306px !important
				}
         
    }
 
     
.slider-thumbnail a .image-holder{max-height:75px;overflow:hidden}
     
    @media (max-width: 1000px) {
        .wx-ui-tab-content.wx-selected {
            display: none!important
        }
        .slider-thumbnail a h3 {margin:10px; min-height:78px; padding-top:10px}
         
    }
    @media (min-width: 800px) {
            .thumbnail img.load {
                max-height:83px!important;
        }
        .pagination-container.lpthumbs .thumbnails .thumbnail h2, .content-widget-container .lpthumbs h2 {
            height:60px;
        }
        .pagination-container.lpthumbs .thumbnails .thumbnail, .lpthumbs .thumbnails .thumbnail {
            height:220px;
			overflow:hidden;
        }
    }
    @media (max-width: 900px) {
        
    }
    @media (max-width: 480px) {
        .slider-thumbnail a .media-object {margin:0}
        .slider-thumbnail a .image-holder{max-height:164px;height:164px; width:100%; overflow:hidden}
        .advance {display:none}
        .slider-thumbnail {padding:0 }
        .swipe-wrap > div {
  height:250px;
}
         
    }
/* *********************************** Common Ground ******************************************/
.scroll {
	overflow-y:scroll;
	overflow-x:hidden;
	margin-bottom:20px;
}
.recent {
    color:red;
}
.fillandborder,
#hot-topicsII, 
.content-inner, 
.sidebar1-inner, 
.section-container .trending, 
ul.breadcrumb, 
.sbg-bkg, 
.storyListBlock, 
.customList,
.sidebar2-inner,
.center300, 
.sidebar2 .news-widget.section-container.center .section-container-inner, 
#hot-topics.section-container, 
.sidebar1 .section-container,
.search-container,
.container.weatheralert .wx-widget-alerts  {
    border: 1px solid #FFFFFF;
    background: rgba(256, 256, 256, 0.7);
}
@media (min-width: 1024px) {
    .sidebar2 .news-widget.section-container.center .section-container-inner,.section-container .trending,.center300,  #hot-topicsII, .customList {
        border-left: 0 none;
        border-right:0 none;
    }
    .tabbable.sbg-ap-tabs .tab-content {
	background: url(/template/responsive/news/images/wire.jpg) no-repeat top right;
	background-size:contain;
}
    
}
 
.fillonly, .sidebar3, .ad300x250, .section-container.section-widget.sbg-bkg .span6 {
    background: rgba(256, 256, 256, 0.7);
}
.borderonly {
    border: 1px solid #FFFFFF;
}
.storyListBlock .btn-group .btn:hover {
    background: #999999;
}
.storyListBlock .btn-group .btn.disabled:hover {
    background: #DDDDDD;
}
 
.section-container .trending, 
#hot-topicsII ul  {
    border-bottom:1px solid #CCCCCC/*border on all*/!important;
}
 
h2 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top:10px!important;
    padding-bottom:10px
}
.section-container h2, .tenday h2.headline, .sbg-bkg h2, .addthis-content-title h2, .storyListBlock h2, .content-widget-container h2 {
    font-size: 1.3em;
    padding: 6px;
    font-weight: bold;
    margin: 0 !important;
    text-transform: uppercase;
}
.lpthumbs .thumbnails .thumbnail h2, .content-widget-container .lpthumbs h2 {
    font-size: 1.3em !important;
    line-height: 1.1em;
    max-height:60px;
    padding-bottom:5px;
    overflow:hidden;
    text-overflow:ellipsis;
    text-transform:none!important;
    background:none!important
}
.content-widget-container .lpthumbs .thumbnails .thumbnail h2 {
     font-size: 1em !important;
}
.wxbreaking-title {
    /*font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    background:#0082CA ;
    padding-top:3px!important;
    padding-bottom:3px!important
 
}
 
.singleimage img {
    width: 100%;
}
 
.clearafter:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/*p, .media-body {font:normal 15px/23px georgia, 'times new roman', serif
 }*/
 
 
#_debug_, #_debug_ .close {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition:all linear 0.2s;
    transition: all linear 0.2s;
}
#_debug_.left {
    left:-230px
}
#_debug_ .close {
    position:relative;
     
}
#_debug_ .close.left {
     
    right:-50px
}
#_debug_ .close.left .icon-circle-arrow-right {
position:relative;
top:3px
}

.livealerts {
    position: relative;
    margin-bottom:8px
 
}
.livealerts ul {
    margin:0;
    padding:0;
    list-style:none;    
}
.livealerts ul:after {display: table;
    line-height: 0;
    content: "";
    clear:both;
    }
.livealerts ul  li{ 
     
}
 
.livealerts a {
    border:1px solid #e5e5e5;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    box-shadow: 0 0 1px solid rgba(0,0,0,.5);
     
    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(left,  #c1272d 0%, #c1272d 35px, rgba(243,243,243,.85) 35px, rgba(243,243,243,.85) 100%); /* F F3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c1272d), color-stop(35px,#c1272d), color-stop(35px,rgba(243,243,243,.85)), color-stop(100%,rgba(243,243,243,.85))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #c1272d 0%,#c1272d 35px,rgba(243,243,243,.85) 35px,rgba(243,243,243,.85) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #c1272d 0%,#c1272d 35px,rgba(243,243,243,.85) 35px,rgba(243,243,243,.85) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #c1272d 0%,#c1272d 35px,rgba(243,243,243,.85) 35px,rgba(243,243,243,.85) 100%); /* IE10+ */
    background: linear-gradient(to right,  #c1272d 0%,#c1272d 35px,rgba(243,243,243,.85) 35px,rgba(243,243,243,.85) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272d', endColorstr='rgba(243,243,243,.85)',GradientType=1 ); /* IE6-9 */
}
 
.livealerts a:hover {
    text-decoration:none;
    background: #F2DEDE; /* Old browsers */
background: -moz-linear-gradient(left,  #c1272d 0%, #c1272d 35px, #F2DEDE 35px, #F2DEDE 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c1272d), color-stop(35px,#c1272d), color-stop(35px,#F2DEDE), color-stop(100%,#F2DEDE)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #c1272d 0%,#c1272d 35px,#F2DEDE 35px,#F2DEDE 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #c1272d 0%,#c1272d 35px,#F2DEDE 35px,#F2DEDE 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #c1272d 0%,#c1272d 35px,#F2DEDE 35px,#F2DEDE 100%); /* IE10+ */
background: linear-gradient(to right,  #c1272d 0%,#c1272d 35px,#F2DEDE 35px,#F2DEDE 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272d', endColorstr='#F2DEDE',GradientType=1 ); /* IE6-9 */
 
}
.livealerts a i {
    margin-right:15px
}
.container.weatheralert .wx-widget-alerts {
    margin-bottom:20px!important;
    -webkit-border-radius: 3px!important;
-moz-border-radius: 3px!important;
border-radius: 3px!important;
}
.mapContain {
	width: 100%;
	position: relative;
	margin-top: 10px
}
.mapContain ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.mapShow {
	width: 100%;
	height: 239px;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	margin-bottom: 10px;
}
li.smallmapwx {
	float: left;
	width: 33.33333331%;
	margin-bottom: 3px;
}
.smallmapwx a {
	display: block;

	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 5px;
	height: 60px;

}
.smallmapwx a p {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .9em;
	padding: 0;
	display: block;
}
.map-thumb {
	height:30px; margin-right:5px
}
.ugc-gallery-button .row-fluid .thumbnails {
	overflow:hidden;
	height:120px
}
	
.ugc-gallery-button a.thumbnail {
    height: 100px;!important;
    padding:0!important;
    overflow:hidden;
    background:#333333;
}
.ugc-gallery-button a.thumbnail img {
    height:100px;
    width:auto;
    max-width:inherit!important;
}
.row-fluid.lpthumbs:first-of-type {
    margin-bottom:20px;
    border-bottom:1px solid #CCCCCC/*border on all*/;
   }
   .yt-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.yt-video-container iframe,
.yt-video-container object,
.yt-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.newsteam {
	list-style: none;
	margin:0;
	padding: 0 0 0 10px;
}
.newsteam li a{
	padding-left:10px
	
}

/* reference sizes
	screen and (min-width:1025px) and (max-width:3000px);
	iphone 
	screen and (max-width:480px);
	ipad 
	screen and (min-width:481px) and (max-width:1025px);
*/

.widget-slider {
	position: relative;
	z-index: 1;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.widget-slider h2 {
	text-align: left;
}

.widget-slider-list {
	width: 90%;
	height: 100px;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	font-size: 0;
	margin: 0 auto;
	padding: 0;
}

.widget-slider-list li {
	display: inline-block;
	*display: inline;
	width: 21%;
	height: 100%;
	*zoom: 1;
	margin: 0 2%;
	vertical-align: top;
}

.widget-slider li img {
	width: 100% !important;
	height: 100% !important;
}

.widget-slider-arrow {
	display: block;
	width: 5%;
	height: 100px;
	position: absolute;
	font-size: 600%;
	z-index: 2;
	line-height: 100px;
	background-color: #222;
	cursor: pointer;
	color: #555;
}

.widget-slider-arrow:hover {
	background-color: #000;
	transition: color .5s;
	color: #CCC;
	z-index: 1;
}

.widget-slider-arrow-left {
	left: 0;
}

.widget-slider-arrow-right {
	right: 0;
}

.widget-slider-more {
	display: block;
	position: absolute;
	right: 0;
	z-index: 2;
	background-color: rgb(244, 106, 32);
	padding: 2px 10px;
	bottom: 0;
	font-size: 16px;
	color: #FFF !important;
	width: 85px;
}

@media (min-width:700px) and (max-width:1025px) {
	.widget-slider-list li {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 46%;
		height: auto
		margin: 0 2% 0 2% !important;
		vertical-align: top;
	}
	
	.widget-slider li img {
		height: auto !important;
	}
	
	.widget-slider-arrow {
		font-size: 400%;
		line-height: 140px;
	}
	
	.widget-slider-list {
		width: 90%;
	}
	
	.widget-slider-arrow, .widget-slider-list {
		height: 140px;
	}
}

@media (max-width:700px) {
	.widget-slider-list li {
		width: 96%;
		margin: 0 2% !important;
	}
	
	.widget-slider li img {
		height: auto !important;
	}
	
	.widget-slider-arrow, .widget-slider-list {
		height: 200px;
	}
	
	.widget-slider-arrow {
		line-height: 200px;
		font-size: 200%;
		color: #FFF;
	}
	
	.widget-slider-more {
		width: 100%;
		padding: 2px 0;
	}
}
.sidebar2 {
   		display:none!important
   }
   @media (min-width:900px) and (max-width:3000px) {
   	.sidebar2 {
   		display:block!important
   	}
   }
.pagination-thumbnails li a h2 {
	color:#333333!important
}
.section-container h2 {
	font-weight:500!important
}

/*Sliding Billboard CSS*/
#fin_sliding_billboard_wrapper {
	height: auto;
	width: 1024px;
	margin: 10px auto;
	overflow: hidden;
	z-index: 1;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 100%);
	border-left: 0;
	border-right: 0;
}
.fin_type_homepage #fin_sliding_billboard_wrapper {
	border: 0
}
#fin_sliding_billboard {
	position: relative;
}
#fin_sliding_billboard_inner {
	position: absolute;
	bottom: 0
}
#fin_sliding_billboard .closebtn {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 30px;
	z-index: 2;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	display: none;
}
#fin_sliding_billboard .open {
	position: relative;
	z-index: 1;
	line-height: 0;
	display: none;
}
#fin_sliding_billboard .closed {
	position: relative;
	cursor: pointer;
	line-height: 0;
	display: none;
}
#fin_billboard {
	overflow: hidden;
}
#fin_billboard iframe {
	display: none;
}
#billboard_div {
	margin:0 auto; 
	width:1024px;
	position:relative;
}
#div-gpt-ad-1024x30 {
	overflow: hidden;
	height: 0px;
}
.third_party {
	overflow: visible !important;
	height:30px !important;
	width:1024px !important;
	margin:auto !important;
}

/*Corner Peel CSS*/
#div-gpt-ad-650x650 {
	height: 0 !important;
	width: 0 !important;
	overflow: hidden;
}

/*Interstitial, Wallpaper, Popup and Popunder CSS*/
#div-gpt-ad-1x1-interstitial-oop, #div-gpt-ad-1x1-popup-oop, #div-gpt-ad-1x1-popunder-oop, #div-gpt-ad-1x1-wallpaper-oop{
	height: 0;
	width: 0;
	overflow: hidden;
}


