/************************************************************
********* Responsive Styles - Tablet ************************
*************************************************************/

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

/* Tablet */
@media only screen and (max-width:999px) {
    .latestNewsForDiv{width:300px}
    .dropdown dt{right:220px}
    div.contentSource{margin-top:45px;display:block;}
    .lr-module .dl-firstli{width: 100%;}
    .lr-module .dl-firstli img{width: 38%; float:left; padding-right: 5px; padding-top: 5px;}
    .lr-module .dl-firstli .mod-teaser{display: block;width: 60%; font-size: 26px; float: right;}
    .lr-module .dl-firstli .mod-teaser a{color:#000;text-decoration:none}
}

@media only screen and (max-width:999px) and (min-width:768px) {            
    body                {background: none !important;}
    .lo-adLB,
    .lo-container       {max-width: 768px;margin:0 auto;overflow:hidden;}
    .lo-content         {max-width:768px;padding:0px;}
    .content-header,
    .content-footer     {max-width:740px;}  
    .lo-left                { float: left; width: 420px;padding:15px 0 0 15px;/*TBD*/overflow:hidden; } 
    .lo-right               { float: right; width: 300px; padding:15px 10px 0 10px;  /*TBD*/overflow:hidden; }  
	
	/**Tablet hidden module**/
	.mod-newsList-river .mod-list p{display:none;}
	/*Menu.is-selected ul{display:block !important;}*/
	
	
	/** hero banner **/
	.hero-banner{width:768px;}
	.page-hero-banner {height:245px;margin:0 0 15px;width:768px;-mox-box-shadow: inset 0px -80px 60px -30px #000000;-webkit-box-shadow: inset 0px -80px 60px -30px #000000;box-shadow: inset 0px -80px 60px -30px #000000;}
	.page-hero-banner h1{top:180px;font-size:36px;}
	
	/**DL and Sub image**/
	.mod-dl-main{margin:0 0 20px;width:420px;float:none;}
	.mod-dl-main img{width:420px;height:245px;}
	.mod-dl-main h1{font-size:26px;line-height:36px;}
	
	.mod-dl-sub{width:420px;float:none;}
	.mod-dl-sub .dl-sub{float:left;width:126px;margin: 0 15px 15px 0;}
	.mod-dl-sub .dl-sub img{width:126px;height:84px;}
	.mod-dl-sub .dl-sub.dl-last{margin:0px;}
	
	/** Mod NewsList River**/
	.mod-newsList-river .items img,.mod-newsList-river .items .m-over-overlay {width: 250px;height: 160px;}
	.mod-newsList-river .mod-list h3 {font-size: 18px;line-height: 22px;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;}
	
	/*** AOL Article Migration ***/
	.river-entries 										{ padding: 0 14px 30px; width: 740px; }
	.river-entries__list__item 							{ width: 170px; }
	.river-entries__list__item:last-child				{ display: none; }
	
	.m-cntrl-footer .m-ch-logo							{ margin-bottom: 10px; }
}
/**-EOF-**/