#branch-title.article img {
	display: none;
}

@media (min-width:768px){

	/* "Feature" on top-left corner*/
	#branch-title.article { width: auto; margin-right: 2em;}
	#branch-title.article figcaption { position: static;}

	/* Feature Title */
	#branch-title.article + div { width: auto; float:none; margin-left: 205px; }
	
	/* Feature Title - Roll Call Alum*/
	/*#branch-title.article.alum { width: auto; margin-right: 2em; padding-bottom:30px;}*/
	#branch-title.article.alum + div { width: auto; float:none; margin-left: 295px; }
	
	#branch-title.article figcaption {
		position: static;
	}
}


#branch-title a, #branch-title a:visited, #branch-title a:hover, #branch-title a:active {
	color: inherit;
	display: inline-block;
}

#main_content #right_tools {
  background: #FBFBFB;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  margin-left: -15px;
  margin-right: -15px;
  line-height: 1.41;
}

#main_content #right_tools span{
	display: none;
}


#select_year {
	margin: 10px 0px 10px 0;  text-align: right;
}

#select_year .text {
   color: #8C4476;
}

.feature-row {
	margin-left: -5px;
	margin-right: -5px;
}

.feature-item {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.feature-item:hover {
	background-color:#F5EEF5;
	
}

.feature-item div {
	color: #456CA2;
}

.feature-item div small {
	color: #717171;
}

#content-body > aside#right-pane.article-right-pane {
	padding-top: 0;
}

aside#right-pane div.rightnav_title {
	margin-left: -10px;
	margin-right: -10px;
/* 	padding-left: 5px;
	padding-top: 1em;
 */	padding: 5px 3px 5px 3px;
} 

aside#right-pane div#right_tools div.rightnav_title {
	margin-left: 0px;
	margin-right: 0px;
}


.current-features {
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 5px;
	padding-top: 1em;
	padding-bottom: 1em;
	/*font-size: 95%;*/
	line-height: 1.2;
	min-height: 80px;
	clear:both;
}

.current-features:hover {
	background-color: #F5EEF5;
	color: #DB40C7;
}

.current-features img {
	float: left;
}

.current-features .current-feature-content {
	padding-left: 60px;
}

.feature-button {
	position: absolute;
	width: 20px;
	top: 48%;
	margin-top: -20px;
	display: block;
}

.feature-button a {
	color: #fff; font-size: 12px;
	background: rgba(0, 0, 0, .6);
	padding: 2px;
	width: 25px;
	height: 25px;
	border-radius: 30px;
	display: block;
	text-align: center;
}

#feature {
	margin-bottom: 1em;
}

#feature-left-button {
	left: 5px; width: 20px; 
}

#feature-right-button {
	left: 100%; margin-left: -30px;
}


.carousel-inner figure.item > div {
	position: relative;
}

.carousel-inner figure.item img {
	width: 100%;
}

.carousel-inner figure.item figcaption {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 3px 20px;
}

@media (min-width:480px) {	
	.carousel-inner figure.item figcaption {
		position: absolute;
		bottom: 0;
		left:0;
	}
}

/*Dropcap is disabled from 2016/5/26*/
/*#article_content .dropcap {
    font-family: "Times New Roman",Times,serif;
    float: left;
    text-align: center;
    font-size: 8em;
    line-height: 0.75em;
    color: #862C7F;
    background-color: inherit;
}*/

#div_feature_archive {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
	font-size: 85%;
}

/*Facebook Comments*/
#fb-comment, #fb-comment span, #fb-comment .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}		

/*Feature Navigator (Previous / Next Feature)*/
#div_navigator {
	text-align: right;
	font-size: 1.2em;
}

/*Highlight the tab when active*/
div.tabpanel li.active a {
	font-weight: bold;
	color: #73216d;
}

/* Web Feature Version 2 (since 2017/03/29) - Start */
#main_content.article-content-v2 h1 {font-size:2.625em; line-height:1.2;}
#main_content.article-content-v2 h1 >.subtitle {font-size:60%;  line-height:1.1;}
#main_content.article-content-v2 #category_bar {background-color:#73216d; margin:2% 0; font-size:110%; color:#FFFFFF; padding-left:2%; }
#main_content.article-content-v2 #article-date strong {font-weight:400; font-size:80%}

#article_content.article-content-v2 figure img { width: 100%;	}
/*#article_content.article-content-v2 h2 {font-size: 1.9375em; line-height:1.05em;}*/
#article_content.article-content-v2 figure {margin-bottom:1em; position:relative;}
#article_content.article-content-v2 figure figcaption {width: 100%;    background-color: rgba(0, 0, 0, 0.65);    color: white;    padding: 3px 20px; bottom:0; position:absolute;}
#article_content.article-content-v2 figure img.figcaption-outside + figcaption {position:static;}

@media (max-width:767px) {
	#article_content.article-content-v2 figure img.figcaption-xs-outside + figcaption {position:static;}  
}

/* Web Feature Version 2 (since 2017/03/29) - End */

/* Updated on 2019/10/11 */
#content-body {
	display:flex;
}

@media print {	
	.carousel-inner figure.item figcaption {
		position: static;
		bottom: inherit;
	}
	
	#article_content.article-content-v2 figure figcaption {
		position: static;
		bottom: inherit;
	}	
}
