/* === RIGHT PANEL SIDEBAR === */
/* Description: Right panel sidebar for features(push widgets), related topics and other websites */
/* Author: bors235 */
/* Last updated: Aug 20 2016 */


/*start of 'See also' and 'Other websites' links on 2 level pages and below*/
#sidebar div.links {
	padding: 20px 0 0 0;
	}
#sidebar div.links p {
	font-weight: bold;
}
#sidebar ul li {
	position: relative;
	background: none !important;
	font-size: 1.0em;
	line-height: 125%;
	font-weight: normal;
	border-bottom: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#sidebar ul li:before {
	position: absolute;
	left: -1px;
	top: .45em;
	vertical-align: middle;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent rgb(44,77,128);
}
#sidebar ul li:hover:before {
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent rgb(215,137,19);
}
#sidebar ul li a {
	display: inline-block;
	background: none !important;
	padding: 0 0 0 10px;
}
#sidebar ul li a:hover {
	background-position: 0 -142px;
}
#sidebar ul li a, #sidebar ul li a:hover {
	text-decoration: none;
}
/*end of 'See also' and 'Other websites' links on 2 level pages and below*/


/*for providers page*/
#sidebar div.providersImage {
	width: 252px;
	height: 311px;
}
#sidebar div.providersImage a {
	width: 252px;
	height: 311px;
	background: url('../images/callouts/claimsins/providersurvey2.jpg') no-repeat;
}
#sidebar div.providersImage a:hover, .claimsImage a:hover, .claimsImage2 a:hover {
	background-position: bottom;
}