#yext-sticky {
    width: 100vw;
    padding: 25px;
    background-color: var(--bluish-grey);
}

#yext-sticky .yxt-SearchBar-button {
    padding-top: 8px !important;
    background-color: #0077cc !important;
}

.yext-exit {
    position: relative;
    background-color: var(--orange);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 1000;
    top: 110px;
    right: 25px;
}

.yxt-SearchBar-button {
    border: none;
    border-radius: 2px;
    padding: 15px 25px;
    font-size: 1.1em;
    transition: background-color .3s ease;
}

#yext-sticky input[type="text"] {
    border: 1px solid var(--dark-grey);
    width: 65%;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 300;
    height: 42px;
}

#yext-sticky .yxt-SearchBar-button {
    padding-top: 8px;
    background-color: var(--link);
}

#search-link:focus {
    outline: none;
    background-color: var(--link);
}

#yext-sticky .yxt-SearchBar-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#yext-sticky .yxt-SearchBar-title,
#yext-sticky .yxt-SearchBar-label,
#yext-sticky .js-yxt-SearchBar-clear {
    display: none;
}

#yext-sticky .Icon--magnifying_glass,
#yext-sticky .yxt-search-icon {
    color: var(--white);
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}

#yext-sticky .yxt-SearchBar-button {
    height: 40px;
}

#yext-sticky .yxt-AutoComplete {
    width: 64.5%;
    background-color: var(--white);
    border: solid 1px var(--dark-grey);
    padding: 10px;
    color: var(--text);
    text-align: left;
    margin-left: 14%;
    margin-top: 2px;
}

#yext-sticky .yxt-AutoComplete-option--item {
    cursor: pointer;
}

#yext-sticky .yxt-AutoComplete-option--promptHeader {
    font-weight: bold;
}

.yext-exit:before {
    position: relative;
    top: 5px;
    left: 9px;
    color: var(--white);
    font-weight: 600;
    font-size: 1.5em;
}

@media screen and (max-width: 1199px) {
    #yext-sticky .yxt-AutoComplete {
        width: 100%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 991px) {

/* added by JC 072525 */
#searchExitButton {
display: none !important;
}

    .yext-search input {
        width: 75% !important;
    }

    #yext-sticky .yext-search input {
        width: unset;
    }

    #yext-sticky .yxt-SearchBar-autocomplete {
        width: 300px;
    }
}

@media screen and (min-width: 820px) {
    #yext-sticky {
        padding: 17px;
        position: absolute;
        top: 90px;
        z-index: 900;
    }
}

@media only screen and (max-width: 767px) {
    .yext-search {
        width: 100vw !important;
    }
        #yext-sticky .yxt-AutoComplete {
        width: 112%;
        margin-left: 7%;
    }
}

@media screen and (max-width: 614px) {
    .yext-search input {
        width: 60% !important;
    }

    #yext-sticky .yxt-SearchBar-container {
        width: unset;
        margin-left: 18px;
        margin-top: 5px;
        text-align: left;
    }

    #yext-sticky .yxt-AutoComplete {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 667px) {
    #yext-sticky .yext-search {
        left: -5px;
        width: 80vw;
    }

    #yext-sticky .yxt-AutoComplete {
        width: 100%;
        margin-left: 1%;
    }

    .yext-exit {
        position: absolute;
        top: 29px;
        right: 25px;
    }
}

@media screen and (max-width: 375px) {
    #yext-sticky .yext-search {
        top: 10px;
        position: absolute;
        left: -10px;
    }

    .yext-exit {
        top: 33px;
    }

    #yext-sticky .yxt-AutoComplete {
        width: 80%;
    }

    #yext-sticky .yext-search input {
        width: 200px;
    }
}

@media only screen and (max-width: 360px) {
    .yxt-SearchBar-button {
        padding: 15px;
    }
}