.x-content-toggle__content {
	overflow: hidden;
}

.js-content-toggle--cta {
	display: inline-block;
	font: 700 11px "Lato",Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.x-content-toggle--gradient {
	color: #3D70B2;
	cursor: pointer;
	display: block;
	padding-top: 5px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 99;
}

.x-content-toggle--gradient:before {
	background: #FFF;
	background: -moz-linear-gradient(bottom, #FFF 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left bottom left top, color-stop(0%, #FFF), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(bottom, #FFF 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, #FFF 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(bottom, #FFF 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, #FFF 0%, rgba(255,255,255,0) 100%);
	content: "";
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=0);
	height: 25px;
	margin-bottom: 5px;
	margin-top: -25px;
	width: 100%;
}

.x-content-toggle__text {
	opacity: 1;
	transition: all 0.2s;
	visibility: visible;
}

.js-content-toggle--hidden {
	opacity: 0;
	visibility: hidden;
}