    .yxt-SearchBar-title,
    .yxt-SearchBar-label,
    .js-yxt-SearchBar-clear {
        display: none;
    }

    .yxt-SearchBar-wrapper {
        color: #4a4a4a;
        /* z-index: 601; */
		z-index: 700;
        width: 95%;
    }

    .yxt-SearchBar-container {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .yxt-AutoComplete {
        width: 60%;
        background-color: #fefefe;
        border: solid 1px rgba(0, 132, 203, 0.7);
        padding: 10px;
        color: black;
        text-align: left;
        margin-left: 20.5%;
        margin-top: 4px;
    }

    .yxt-AutoComplete-option--item {
        color: #01528a;
        padding: 2px 0 2px 0;
        font-weight: bold;
    }

    .yxt-AutoComplete-option--promptHeader {
        font-weight: bold;
    }

    .yxt-AutoComplete-option--item {
        cursor: pointer;
    }

    .top-header .exit:before {
        top: 10px;
        z-index: 900000;
    }

    .yxt-SearchBar-button {
        height: 40px;
        padding-top: 7px;
        background-color: #fcb131;
    }

    .Icon--magnifying_glass, .yxt-search-icon {
color: #fefefe;
width: 20px;
height: 20px;
position: relative;
top: 2px;
    }

    .yxt-SearchBar-button:hover {
        background-color: #d99726;
    }

    .yxt-SearchBarSearchBar {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .yext-search input {
        width: 50%;
        height: 40px;
        margin-right: 5px;
        border: none;
        /* padding: 0 20px; */
        font-weight: 500;
    }

    .yext-search {
        display: none;
        padding: 10px;
        position: fixed;
    }
	

.Answers-pagination {
    position: absolute !important;
    bottom: 0px !important;
    background-color: white !important;
    width: 49% !important;
    border-top: 1px #cecece solid !important;
}


    @media screen and (max-width: 1366px) {

        .yxt-AutoComplete {
            margin-left: 120px;
            width: 400px;
        }

    }
	
	@media screen and (max-width: 1347px) {

	.lp-top-header, .lp-top-nav {
            font-size: 12px !important;
        }

	.top-header p, .top-header a {
			font-size: 12px !important;
			text-decoration: none;
		}

    }

    @media screen and (max-width: 1024px) {

        .yxt-AutoComplete {
            width: 319px;
            margin-left: 79px;
        }

        .lp-top-header, .lp-top-nav {
            font-size: 12px !important;
        }


    }
	
	
    @media screen and (max-width: 1010px) {

	.lp-top-header, .lp-top-nav {
            font-size: 10px !important;
        }

	.top-header p, .top-header a {
			font-size: 10px !important;
			text-decoration: none;
		}


    }

    @media screen and (max-width: 991px) {
		
		.menu .depth-1,
		.menu .depth-2 {
		margin-top: 80px;
		}

        .yxt-SearchBar-autocomplete {
            width: 300px;
        }

		.menu a.sub-menu--back,
        .menu a.sub-menu--back-nYext {
            padding: 60px 0 20px 18px;
            text-align: left;
            display: block;
            color: #01528a;
        }


        .menu a.sub-menu--back-nYext:before {
			/* chevron-left */
            font-family: "Font Awesome 5 Pro";
            content: "\f053";
            font-weight: 400;
        }


        .menu a.sub-menu--back-nYext:before {
            display: inline-block;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 10px;
            font-size: 1.5em;
            position: relative;
            top: 2px;
        }

        .yext-search {
            padding: 0px;
            top: 10px;
            left: 10px;
            /* position: relative; */
        }

        .mobile-exit {

            cursor: pointer;

        }

        .menu .mobile-exit {
            display: none;
            position: absolute;
            right: -63px;
            top: 24px;
            color: lightgray;
            font-size: 24px;
            z-index: 900;

        }

        .yxt-SearchBar-wrapper {
            width: 450px;
        }

        .yext-search input {
            width: unset;
        }

        .search-span {
            height: 70px;
        }

        .yxt-SearchBar-container {
            width: unset;
            margin-left: 18px;
            margin-top: 5px;
            text-align: left;
        }

        .yxt-AutoComplete {
            width: 100%;
            margin-left: 0;
        }

    }

    @media screen and (max-width: 414px) {

        .yext-search {
            left: -5px;
            width: 80vw;
        }

    }

    @media screen and (max-width: 375px) {



        .yxt-SearchBar-wrapper {
            width: 85vw;
        }

        .yext-search input {
            width: 200px;
        }

        .yext-search {
            top: 10px;
            position: absolute;
            left: -10px;
        }

    }