p {
	font-family: inherit;
    font-size: 18px;
    line-height: 35px;
    margin-top: 15px;
}
.common h3 {
	font-family: inherit;
    padding: .5em .5em .5em;
    outline: none !important;
    line-height: 1.2;
    background: #EEE;
}
.common h3 {
    color: #16355e;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.accordion-1 h3:hover {
    background: #DDD;
    cursor: pointer;
}
.normal div {
    display: block!important;
}
.normal span{
    display: none;
}
/* .ui-icon {
    background: url(/wp-content/plugins/wp-dlm-faq/assets/arrw_rgt.png);
    width: 16px;
    height: 16px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 11px!important;
}
.activeAcc .ui-icon {
    transform: rotate(270deg);
    margin-top: -20px;
} */
.common h3{
	position:relative;
}
.common h3:after {
    content: '+';
    right: 25px;
    position: absolute;
}
.common h3.activeAcc:after {
    content: '_';
    bottom: 30px;
}
.faq-item.nxtall ~ div {
    display: none;
}
.faq-item.nxtall.show ~ div {
    display: block;
}