main div.QuotPara {
	background: #ffffff;
	/*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2), 0 4px 6px -4px rgba(0, 0, 0, 0.19);*/
	padding-right:0.625em;
	padding-bottom:0px;
	padding-top:0.5em;
	margin-left: 5em;
	margin-right:0.5em;
	margin-top:0.625em;
	margin-bottom:1.25em;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    color:#515151;
    font-size:14px;
    text-indent: -3em;
}


div[name="quotation-sub-block"] {
	padding-top:0.4em;
}
div.quotation-sub-block {
padding-top:0.4em;
}

span.quotYear {
	padding-right:0.5em;
}
div.quotation a {
	color: #2b8815;
	
}
span.quotText {padding-left: 0.8em} 

span.quotText.offensive {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 0.8em;
	filter: blur(4px);
	 -webkit-filter: blur(4px);
	}
/*	
span.quotText.offensive:hover{
    -webkit-animation: 0.15s linear forwards reveal;
     -moz-animation: 0.15s linear forwards reveal;
       -o-animation: 0.15s linear forwards reveal;
          animation: 0.15s linear forwards reveal;
}*/
.show_offensive{
	-webkit-user-select:auto !important;
	-ms-user-select:auto !important;
	user-select: auto !important;
	-webkit-animation: 0.15s linear forwards reveal;
	-moz-animation: 0.15s linear forwards reveal;
	  -o-animation: 0.15s linear forwards reveal;
		 animation: 0.15s linear forwards reveal;
}


@-webkit-keyframes reveal { from { filter:blur(4px); } to { filter:blur(0px); }  }
   @-moz-keyframes reveal { from { filter:blur(4px); } to { filter:blur(0px); }  }
     @-o-keyframes reveal { from { filter:blur(4px); } to { filter:blur(0px); }  }
        @keyframes reveal { from { filter:blur(4px); } to { filter:blur(0px); }  }

.QuotPara .show-more:hover {
	color:#B22222;
	text-decoration:underline;
	text-decoration-color: #B22222 !important;
	-moz-text-decoration-color: #B22222 !important;
}

.down_arrow {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	vertical-align: middle;
	fill: rgb(178, 34, 34);
}
.up_arrow {
	-ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
	vertical-align: middle;
	fill: rgb(178, 34, 34);
}

/*Mobile phones*/
@media screen and
(max-width: 991px){
main div.QuotPara {
	margin-left:2.75em;
	margin-right:0em;
	}
div.quotation-sub-block {
	padding-top:0.4em;
	}
span.quotYear {
	padding-right:0.5em;
	padding-left:0em;
}
/*this styles the alpha and beta at top of quotPara*/
div.QuotPara > span {
	padding-left:0.3em;
	}

}

@media screen and (max-width: 1119px) {
	.show-more svg.side_chev {
		height: 14px;	
		width: 14px;
		margin-left: 5px;
		fill: #fff;
	}
}

