#QuestionSection {
  color: #010101; }
  #QuestionSection h3 {
    color: #010101;
    font-family: 'PFSquareSansProMedium','Arial','Helvetica',sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 25px; }

.QuestionAndAnswer {
  background-color: transparent;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 1px;
  clear: both !important;
  display: block;
  padding: 0 0 10px 0; }

.Question {
  line-height: 1.5em;
  padding: 10px 0; }
  .Question h1 {
    display: inline; }
  .Question a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold; }
  .Question a:hover {
    text-decoration: none; }
  .Question .bullet {
    background-image: url("iconText.gif");
    background-position: 0 -117px;
    background-repeat: 0 -117px;
    display: block;
    height: 20px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 29px;
    float: left;
    margin: 0 10px 5px 0;
    cursor: pointer; }

.expanded .bullet {
  background-image: url("iconText.gif");
  background-position: 0 -78px;
  background-repeat: 0 -78px; }

.Answer {
  margin: 0 0 0 38px; }
