.rightrail-quote {
	background: #FFF;
	padding: 0 0 22px;
	margin: 0 0 15px;
}
	.rightrail-quote-header {
		background: #515559;
		color: #FFF;
		font-size: 1.8em; /* 18px */
		line-height: 1.2;
		font-weight: 400;
		padding: 16px 17px 15px 17px;
		margin: 0 0 19px;
	}

	.rightrail-quote-open span,
	.rightrail-quote-close span {
		display: inline-block;
		width: 25px;
		height: 21px;
		background: top left no-repeat transparent;
	}
	.rightrail-quote-open {
		margin: 0 15px 10px;
	}
		.rightrail-quote-open span {
			background-image: url(/content/dam/html/us/quote-with-link/current-release/images/quote-open.png);
		}
	.rightrail-quote-close {
		margin: 10px 15px 0;
		text-align: right;
	}
		.rightrail-quote-close span {
			background-image: url(/content/dam/html/us/quote-with-link/current-release/images/quote-close.png);
		}
		
	.rightrail-quote blockquote {
		font-size: 1.8em; /* 18px */
		line-height: 1.2;
		margin: 0 17px;
	}
	.rightrail-quote-attr {
		font-size: 1.4em; /* 14px */
		line-height: 1.2;
		font-weight: 400;
		padding: 17px;
		margin: 0;
		color: #75787b;
	}
	.rightrail-quote-cta {
		display: block;
		background: #00a3e0;
		font-size: 1.6em;
		font-weight: bold;
		text-align: center;
		padding: 7px 15px;
		margin: 0 17px;
		color: #FFF;
		transition: none;
	}
		.rightrail-quote-cta:focus {
		    outline: -webkit-focus-ring-color auto 5px;
		}
		.rightrail-quote-cta:visited {
			color: #FFF;
		}
		.rightrail-quote-cta:hover {
			background-color: #4cceff;
		}
		.rightrail-quote-cta:active {
			background-color: #007ead;
		}
		
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.rightrail-quote-cta {
		font-size: 1.4em;
	}
}