div.xtiva-faq {
    padding-top: 20rem;
}

/*	faq-search	*/
#faq-search-wrap {
    width: 50%;
    position: relative;
    margin-bottom: 30px;
}

.faq-search-field {
    position: relative;
}

#faq-search {
    box-sizing: border-box;
    width: 100%;
    color: #5c6970;
    border: 1px solid #21b6ea;
    padding: 8px 85px 8px 18px;
}

.faq-search-reset {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 0;
    right: 51px;
    color: #5c6970;
    padding: 6px 10px;
    cursor: pointer;
}

.faq-search-submit {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #21b6ea;
    top: 0;
    right: 0;
    padding: 6px 12px;
    border-left: 1px solid #21b6ea;
    cursor: pointer;
}

.faq-search-submit i,
.faq-search-reset i {
    font-style: normal;
}

#faq-search:focus {
    outline: none;
}

#faq-search-result-wrap {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    width: 100%;
    color: #5c6970;
    border: 1px solid #21b6ea;
    border-top: none;
}

#faq-search-result-wrap {
}

#faq-search-result-wrap .relatedTLink {
    display: block;
    color: #5c6970;
    padding: 5px 18px;
}

.faq-search-result-title {
    padding: 5px 18px;
    color: #5c6970;
    font-weight: bold;
}

#faq-search-result .relatedTLink:hover {
    color: #21b6ea;
}

#faq-search-result .relatedTLink::before {
    font-family: FontAwesome;
    content: '\f002';
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

@media (max-width: 1023px) {
    #faq-search-wrap {
        width: 100%;
    }

}
