@font-face
{
  font-family: OpenSans-Light;
  src: url('fonts/open-sans/OpenSans-Light.eot');
  src: url('fonts/open-sans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/open-sans/OpenSans-Light.ttf') format('truetype');
}

blockquote ul, ol {
  padding-left: 40px;
}

blockquote {
  position: relative;
  padding: 0 25px;
  margin: 0px 0px 30px 0px;
  /* text-indent: 10px;*/
}

blockquote > * {
  margin-left: 10px;
}

blockquote > *:first-child {
  padding-top: 20px;
}

blockquote:before {
  left: 0px !important;
  top: -5px !important;
  width: 12px;
  height: 23px;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 -965px;
  background-image: url('images/sprite.png');
  content: "";
}

blockquote:after {
  right: 0px !important;
  bottom: -10px !important;
  width: 12px;
  height: 27px;
  text-align: right;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('images/sprite.png');
  background-position: 0 -229px;
  content: "";
}
.mceContentBody  a{
	color:#25bfa1;
	text-decoration:underline;
}
.contentTags{
	font-style:italic;
	text-decoration:none !important;
}
.mceContentBody  {
	text-align: justify;
	font-family: "OpenSans-Light";
	font-size: 15px;
	line-height: 24px;
	color: #181818;
}
.mceContentBody li{
	margin-bottom: 10px;
}
.mceContentBody  ul{
	padding-left: 20px;
}
