#theme-header > .header-content #breaking_news_sticky_container #breaking-news-sticky
{
	display: none;
}

/* @since #3307 Disable sticky header since it is no longer needed with new 
 * mobile header menu bar. */
/*
@media all and (max-width: 900px)
{
	#theme-header.sticky
	{
		box-sizing: border-box;
		height: 50px;
		overflow: hidden;
		position: fixed;
		top: 0;
		z-index: 99;
	}
	
	#theme-header.sticky > .header-content,
	#theme-header.sticky #theme-header-background-container.header-content
	{
		padding: 2px 10px 10px 10px;
	}
	
	#theme-header.sticky > .header-content #slide-out-open
	{
		top: 10px;
	}
	
	#theme-header.sticky > .header-content > .logo
	{
		float: left !important;
		margin-left: 45px !important;
		padding-right: 0;
	}
	
	#theme-header.sticky > .header-content > .logo > a
	{
		display: inline-block;
		height: 40px;
    	overflow: hidden;
    	width: 38px;
	}
	
	#theme-header.sticky > .header-content > .logo > a > img
	{
		height: 40px;
		margin: 0 !important;
		max-width: none;
    	width: 164px;
	}
	
	#theme-header.sticky > .header-content #breaking_news_sticky_container
	{
	    border: 1px solid #ddd;
    	box-shadow: 0 0 3px #cacaca;
    	box-sizing: border-box;
		float: left;
		height: 35px;
		margin: 4px 0 0 18px;
		width: calc(100% - 106px);
	}
	
	#theme-header.sticky > .header-content #breaking_news_sticky_container:before
	{
		background: #f88d00;
	    content: "";
	    display: block;
	    float: left;
	    height: 35px;
	    left: -1px;
	    position: relative;
	    top: -1px;
	    width: 24px;
	}
	
	#theme-header.sticky > .header-content #breaking_news_sticky_container #breaking-news-sticky
	{
		box-sizing: border-box;
		display: block;
		float: right;
		height: 33px;
		margin: 0;
		width: calc(100% - 24px) !important;
	}
	
	#theme-header.sticky > .header-content #breaking_news_sticky_container #breaking-news-sticky .breaking-news-title
	{
		display: none;
	}
	
	#theme-header.sticky > .header-content #breaking_news_sticky_container #breaking-news-sticky .innerfade li
	{
		box-sizing: border-box;
		padding: 7px 0 0 10px;
		width: 100%;
	}
	
	#theme-header.sticky > .header-content #breaking_news_sticky_container #breaking-news-sticky .innerfade li a
	{
		display: block;
		font-size: 15px;
		overflow: hidden;
		padding: 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	#theme-header.sticky > .header-content #breaking_news_sticky_container #breaking-news-sticky .innerfade li .goto
	{
		display: none;
	}
	
	#theme-header.sticky > .header-content .rightHeaderImage
	{
		display: none;
	}
}

 @media all and (max-width: 380px)
 {
 	#theme-header.sticky > .header-content > .logo
 	{
 		margin-left: 35px !important;
 	}	
 }
 */