.hide-scrollbar-ato ::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px #fff;
}

.accordion_header,
#header,
#menu,
#myLaurier {
    position: relative;
    z-index: 1000000;
}

div#search {
    width: auto;
    border: 0;
    font-size: 18px;
}

.searchbar.students {
    right: 0;
}

.search_overlay.students .search_overlay__content {
    margin-top: 300px;
}

header {
    position: relative;
    z-index: 1000000;
}

header .searchbar {
    width: auto;
    border: 0;
}

.searchbar:hover .search_overlay_buttons button {
    color: #fff;
    background: #330072;
}

.searchbar .search_overlay_buttons button {
    float: left;
    height: 50px;
    border: 0;
    font-family: "Calluna Sans";
    font-size: 1em;
    font-weight: bold;
    color: #585858;
    cursor: pointer;
}

.searchbar .search_overlay_buttons .style_one {
    margin-right: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #e8e6e2;
}

.searchbar .search_overlay_buttons .style_two {
    width: 50px;
    padding-right: 0;
    padding-left: 0;
    background: #f2a900;
}

.searchbar .search_overlay_buttons .style_two i.fa-times {
    font-size: 1.5em;
}

.search_overlay {
    position: fixed;
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 5vw 0;
    padding: 0 5vw;
    z-index: 100000;
}

.search_overlay .search_overlay__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.search_overlay .search_overlay__content {
    position: relative;
    width: 90vw;
    max-width: 670px;
    margin: 200px auto;
    border-radius: 5px;
    font-size: 18px;
    background: #fff;
}

.search_overlay .search_header {
    position: relative;
    display: flex;
    width: 100%;
    margin: 25px 0;
    padding: 14px 16px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px 0px;
    border-color: transparent;
    background: #f5f5f5;
    z-index: 1001;
}

.search_overlay .search_header button {
    margin: 0;
    padding: 0 10px;
    border: none;
    font-family: "Calluna Sans";
    font-size: 1em;
    font-weight: bold;
    color: #330072;
    background: #f5f5f5;
}

.search_overlay .search_header .search_icon i {
    font-size: 24px;
    font-size: 1.3333333333em;
}

.search_overlay .search_header input {
    width: 100%;
    height: 2.3125em;
    margin: 0;
    border: none !important;
    outline: none;
    box-shadow: none;
    background: #f5f5f5;
    font-size: 22px !important;
    font-size: 1.2222222222em !important;
}

.search_overlay .search_header #searchBtnSubmit {
    padding: 0 25px;
    border-radius: 4px;
    font-weight: normal;
    color: #fff;
    background: #330072;
}

.search_overlay .search_header #searchBtnSubmit:hover {
    background: #924da7;
}

.search_overlay .search_autocomplete {
    position: absolute;
    display: none;
    overflow-y: auto;
    top: 80px;
    left: 0;
    width: 75%;
    max-height: 35vh;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    background: #fff;
    z-index: 1001;
}

.search_overlay .search_autocomplete li {
    margin: 0;
    padding: 10px 25px;
    cursor: pointer;
    color: #330072;
}

.search_overlay .search_autocomplete li:hover {
    background: #f5f5f5;
}

@media only screen and (max-width: 1023px){
    .searchbar.students {
        top: 16%;
        right: 20px;
    }

    .searchbar .search_overlay_buttons .style_one {
        display: none;
    }

    .searchbar .search_overlay_buttons .style_two {
        padding: 3px 0 0;
    }
}

@media only screen and (max-width: 768px){
    .searchbar.students {
        right: 30px;
    }

    .site__header .searchbar .search_overlay_buttons .style_two {
        height: 35px;
        width: 35px;
    }
}