

header h1 { font-size: 26px; }

#accordion {
  clear: both;
  width: 100%;
}

#accordion section {
  text-align: left;
  width: 100%;    min-height: 54px;
}

#accordion section h1 {
   font-size: 19px;
    cursor: pointer;
    border: 1px #fbb2b4 solid;
    border-radius: 0px;
    background-color: #fff;
    padding: 10px;
    color: #000000; border-left:12px solid #f21c24;  font-family: 'News Cycle', sans-serif;    font-weight: 700;
}

#accordion section p {
  display: none;
  padding-left: 10px; float:right;
}

.fulljustify { text-align: justify; }

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

section h1 span {
 
}

section h1 span img {
  margin-top: 2px;
  margin-right: 10px;
}

section h1 span img.open {
  float: right;
  position: absolute;
  clip: rect(0px,15px,7px,0px);
  right: 0px;
  margin-top: 9px;
}

section h1 span img.closed {
  float: right;
  position: absolute;
  clip: rect(8px,15px,15px,0px);
  right: 0px;
  margin-top: 2px;
}
.acc-img{ clear:both;}