body .website-wrapper .hide {
    display: none!important;
}

.ctriex-input {
    font-family: 'Montserrat';
}

.ctriex-input + ul {
    font-family: 'Montserrat';
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
}

.ctriex-input + ul li {
    padding: 0.5rem;
    padding-left: 1rem;
    cursor: pointer;
}

.ctriex-input + ul li:hover {
    background-color: #f0f0f0;
}

.ctriex-input + ul li.no-results {
    /* color: red; */
    text-align: center;
    pointer-events: none;
}

.highlight {
    /* color: green; */
}