.quick-search-section
{
border-top: 1px solid #cdd2d4;
padding-top: 30px;
padding-bottom: 30px;
}

.contextual-search .search-form input[type="text"] {
    border: 1px solid #2488aa !important;
}

/* Add old search term popup styles*/

/*/.popupsearchterm {
    display: none;
    font-size: 16px;
    z-index: 1000 !important;
    list-style: none;
    text-decoration: none;
    padding: 4px !important;
    verflow: hidden;
    max-height: 95px;
    overflow-y: scroll;
    line-height: 18px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/

/*Modified*/

.popupsearchterm {
    display: none;
    font-size: 16px;
    z-index: 1000 !important;
    list-style: none;
    text-decoration: none;
    overflow: hidden;
    max-height: 300px;
    overflow-y: scroll;
    background-color: #eff3f6;
    border: 2px solid #2ea9d3;
    border-top: none;
    border-radius: 0 0 2px 2px;
    overflow-x: hidden;
    overflow: auto;
    position: relative;
    padding: 20px;
    float: left;
    width: 100%;
}


/* border: 1px solid black;*/

.popupbar {
    display: inline-block;
    position: relative;
}


.popupbarbox:hover {
    text-decoration: none !important;
    background-color: #d5d5d5 !important;
    transition: all .1s;
    color: black !important;
}

.popupbarbox a:hover {

    color: black !important;
}

.popupbarboxlink {
    text-decoration: none !important;
    color: black !important;
}

.popupbarboxlink :hover {
        color: white !important;
}

.popupbarboxlink:active .popupsearchterm {
    display: none;
}

.submitSearch {
    position: absolute;
    top: auto;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    background-color: #2ea9d3;
    outline: 0;
    transition: background-color .2s ease;
    z-index: 1;
    margin-right: auto;
}

/* bigger than mobile */
/*
@media screen and (min-width:420px) {
   
    .popupfoo:hover .popupsearchterm {
        display: block;
    }  


    }
            */

