/* Let's set and reset some common styles */
.mb-wrap {
	padding: 20px;
	position: relative;
	float:left;
}

.mb-wrap p{
	margin: 0;
	padding: 0;
}

.mb-wrap blockquote {
	margin: 0;
	padding: 0;
	position: relative;
}

.mb-wrap cite {
	font-style: normal;
}

.mb-style-3 {
	width: 980px;
}

.mb-style-3 blockquote{
	background: #0788d2;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 
		inset 0 2px 0 rgba(17, 92, 142, 0.7), 
		-3px -2px 3px rgba(0, 0, 0, 0.1);
}

.mb-style-3 blockquote:after, 
.mb-style-3 blockquote:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mb-style-3 blockquote:after  {
	border-top-color: #0788d2;
	border-width: 10px;
	left: 90%;
	margin-left: -10px;
}

.mb-style-3 blockquote:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 65%;
	margin-left: -11px;
}

.mb-style-3 blockquote p {
	font-family: 'Bree Serif', serif;
	font-size: 14pt;
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	text-indent: 100px;
	position: relative;
}

.mb-style-3 blockquote p:before{
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 175px;
	top: 0px;
	left: -105px;
	color: rgba(17, 92, 142, 1);
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

.mb-style-3 .mb-attribution {
	text-align: right;
	padding: 20px 100px 20px 20px;
	position: relative;
}

.mb-style-3 .mb-thumb {
	display: block;
	width: 70px;
	height: 70px;
	border: 5px solid #0788d2;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	bottom: -5px;
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
}
.mb-style-3 .mb-thumb img{
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}

.mb-style-3 .mb-author{
	font-family: 'Bree Serif', serif;
	font-weight: 700;
	font-size: 13pt;
	color: #115c8e;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}

.mb-style-3 cite a{
	font-family: 'Bree Serif', serif;
	font-weight: 700;
	font-style: italic;
	font-size:10pt;
	color: #0788d2;
	text-decoration:none;
}

.mb-style-3 cite a:hover{
	color: #115c8e;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}