/* Indexed Search */
#headerSearchbox {
    background-color: #fff;
    position: fixed;
    height: 100px;
    top: 119px;
    width: 100%;
    transition: 500ms;
    transform: translateY(0);
    z-index: 5;
    box-sizing: border-box;
}

#headerSearchbox.closed {
    transform: translateY(-100px);
}

.fixed-nav #headerSearchbox {
    top: 78px;
}

#headerSearchbox form {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#headerSearchbox input::placeholder {
    color: #c3c3c3;
}

#headerSearchbox #inputText {
    border: none;
    flex-grow: 1;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    height: calc(100% - 4px);
    margin-left: 26px;
    margin-right: 26px;
    letter-spacing: -0.025em;
}

#headerSearchbox a.search-close {
    background: url('vhs-assets-css-94e5c0dc4d869e29bea8dc3f4b800b5d.svg');
    display: block;
    height: 25px;
    width: 25px;
}

#headerSearchbox #inputButton,
.tx-indexedsearch-searchbox-button#tx-indexedsearch-searchbox-button-submit {
    background: #00b2ea;
    color: #fff;
    border: none;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    padding: 6px 10px;
    cursor: pointer;
}

.tx-indexedsearch-rules {
    display: none;
}

.tx-indexedsearch-searchbox legend {
    display: none;
}

.search-overlay {
    position: fixed;
    height: 100%;
    top: 20px;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.0);
    backdrop-filter: blur(0);
    transition: 500ms;
}

.search-overlay.active {
    z-index: 4;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
}

.search-open {
    transform: translateY(100px);
}

.content {
    transition: transform 500ms;
}

.tx-indexedsearch-info {
    display: none;
}

.tx-indexedsearch-searchbox form#form_kesearch_pi1 fieldset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EEEFF0;
    height: 100px;
    padding: 0 23px;
    box-sizing: border-box;
}

.tx-indexedsearch-searchbox form#form_kesearch_pi1 fieldset input {
    border: none;
    width: 100%;
    box-sizing: border-box;
}

.tx-indexedsearch-searchbox form#form_kesearch_pi1 > p {
    display: none;
}

.tx-indexedsearch-info-sword {
    display: none;
}

.tx-indexedsearch-form label {
    display: none;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-form {
    flex-grow: 1;
    height: 100%;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
    height: 100%;
    background: transparent;

    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.025em;
}

.tx-indexedsearch-percent {
    display: none;
}

div.tx-indexedsearch-browsebox > ul.tx-indexedsearch-browsebox {
    display: none;
}

div.tx-indexedsearch-browsebox > ul.tx-indexedsearch-browsebox:nth-child(1) {
    display: block;
}

.tx-indexedsearch-res {
    width: calc((100% / 3) - (80px / 3));
    flex-basis: calc((100% / 3) - (80px / 3));
    display: inline-block;
}

.tx-indexedsearch-res:not(:nth-child(3n+1)) {
    margin-right: 40px;
}

.be-connect--search-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px;
}

.tx-indexedsearch-browsebox, .kesearch_pagebrowser {
    flex-basis: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tx-indexedsearch-icon {
    display: none;
}

.tx-indexedsearch-title > a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #00b2ea;
    text-decoration: none;
}

.tx-indexedsearch-res h3 {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    color: #00b2ea;
    text-overflow: ellipsis;
    font-weight: normal;
}

.tx-indexedsearch-description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.be-connect--search-wrapper > .tx-indexedsearch-browsebox {
    margin-bottom: 10px;
}

.be-connect--pagination-container li {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: #00b2ea;
    display: inline-flex;
    justify-content: center;
    box-sizing: border-box;
}

.be-connect--pagination-container li:not(:last-child) {
    margin-right: 2px;
}

.kesearch_pagebrowser ul {
    display: flex;
}

.be-connect--pagination-container li a {
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 21px;
    box-sizing: border-box;
}

.be-connect--pagination-container a.current {
    background: #fff;
    border: 1px solid #00b2ea;
    color: #00b2ea;
}

.be-connect--pagination-container li:hover {
    background: #F39200;
    border: none;
}

.be-connect--pagination-container li:hover a {
    color: #fff;
}

.tx-indexedsearch-res p {
    margin-bottom: 0;
}

.be-connect--pagination-container {
    margin-top: 50px;
    margin-left: auto;
}

.tx-indexedsearch-res:nth-child(n+5) {
    margin-top: 30px;
}

#searchToggle,
.searchSubmit,
#searchToggleMobile {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#searchToggle img,
.searchSubmit img {
    margin-left: 8px;
}

#searchToggleMobile img {
    margin-left: 6px;
}

#headerSearchbox #inputButton:hover,
.tx-indexedsearch-searchbox-button#tx-indexedsearch-searchbox-button-submit:hover {
    background: #F39200;
}

#searchToggleMobile {
    text-decoration: none;
    color: #000;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    font-size: 17px;
    float: right;
    margin-right: 56px;
    margin-top: 9px;
}

#searchToggleMobile.active,
#searchToggle.active {
    color: #00b2ea;
}

.searchSubmitMobile {
    display: none;
    border: none;
    background: transparent;
    padding: 0;
}

.tx-indexedsearch-res .result-number {
    display: none;
}

.pages_total .result_txt {
    display: none;
}

.be-connect--pagination-container .tx-indexedsearch-browsebox a.next,
.be-connect--pagination-container .tx-indexedsearch-browsebox a.prev {
    color: transparent;
    position: relative;
    overflow: hidden;
}

.be-connect--pagination-container .tx-indexedsearch-browsebox a.next:after {
    color: #fff;
    position: absolute;
    content: '>';
}

.be-connect--pagination-container .tx-indexedsearch-browsebox a.prev:after {
    color: #fff;
    position: absolute;
    content: '<';
}

.tx-indexedsearch-description .hit {
    font-weight: bold;
}

#kesearch_num_results {
    float: unset;
    color: unset;
}

.tx-indexedsearch-title .hit {
    color: #F39200;
}

@media (max-width: 1200px) {
    #headerSearchbox {
        padding: 22px;
    }
}

@media (max-width: 991px) {
    #headerSearchbox {
        background-color: #fff;
        position: fixed;
        top: 58px;
        width: 100%;
        transition: 500ms;
        transform: translateY(0);
        z-index: 5;
    }
    
    #headerSearchbox.closed {
        transform: translateY(-100px);
    }
}

@media (max-width: 768px) {
    .tx-indexedsearch-res {
        width: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }
    .tx-indexedsearch-res:nth-child(n+3) {
        margin-top: 33px;
    }

    .fixed-nav #headerSearchbox {
        top: 58px;
    }

    .searchSubmitMobile {
        display: inline-flex;
    }

    #headerSearchbox #inputButton {
        display: none;
    }

    .tx-indexedsearch-searchbox form#form_kesearch_pi1 fieldset {
        height: 65px;
    }

    .searchSubmit {
        display: none;
    }

    .tx-indexedsearch-searchbox .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
        font-size: 16px;
    }
    
    .be-connect--pagination-container {
        margin-right: auto;
    }

}

