@media all and (max-width: 980px)
{
	.setWidth
	{
	  margin:0 5%;
	  width:90%;
	}

	#logo img 
	{
		top:auto;
		position:static;
		margin-top:20px;
	}
	
	#cycle {
    margin-top: auto;
}
	
	nav
	{
	  clear:both;
	}
	
	#search
	{ display:none; }
	
	nav .menu
	{
	  text-align:left;
	}
	
	nav .menu li a, nav .menu li .separator
	{
	  padding:0 15px 0 0;
	  font-size:12px;
	}
	
	#banner
	{
	  height:300px;
	}
	
	#banner img
	{
	  max-width:100%;
	}
	
	.block img
	{
		max-width:100%;
	}
	#logo
	{
	 height:auto;
	 padding-bottom:30px;
	 }
	#twitterFeed {
		display: none;
	}
	#linksSocialContainer {
		width: 100%;
	}
	#socialContainer {
		float: right;
		margin: 0;
	}
	
	#footerText {
		text-align: center;
	}
}

@media all and (max-width: 870px)
{
		

	article.hasRight .item-page {
	width: 100%;
	}	

	#category-container .moduletable, #article-container.hasRight .module
	{
	  width:100%;
	  float:none;
	  margin-bottom: 30px;
	}
	
	#category-container.hasRight aside, #article-container.hasRight aside {
		width: 100%;
		float: none;
	}
	
	 aside .ac > * {
		float: none;
	}
	

}


@media all and (max-width: 720px)
{

	#logo
	{
	 height:auto;
	  padding-bottom:20px;
	}
	
	#cycle {
    margin-top: auto;
}
	
	.w50
	{
		float:none;
		width:100%;
		margin:auto;
	}
	
	#category-container .blog {
		float: none;
		margin-right: auto;
		width: 100%;
}
	
	#category-container .moduletable
	{
	  width:auto;
	  float:none;
	}
	
	#qfl-articles-filter-module .filter .value 
	{
		height: 18px;
		width: 200px;
	}
	
	#qfl-articles-filter .filter, #qfl-articles-filter-module .filter
	{
		height:auto;
		min-height:40px;
		text-align: center;
		margin-bottom: 0;
	}
	
	#qfl-articles-filter .btn-primary, #qfl-articles-filter-module .btn-primary
	{
		clear:both;
	}

	a#mmenu
	{
	  display:block;
	}
	
	
	header nav, #topBlock, #footerLogo, #iso, #footerSocial
	{ display:none !important; }
	
	#banner
	{
	  height:200px;
	}
	
	section
	{
	  padding-top:0;
	}
	
	
	.page-header h2
	{
	 padding-bottom:20px;
	}
	
	#subscribeContainer, #intro {
		float: none;
		margin-right: auto;
		width: 100%;
	}
	
	.block {
		float: none;
		margin-left: 0%;
		width: 100%;
	}
	
	#copyright, #siteBy
	{
	  float:none;
	  text-align:center;
	  line-height:16px;
	}
	
	footer
	{
	  padding:20px 0;
	}
	
	#footer
	{
	  padding-bottom:10px;
	}
	
	#footerLinks 
	{
		float: none;
		line-height:20px;
	}
	
	#footerLinks ul
	{
		text-align:center;
	}
	
	#footerLinks li
	{
		display:inline-block;
		line-height:inherit;
		margin:0;
		*display:inline;
		zoom:1;
		position:relative;
		float:none;
		padding:0 10px;
	}
	
	#logoContainer {
		text-align: center;
	}
	
	#logoContainer a{
		display: inline-block;
	}
	
	article #topBlock.sectors {
		display: block !important;
	}
	
		
	#qfl-articles-filter {
		margin-top: 1em;
	}
	
	#qfl-articles-filter .filter .label, #qfl-articles-filter-module .filter .label {
		text-align: center;
		margin-bottom: .5em;
		float: none;
		display: none;
	}

	#qfl-articles-filter .filter .value, #qfl-articles-filter-module .filter .value {
		width: 95%;
		text-align: center;
	}
	
	#qfl-articles-filter .filter .value input, #qfl-articles-filter-module .filter .value input {
		text-align: center;
	}
	
	#qfl-articles-filter .btn-primary, #qfl-articles-filter-module .btn-primary {
		margin: auto;
	}

}

@media all and (max-width: 400px)
{
	
	#cycle
	{
		height:90%;
	}

	#banner img {
        max-width: 200%;
	height:100%;
    }
}
/****
	Titan RF Overrides added !important to everything because 
        of transiently reverting to old style
*/
.titanrf-status a:hover
{
	color:#7A7C81 !important;
}
.titanrf-status
{
	top:20px !important;
	position:relative !important;
	display:inline-block !important;
	max-height:1em !important;
}
.titanrf-status a, .titanrf-status span
{
	position:relative !important;
	
	top:-1.8em !important;
	font-weight:normal !important;
	color:#7A7C81 !important;
	
}
/***
	End Titan Rf Overrides
*/