/* 
* Styling for Staff Profiles accordion
* This will apply to Staff Profile page only
*/

#remote-staff-profiles-content .accordion {
	max-width: inherit;
}

#remote-staff-profiles-content .pub-accordion-group, 
#remote-staff-profiles-content .pub-accordion-group h4 {
	margin-bottom: 2px;
}

#remote-staff-profiles-content  .pub-accordion-group .accordion-toggle {
	color: #333;
    text-decoration: none;
    background: #f7f7f7;
	outline: none;
	position: relative;
	cursor: pointer;
	text-align: left;
}

#remote-staff-profiles-content  .pub-accordion-group .badge {
	float: right;
	font-size: 0.9em;
	background: #fff;
	color: #333;
	text-shadow: none;
    font-weight: normal;
    right: 10px;
	top: 9px;
	padding: 4px 9px;
	border-radius: 9px;
}

#remote-staff-profiles-content  .pub-accordion-group .card-header {
	padding: 8px 15px;
}

#remote-staff-profiles-content  .pub-show-more {
	display: none;
}

#remote-staff-profiles-content  #showMoreDiv {
	margin: 10px 0px;
}

#remote-staff-profiles-content  #showMoreBtn {
	color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #034980;
    background-image: -moz-linear-gradient(top,#035a80,#033080);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#035a80),to(#033080));
    background-image: -webkit-linear-gradient(top,#035a80,#033080);
    background-image: -o-linear-gradient(top,#035a80,#033080);
    background-image: linear-gradient(to bottom,#035a80,#033080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff035a80',endColorstr='#ff033080',GradientType=0);
    border-color: #033080 #033080 #011435;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	font-size: 1em;
	font-weight: bold;
}