/*******************************************************************
				Editorial module  styles
********************************************************************/
/* Block editorial */
.editorial_block {
  margin: 20px 0; 
  background-color: white;
  padding: 2vh 2vw;
  line-height: 1.7rem;}
  .editorial_block .rte {
    background: transparent none repeat scroll 0 0; }
  .editorial_block h1 {
    margin: 0;
    padding: 0 0 10px 0;
    background: none;
   font-size: 2.2rem;
   font-family: Times;
   line-height: 2rem;      
   text-transform: capitalize;
   font-weight: 670;
   color: #555555;}
  .editorial_block h2 {
    padding: 0 0 10px 0;
    font-size: 12px;
    line-height: 1.2em;
    color: #666;
    text-transform: none;
    background: none; }

#editorial_block_center p {
  padding-left: 0; }
#editorial_block_center .rte p {
  color: #666666; }
#editorial_block_center p#editorial_image_legend {
  margin: 0 0 10px;
  padding: 0;
  color: #666;
  font-size: 10px;
  text-align: center; }

.editorial_block a{
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.3rem;
}
