/************************************************************
********* Responsive Styles - Mobile(Narrow)*****************
*************************************************************/

/* ### BASIC LAYOUT BREAKPOINTS ### */
@-ms-viewport 		{ width: device-width; }
@-o-viewport 		{ width: device-width; }

/* Mobile*/
@media only screen and (max-width:767px) {	

.lo-adLB,
.lo-container 		{max-width:320px;}
.lo-container 		{overflow:hidden;}
.lo-content			{max-width:300px;padding:20px 10px 0 10px;/*TBD*/overflow:hidden; }
.content-header,
.content-footer 	{max-width:300px; }
.lo-left,
.lo-right			{ float: none; width: 300px;margin: 0;padding:0; overflow:hidden; } 


	.lo-content{position: inherit;margin-top: auto;}
	/*Hidden Elements*/
	body #aol-snf-wrapper,
	.RR-module,
	.rr-module,
	.afc,
	.mod-newsList-river .mod-list p	{display:none !important;}
	
	#mpu-ad-con{display:block !important;text-align:center;}
	/** hero banner **/
	.hero-banner{width:100%;position:inherit;}
	.page-hero-banner {height:102px;margin:0px;width:320px;-mox-box-shadow: inset 0px -80px 40px -60px #000000;-webkit-box-shadow: inset 0px -80px 40px -60px #000000;box-shadow: inset 0px -80px 40px -60px #000000;}
	.page-hero-banner h1{top:65px;font-size:22px;}
	
	/**DL and Sub image**/
	.mod-dl-main{margin:0 0 20px;width:300px;float:none;}
	.mod-dl-main img{width:300px;height:205px;}
	.mod-dl-main h1{font-size:22px;line-height:32px;}
	
	.mod-dl-sub{width:420px;float:none;}
	.mod-dl-sub .dl-sub{float:left;width:152px;margin: 0 15px 15px 0;}
	.mod-dl-sub .dl-sub img{width:152px;height:96px;}
	.mod-dl-sub .dl-sub.dl-last{margin:0px;}
	
	.mod-dl-sub .dl-sub.dl-second{width:300px;}
	.mod-dl-sub .dl-sub.dl-second img{width:300px;height:205px;}
	.mod-dl-sub .dl-sub.dl-second h3{font-size:22px;line-height:32px;}
	
	/** Mod NewsList River**/
	.mod-newsList-river .mod-list img, .mod-newsList-river .mod-list .m-over-overlay {width: 180px;height: 120px;}
	.mod-newsList-river .mod-list h3 {font-size: 16px;line-height: 20px;margin:0 0 15px;}
	.mod-newsList-river .mod-list p {font-size: 14px;line-height: 20px;}
	
	/**Social Share bar**/
	.social-share-bar .aol-share a{width:20%;text-align:center;padding:0px;}
	.social-share-bar .aol-share span.fa-icon{padding:0px;}
	.social-share-bar span.socialTxt {display: none;}
	
	.social-share-bar .aol-share a 							 {padding:0px !important;margin:0;}
	.social-share-bar .aol-share a.aol-share-facebook,
	.social-share-bar .aol-share a.aol-share-facebook:hover	 {background-position:center -83px;}
	.social-share-bar .aol-share a.aol-share-twitter,
	.social-share-bar .aol-share a.aol-share-twitter:hover	 {background-position:center -13px;}
	.social-share-bar .aol-share a.aol-share-googleplus,
	.social-share-bar .aol-share a.aol-share-googleplus:hover {background-position:center -154px;}
	.social-share-bar .aol-share a.aol-share-pinterest,		 
	.social-share-bar .aol-share a.aol-share-pinterest:hover  {background-position:center -226px;}		 
	.social-share-bar .aol-share a.aol-share-email,		 
	.social-share-bar .aol-share a.aol-share-email:hover		 {background-position:center -294px;}
	
	.read-more-link {padding: 15px 10px;}
	
	/*** AOL Article Migration ***/
	.m-mod-title 							{ font-size: 28px; line-height: 32px; }
	/*h2*/
	.m-mod-sub-title 						{ line-height: 24px; }
	.river-entries							{ width: 300px; padding: 0 10px 30px; }
	.river-entries__list__item.item-3,
	.river-entries__list__item.item-4,
	.river-entries__list__item.item-5		{ display: none; }
	.river-entries__list__item 				{ width: 100%; float: none; overflow: hidden; margin: 0; margin-top: 20px; }
	.river-entries__list__item:first-child 	{ margin-top: 0; }
	.river-entries__list__item__link__img	{ margin: 0; margin-right: 10px; }
	.m-cntrl-footer .m-ch-logo				{ margin-bottom: 10px; }

}
/**-EOF-**/