
#ais-wrapper #ais-main {
    padding: 2% 5%;
}

#ais-wrapper #algolia-search-box input {
    border: none;
    border-bottom: 2px solid #005A2B;
}

#ais-wrapper .ais-hits--item h2 {
    margin-bottom: 1px;
}

.lre-search-header{
    width: 100%;
    padding: 70px 25%;
    background-color: #4A4F54;
    text-align: center;
}

.lre-search-header h2, #algolia-stats{
    color: white;
}

.lre-search-header #algolia-search-box input{
    background-color: white;
    padding: 25px 25px;
    border-bottom: 0;
}

.aa-dropdown-menu .aa-suggestion em{
    color: #005a2b!important;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content em{
    box-shadow: inset 0 -2px 0 0 rgba(0,90,43, 0.8)!important;
}

#algolia-hits h2 {
    cursor: pointer;
}

#algolia-support-accordion .excerpt-hidden {
    display:none;
}

.ais-hits--item h2 {
    font-weight: 400;
    text-transform: none;
    font-size: 1rem;
    padding: 1rem;
    position: relative;
    cursor: pointer;
    margin-bottom: 0rem;
    margin-top: 0.2rem;
}

.ais-hits--item h2::after {
    font-family: 'lre-icons' !important;
    content: "\e91b";
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.ais-hits--item .excerpt {
    padding:1rem;
    font-size:1rem;
    background:#ffffff;
}

#algolia-search-box-support input {
    width:100%;
    max-width:100%;
    border: 1px solid #afafaf;
}

.algolia-hits-overcontainer {
    position:relative;
}

.algolia-hits {
    visibility:visible;
    position:absolute;
    background:#fff;
    width: 100%;
    margin-top:-1rem;
    z-index:2;
    border-bottom:3px solid #b7b7b7;
}

.algolia-hits--hidden {
    visibility:hidden;
    height:0px;
}

.support-suggestion-post-title {
    font-weight:700;
}

.algolia_button--prev,
.algolia_button--next{
    width: 1rem;
    height: 2rem;
    display: inline-block;
    background: rgba(0,0,0,0);
    color: rgba(0,0,0,0);
    position: relative;
    padding: 0px;
}

.algolia_button--prev:before {
    box-sizing: border-box;
    height: 0.7rem;
    width: 0.7rem;
    margin-top: 0rem;
    border-style: solid;
    border-color: #0c121c;
    border-width: 0px 2px 2px 0px;
    transform: rotate(135deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    right: 0rem;
    top: 0.4rem;
    content: '';

}



.algolia_button--next:before {
    box-sizing: border-box;
    height: 0.7rem;
    width: 0.7rem;
    margin-top: 0rem;
    border-style: solid;
    border-color: #0c121c;
    border-width: 0px 2px 2px 0px;
    transform: rotate(-45deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    left: 0rem;
    top: 0.4rem;
    content: '';

}

.algolia__pagination-page-number {
    width:3rem;
    text-align:center;
    font-size:1.15rem;
}
.algolia__pagination {
    margin-top:1rem;
    display:flex;
    justify-content:flex-start;
    align-content:flex-start;

}

.post-type-archive-faq .entry-content {
    padding:3% 5%;
}

.theme-dark .support-suggestion a,
.support-suggestion a,
.theme-dark .support-suggestion h2,
.theme-dark .support-suggestion span,
.support-suggestion h2,
.theme-dark .support-suggestion p,
.support-suggestion p{
    text-decoration:none;
    color: #0c121c;
    text-align:left;
}
.support-suggestion {
    padding: 5px 30px;
}

body .aa-dropdown-menu .aa-suggestion.aa-cursor,
.support-suggestion:hover {
    background:#e4e8e8;

}

body .aa-dropdown-menu {
    font-size:15px;
    color:#0c121c;
}

body .aa-dropdown-menu a {
    font-size:15px;
    margin:5px 30px;
    color:#0c121c;
}
body .aa-dropdown-menu .autocomplete-header {
    padding-left:30px;
    color:#0c121c;}

body .ais-hits--item em,body .ais-hits--item a em {
    color:#005a2b;
    text-decoration: underline;
    background:none;
}


