/* faqs */

ul#faqs {
  padding-bottom: 5px !important;
}

  ul#faqs li {
    color: #1C2463;
    font-weight: bold;
    padding-left: 0px; 
    background: none;
  }

    ul#faqs li ul {
      margin-top: 5px;
      padding-left: 10px;
    }

      ul#faqs li ul li {
        font-size: 1em !important;
        font-weight: normal;
        padding-left: 12px;
        background: url('/img/bullet_orange.png') 0px 5px no-repeat;
      }

        ul#faqs li ul li a {
          color: #000000;
        }

/* item */

div.question {
  position: relative;
  padding-bottom: 0px;
  margin: 0px 0px 15px 30px;
  border-bottom: 1px solid #C5D4DC;
}

.last {
  border-bottom: 0px !important;
}

  h3 {
    color: #FF9221;
    font-size: 1.05em;
    margin-bottom: 30px;
  }

  div.question h4 {
    font-size: 0.85em;
    color: #1C2463;
    margin-bottom: 0px !important;
  }

  div.question p {
    text-align: justify;
  }
  
  div.question a.to-top {
    position: absolute;
    top: 9px;
    left: -27px;
    width: 9px;
    height: 17px;
    background: url('/img/bullet_to_top.png') no-repeat;
  }  