
  #faqaccordion input {
    display: none;
  }
  #faqaccordion label {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
    display: block;
    z-index: 20;
    padding: 15px;    
  }
  #faqaccordion input:checked + label {
    background: #fff;
    margin-bottom: 0;
  }
  #faqaccordion article {
    height:0px;
    overflow:hidden;
    z-index:10;
  }
  #faqaccordion article p {
    padding-top: 0.7em;
    font-size: 1.2em;
    line-height: 1.2em;
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
  #faqaccordion header p {
    padding: 0.7em;
    font-size: 1.2em;
    line-height: 1.2em;
    }
  }
  #faqaccordion ul{
    margin-left: 20px;
  }
  #faqaccordion .list{
    margin-left: 12px;
    font-size: 1.2em;
    line-height: 1.2em;
    padding-top: 0.7em;
  }
  #faqaccordion input:checked ~ article {
    height: auto;
  }
  #faqaccordion input:checked ~ label i:before{
    -webkit-transform: translate(-4px, 0) rotate(45deg);
        -ms-transform: translate(-4px, 0) rotate(45deg);
            transform: translate(-4px, 0) rotate(45deg);
  }
  #faqaccordion input:checked ~ label i:after{
    -webkit-transform: translate( 4px, 0) rotate(-45deg);
        -ms-transform: translate( 4px, 0) rotate(-45deg);
            transform: translate( 4px, 0) rotate(-45deg);
  }
  label i:before, label i:after {
    content: "";
    position: absolute;
    background-color: #2d2d2d;
    width: 1px;
    height: 13px;
  }
  label i {
    float: right;
    -webkit-transform: translate(-25px, 0);
        -ms-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
    margin-top: 3px;
    right: 0;
  }
  i:before {
    -webkit-transform: translate(4px, 0) rotate(45deg);
        -ms-transform: translate(4px, 0) rotate(45deg);
            transform: translate(4px, 0) rotate(45deg);
  }
  i:after {
    -webkit-transform: translate(-4px, 0) rotate(-45deg);
        -ms-transform: translate(-4px, 0) rotate(-45deg);
            transform: translate(-4px, 0) rotate(-45deg);
  }

  hr.thin {
    height: 1px;
    border: 0;
    color: #333;
    background-color: #fff;
    opacity: 0.1;
  } 
