.pullquote-container {
	position: relative;
}

.pullquote-quote {
	position: relative;
	z-index:1;
	float: right;
	padding: 0.75em;
	width:50%;
	border-left:1px dotted #245bab;
	font:italic 100%/1.25em "Source Sans Pro",Helvetica,Arial,sans-serif;
	color:#000;
	padding:1.5em;
	background-color:#f0f0f8;
	margin:0 0 .5em 1em;
}


/* inserts quotation marks around pullquoted text */
.pullquote-quote .pullquote-content:before {
	content: open-quote;
	font-size: 250%;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: -2;
}

.pullquote-quote:first-letter {
	text-transform:uppercase !important;
}

/*
.pullquote-quote .pullquote-content:after {
	content: close-quote;
}
*/

.pullquote-quote:after {
	content:"." !important;
}

.pullquote-quote .pullquote-content {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
}

.pullquote-quote.pullquote-left {
	margin: 0 1em 0.5em 0;
	float: left;
}

.pullquote-quote .attribution {
	float: right;
	color: gray;
	font-variant: small-caps;
	font-style: normal;
}

.pullquote.pullquote-processed.pullquote-quote b,
.pullquote.pullquote-processed.pullquote-quote strong,
.pullquote.pullquote-processed.pullquote-quote em,
.pullquote.pullquote-processed.pullquote-quote i,
.pullquote.pullquote-processed.pullquote-quote a {
	text-decoration:none !important;
	color:#000 !important;
	font-weight:normal !important;
	cursor:default !important;
	-webkit-text-stroke:0px;
}

.pullquote.pullquote-processed.pullquote-quote a .ext,
.pullquote.pullquote-processed.pullquote-quote a:before,
.pullquote.pullquote-processed.pullquote-quote a:after {
	content:"";
	display:none;
	height:0;
	width:0;
	padding:0;
	margin:0;
}

