


	#right-sidebar-container {
		background-color: #f9f9f9;
		border-left: 1px solid #e5e5e5;
		margin-top: -20px;
		padding-top: 8px;
		position: relative;
		right: -20px;
		padding-right: 20px;

	}

	#right-sidebar-container #right-sidebar .sidebar-item {
		margin: 12px 0 0 0;
	}

	#right-sidebar-container #right-sidebar-fade {
		height: 60px;
		background-color: #000;
		box-sizing: border-box;

		/* move accross 20 left + 1 border, right across the padding */
		margin-left: -21px;
		margin-right: -20px;

		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

	}



	@media screen and (max-width: 980px){
		#right-sidebar-container {
			padding-right: 10px;
		}

		#right-sidebar-container #right-sidebar-fade {
			margin-left: -11px;
			margin-right: -10px;

		}

	}



		/* change margins to padding so the background image mimicking the right side bar can go all the way to the top*/

/*
.wd-l-Content {
	margin-top:0;
	margin-right: 0;
	padding-top: 0px;
	padding-right: 0px;
}


#content .wd-l-Content-inner {}

#content .wd-l-Content-inner > div {
	display: table;
	min-height: 903px;
}

#content .wd-l-Content-inner > div > div.wd-Grid-cell {
	padding-top: 20px;
	display: table-cell;
}

#content .wd-l-Content-inner > div > div.wd-Grid-cell:first-child {
	padding-right: 20px;
}

#right-sidebar-container {
	margin-right: -20px;
	background-color: #f9f9f9;
	border-left: 1px solid #e5e5e5;
}
*/


@media screen and (max-width: 719px) {



	.wd-p-Responsive #right-sidebar-container{
		background-color: #f9f9f9;

		padding: 20px 10px 10px 10px;

		margin: 0 10px -10px -20px;
		box-sizing: border-box;
		width: auto;
		display: block;

	}

	.wd-p-Responsive #right-sidebar-container #right-sidebar .sidebar-item {
		margin: 0;
	}

	.wd-p-Responsive #right-sidebar-container #right-sidebar-fade {
		display: none;
	}


}
