/* tabbed content */


.tab-list li.mobile-menu {
	display: none !important;
}

/* Tabbed Navigation
   ========================================================================== */
.tab-list {
	list-style: none;
	margin: 0;
	padding: 0 .6666667em;
	border-width: 0 0 1px 0;
	border-style: $tabListBorderStyle;
	border-color: #2f5f7f;
	font-size: 1em;
	font-weight: $tabListFontWeight;
	line-height: 1.3;
}
.tab-list.journalTabs {
	background: $titleBarBkgdColor;
}
.tab-list.myTabs {
	position: absolute;
	z-index: 1;
	top: 2.667em;
	/* width: 96.363636%; calc(100% - ($innerPadding *2)) */
	width: 100%;
	margin: 0 -$innerPadding;
	padding: 0 $innerPadding;
}
.tab-list li {
	display: inline-block;
	z-index: 1;
	
}
.tab-list a {
	display: block;
	margin: 0 0 -1px 0;
	padding: .6666667em;
	border-width: 1px;
	border-style: $tabBorderStyle;
	border-color: #2f5f7f;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background-color: $tabLinkBkgdColor;
	color: #444;
	-moz-transition: color 0.2s ease-in-out;
  	-webkit-transition: color 0.2s ease-in-out;
  	-o-transition: color 0.2s ease-in-out;
  	transition: color 0.2s ease-in-out;
}
.tab-list.journalTabs a {
	background-color: $tabLinkHoverBkgdColor;
}
.tab-list a:focus,
.tab-list a:hover {
	background-color: $tabLinkHoverBkgdColor;
	color: $tabLinkHoverColor;
	border-width: 1px;
	border-color: #2f5f7f;
}
.tab-list.journalTabs a:hover {

}
.tab-list li.active > a {
	background-color: $tabLinkActiveBkgdColor;
	border-width: 1px;
	border-color: #2f5f7f #2f5f7f $tabLinkActiveBkgdColor #2f5f7f;
	color: black;
}
.tab-list.myTabs li.active > a {
	background-color: $contentBkgdColor;
	border-color: #2f5f7f #2f5f7f $tabLinkActiveBkgdColor #2f5f7f;
}

/* Tab Panels */
.tab-panel {
	margin: -1px 0 $contentPanelMargin 0;
	padding: $tabPanelPadding;
	background-color: $tabPanelBkgdColor;
	border-width: 1px;
	border-style: $tabPanelBorderStyle;
	border-color: #2f5f7f;
}
.tab-panel.myPanel {
	margin-top: 0;
	padding: $tabPanelPadding 0;
	background-color: $contentBkgdColor;
	border: none;
}

.media-display .media-result-title
{
	font-size:26px;
	color:#4BA9DC;
}
.media-display-image-divider
{
    border-style:solid;
    border-width: 0px 0px 1px 0px;
    border-color: #D0D0D0;
	padding-top:1.5em;
	margin-bottom:1.5em;
	clear:both;
}
.media-display .article-image
{
	width:210px;
	background-color:#DDDDDD;
	text-align:center;
	padding:5px;
	float:left;
	margin-right:20px;
}