/* 
x20221129 - johns2ja - 29 November 2022 - tab contrast and fix the x20161028 comments
x20221019 - johns2ja - 19 October 2022 - rounded right and bottom corners for feed widget 
x20220919 - johns2ja - 19 September 2022 - enforce tab text hover color and contrast with keyboard
ORIGIN: 
centralized from /_shared-formats/_common/feed-tabbed by johns2ja 6 December 2016 
*/
 .articlefeedbrs {
	 display: none;
}
/* x20160324 per /_shared-formats/_common/feed-tabbed */
 #maincontentarea .rwd-widget #tabbed-region{
	 width:100%;
	/* background: #EDE4C9;
	 x20220301 per Support Request 379077 */
	 height: 90px;
}
 #maincontentarea .rwd-widget ul.tabs li{
	 list-style: none;
	 float: left;
	 text-align:center;
	 text-transform: uppercase;
	 width:88px;
	 height:40px;
	 font-family: Arvo, Georgia, serif;
	 border-right: 2px solid white;
	 font-size: 16px;
	 margin-bottom: 0px;
}
 #maincontentarea .rwd-widget ul.tabs li span {
	 padding-top: 10px;
	 display:block;
	 height: 19px;
	 overflow:hidden;
	 font-weight: bold !important; /* x20221129 */
}
 #maincontentarea .rwd-widget ul.feeditems li{
	 list-style: none;
	 float:left;
	 font-size:1em;
	 text-align:left;
	 max-width: 300px;
	 width: 100%;
	 clear: both;
	 overflow: auto;
}
 #maincontentarea .rwd-widget .news-list ul li {
	 margin-top: 0px;
	/* max-height: 76px;
	 */
}
 #maincontentarea .rwd-widget .news-list ul:first-child, .rwd-widget .event-list ul:first-child {
	 margin-top: 0px;
	 padding-top: 0px;
}
 #maincontentarea .rwd-widget .news-list img, .rwd-widget .event-list img, .rwdSportsfeed img, .rwdBlogfeed img {
	 width: 126px;
	 background: none;
}
 #maincontentarea .rwd-widget .news-list li, .rwdSportsfeed, #maincontentarea .rwdBlogfeed ul li, #maincontentarea .rwd-widget p {
	 font-size: 14px;
	 font-family: arial;
	 color: #333;
	 line-height: 18px;
	 font-weight: normal;
}
 #maincontentarea .rwdBlogfeed ul li {
	 list-style: none;
	 clear:left;
	 padding-top: 10px;
}
 #maincontentarea .rwd-widget .event-list ul li {
	 font-family: arial;
	 color: #333;
	 font-size: 12px;
	 line-height: 14px;
	 margin-top: 3px;
}
 #maincontentarea .rwd-widget .news-list li a, .rwd-widget .event-list ul li a, .rwdSportsfeed a, .rwdBlogfeed a {
	 color: #450084;
	/*font-weight: bold;
	 */
	 text-decoration: none;
}
 #maincontentarea .rwd-widget .feedwidget {
	 float:left;
	 clear:both;
	 background: #F7F2E5;
	 width: 100%;
	 border-radius: 0px 5px 5px 5px; /* x20221019 */
}
 #maincontentarea .rwd-widget .sociallivefeed{
	overflow:hidden
}
 #maincontentarea .rwdtab {
	 background: #EDE4C9;
	 border-right: 2px solid white;
	 cursor: pointer;
	 border-radius: 5px 5px 0 0;
}
/* x20220301 per Support Request 379077 */

 #maincontentarea .rwdtab a {
	 text-decoration: none;
}
 #maincontentarea .rwdtab a:focus {
	 outline: none;
}

 #maincontentarea #tabbed-region .rwdfeed {
	 display: none;
	 padding: 15px;
}
/* ## tabbed-region selector added per x20161028*/ #maincontentarea #tabbed-region .rwdfeed a {
	 text-decoration: none;
}
/*## tabbed-region selector added per x20161028*/ #maincontentarea #tabbed-region .rwdfeed a.readmore {
	font-weight: normal !important;
	 text-decoration: underline;
	 line-height:22px !important;
}
/*## tabbed-region selector added per x20161028*/ #maincontentarea #rwdtab1 {
	 display: block;
}
 #maincontentarea #rwdfeed1 {
	 display: block;
}
 #maincontentarea .rwd-widget .news-list .date {
	 display: none;
}
 #maincontentarea .rwd-widget #tabbed-region .news-list h2, .rwd-widget .event-list h2 {
	 display: none;
}
/* ## tabbed-region selector added per x20161028*/ #maincontentarea .rwd-widget #tabbed-region .news-list .list-buttons, .rwd-widget .event-list .list-buttons {
	 display: none !important;
}
/* ## tabbed-region selector added per x20161028*/ #maincontentarea .rwd-widget .news-list ul li, .rwd-widget .event-list ul li {
	 background: none;
}
 #maincontentarea .rwd-widget .news-list ul li .read-more, .rwd-widget .event-list ul li .read-more, .rwdBlogfeed .read-more{
	 display: none;
}
 #maincontentarea .rwd-widget ul {
	 margin-left: 0px;
	 padding-left: 0px;
}
 #maincontentarea .rwdfeed div#fb ul li {
	 margin-left: -10px;
}
 .gridpad .gridregion {
	 padding: 0px;
}
/* #maincontentarea .newsteaser {
	 text-overflow: ellipsis;
	 max-height: 58px;
}
/* roughly 76px - 18px for first line */

/* start x20220919 */
#maincontentarea .rwd-widget ul.tabs li span:hover { color: #aa232b !important; } 
/* end x20220919 */

 @media all and (min-width:120px){
	 #maincontentarea .rwd-widget ul.tabs li{
		 list-style: none;
		 float: left;
		 text-align:center;
		 text-transform: uppercase;
		 width:60px;
		 height:52px;
		 font-family: Arvo, Georgia, serif;
		 border-right: 2px solid white;
		 font-size: 15px;
	}
	 #maincontentarea .rwd-widget ul.tabs li span {
		 padding-top: 16px;
		 display:block;
		 height: 19px;
		 overflow:hidden;
	}
	 #maincontentarea .newsteaser {
		 display: none;
	}
	 #maincontentarea .rwd-widget .event-list ul li {
		 margin-top: 10px;
		 line-height: 18px;
		 font-size: 14px;
	}
	 #maincontentarea .rwd-widget .news-list img, .rwd-widget .event-list img, .rwdSportsfeed img, .rwdBlogfeed img {
		 display: none;
	}
}
 @media all and (min-width:300px){
	 #maincontentarea .rwd-widget ul.tabs li{
		 width: 68px;
	}
}
 @media all and (min-width:481px){
	 #maincontentarea .rwd-widget ul.tabs li{
		 list-style: none;
		 float: left;
		 text-align:center;
		 text-transform: uppercase;
		 width:68px;
		 height:40px;
		 font-family: Arvo, Georgia, serif;
		 border-right: 2px solid white;
		 font-size: 13px;
	}
	 #maincontentarea .rwd-widget ul.tabs li span {
		 padding-top: 10px;
		 display:block;
		 height: 19px;
		 overflow:hidden;
	}
	 #maincontentarea .newsteaser {
		 display: inline;
	}
	 #maincontentarea .rwd-widget .event-list ul li {
		 margin-top: 3px;
	}
	 #maincontentarea .rwd-widget .news-list img, .rwd-widget .event-list img, .rwdSportsfeed img, .rwdBlogfeed img {
		 display: block;
	}
}
 @media all and (min-width: 769px){
	 #maincontentarea .rwd-widget ul.tabs li{
		 width: 88px;
		 font-size: 16px;
	}
	 .rwd-widget .event-list ul li {
		 line-height: 14px;
		 font-size: 12px;
	}
}
 