.c21-faq-content {
    border-bottom: 2px solid #193460;
}
.c21-faq-title {
    display: table;
    padding: 15px 0 15px 10px;
    border-top: 2px solid #193460;
    border-collapse: collapse;
    cursor: pointer;
    width: 100%;
}
.c21-faq-title:before {
    content: '+';
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 5%;
}
.c21-faq-title.c21-active:before {
    content: '-';
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 5%;
}
.c21-faq-title h5{
    margin-bottom: 0;
    display: table-cell;
    max-width: 95%;
    padding: 15px 0;
    padding-left: 5px;
}
.c21-faq-body {
    display: none;
    padding: 15px;
    padding-left: 30px;
}

/* Live Search */
#live-search-form {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
#live-search-input {
    width: 100%;
    padding: .8rem;
    margin-top: 0px;
    max-width: 500px;
    border: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#live-search-input.live-search-to-show {
    width: 100%;
}
.live-search-reset-btn {
    position: absolute;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
    width: 0;
    height: 0;
    border: none;
    right: 24px;
    top: 5px;
    font-size: 20px;
    color: #626262;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}
.live-search-reset-btn:hover {
    color: #cccccc;
}
.live-search-reset-btn:active,
.live-search-reset-btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #cccccc;
}
#live-search-input:not(:valid) ~ .live-search-reset-btn {
    display: none;
}
#com21_faq_widget li {
    list-style: decimal;
    margin-left: 15px;
}