.faqTitle {
    margin: 0 0 6px 0;
    font-weight: normal
}

.faqTitle span {
    padding: 16px;
    display: block;
    color: #2d3438;
    font-size: 30px;
    letter-spacing: 1px
}

dl, .faqList {
    margin: 0 0 15px 0;
    padding: 0
}

dt p {
    line-height: 24px;
    padding-left: 10px;
}

dt {
    font-size: 14px;
    color: #2d3438;
    padding: 20px 20px 20px 40px;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background-color: #f5f5f5;
    margin-bottom: 15px;
}

dt:before, dt:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #2d3438;
}

dt:before {
    left: 22px;
    top: 50%;
    width: 2px;
    height: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

dt:after {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 2px;
    width: 15px;
}

dt.active {
    background-color: #dbdbdb
}

dt.active:before {
    height: 0;
}

dt:hover {
    background-color: #dbdbdb
}

dd {
    font-size: 12px;
    padding: 0 10px 10px 40px;
    display: none
}

dd p, dd ul, dd li {
    font-size: 12px;
}

dd p {
    margin: 0;
    padding: 0;
    line-height: 24px;
}

dd p + p {
    margin-top: 10px
}

dd ul {
    padding: 15px 40px;
    list-style-type: none;
    font-size: 13px;
    line-height: 18px;
}

dd a {
    color: #24c695;
    text-decoration: underline;
}

dd ul li {
    margin-bottom: 14px;
    position: relative;
}

dd ul li:before {
    content: "\f0c8";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: -15px;
    color: #2d3438;
    font-size: 5px;
}

dd p br ~ br {
    display: none;
}