@charset "utf-8";
/* CSS Document */
.archiveHeader h1{
	float:left;
	font-size:18px;
}
.searchBoxWrapper{
	float:right;
}
.archiveWrapper{
	clear:both;
}
.archiveWrapper{
	position:relative;
}
#subscriptionBox{
	position:relative;
	width:300px;
	float:right;
}
.mainWrapper{
	font-size:12px;
}
#footer a{
	color:#dfeabf;
}
input, #subscriptionBox{
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.adWrapper{
	text-align:center; 
	display:inline-block;
	width:50%;
}
.nwlSummary img{
	max-width:100% !important;
	height: auto !important;
}



@media only screen and (max-device-width: 480px) {
	html{
		-webkit-text-size-adjust: none !important;
		padding:0px !important;
		margin:0px !important;
	}
	.adWrapper{ 
		display:block !important;
		width:100% !important;
	}
	.adWrapper img{
		max-width:100% !important;
	}
	body{
		-webkit-text-size-adjust: none !important;
		padding:0px !important;
		margin:0px !important;
	}
	.nwlWrapper{
		width:100% !important;
		line-height:1.4em !important;
	}
	#nwlHeader{
		width:100% !important;
	}
	#TOC{
		display:none; !important;
	}
	.thumb-third{
		width:33% !important;
	}
	.thumb-third img{
		width:100% !important;
	}
.nwlContentArticle{
		font-size:16px !important;
		margin:auto 25px !important;
	}
	.nwlHeadline{
		font-size:1.1em !important;
		line-height:1.2em !important;
		margin-bottom:15px !important;
	}
	.nwlZoneHeader{
		line-height:1em !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.nwlSummary{
		font-size:1em !important;
		line-height:1.6em !important;
	}
	.nwlSummary img{
		max-width:100% !important;
		height:auto !important;
	}
	.socialShareIcons img{
		height:32px !important;
	}
	.nnAds-rectangles img{
		max-width:100%% !important;
	}	
	.archiveHeader h1{
		float: none !important;
	}
	.searchBoxWrapper{
		float: none !important;
	}
	.archiveWrapper{
		width:auto !important;
		float:none !important;
	}
	#subscriptionBox{
			width:auto !important;
			margin-top:20px;
			float:none !important;
	}
	.mainWrapper{
		margin: auto 10px !important;
		font-size:16px !important;
		line-height:1.2em !important;
	}
	.mainWrapper li{
		font-size:16px !important;
		line-height:1.4em !important;
	}
	.mainWrapper input{
		font-size:16px !important;
		line-height:1.4em !important;
	}
	#subscriptionBox{
		font-size:16px !important;
		line-height:1.4em !important;
	}
	h3{
		font-size:18px !important;
	}
	h2{
		line-height:1.2em !important;
	}
	#menuLinks{
		padding-left:10px !important;
	}
	#menuLinks a{
		display:block;
		margin:10px 0px;
	}
	#menuLinks span{
		display:none;
	}
	.searchHeader{
		font-size:20px !important;
	}
	.p{
		line-height:1.2em !important;
	}
	#searchResults table div{
		position:inherit !important;
		right:auto !important;
		width:auto !important;
	}
	#pollWidgetWrap{
		margin:10px !important;
	}
	#pollWrapper{
		font-size:14px !important;
	}
	#pollOptionTable{
			font-size:14px !important;
	}
	#naylorPoll{
		width:100% !important;
	}
	#otherResources{
		width:100%;
	}
	.mobileHide{
		display:none;
	}
	#footerShare{
		width:100% !important;
		float:none !important;
		margin-bottom:25px;
	}
	#footerShare td{
		text-align:center !important;
	}
}

