.ebsco-single-search *,
.ebsco-single-search *::before,
.ebsco-single-search *::after {
    box-sizing: border-box;
    margin: 0;
    font-family: neuzeit-grotesk;
}

.ebsco-single-search h2 {
    font-family: bely-display;
}

.ebsco-single-search input,
.ebsco-single-search button,
.ebsco-single-search select {
    margin: 0
}

.eb-search-container {
    display: flex;
    flex-flow: row wrap;
    line-height: 1.5
}

.eb-search-container>* {
    flex: 1 100%;
}

.eb-search__box>* {
    flex: 1 100%;
    line-height: normal
}

.eb-search__box {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px
}

.eb-search__input-bquery {
    background: #fff;
    border: 1px solid #000030;
    border-bottom-color: transparent;
    padding: .75em
}

.eb-search__input-bquery:focus {
    color: #333
}

.eb-search__submit-button {
    -webkit-appearance: button;
    background: #000030;
    border: 1px solid #000030;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .20);
    color: #FFFFFF;
    cursor: pointer;
    overflow: visible;
    padding: .5em 1.25em;
    text-align: center;
    white-space: nowrap
}

.eb-search__submit-text {
    display: inline-flex;
    overflow: hidden
}

.eb-filter-container {
    padding-bottom: 0
}

.eb-search__label {
    align-items: center;
    display: inline-flex;
    white-space: nowrap;
    width: 100%
}

.eb-search__input {
    height: 1.1em
}

.eb-search__span {
    padding: 0 .5em
}

.eb-adv-search {
    padding-right: 1em;
    text-align: right;
    white-space: nowrap;
    padding-bottom: 25px;
}

a.eb-adv-search__link {
    text-decoration-skip-ink: auto
}

.eb-sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.eb-search-container__has-select .eb-search__search-prefix {
    background-color: #fff;
    margin-bottom: .75em;
    position: relative
}

.eb-search-container__has-select .eb-search__search-prefix:after,
.eb-search__search-prefix:before {
    bottom: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0
}

.eb-search-container__has-select .eb-search__search-prefix:before {
    right: 0;
    width: 1.75em
}

.eb-search-container__has-select .eb-search__search-prefix:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: .5em;
    margin: auto;
    right: .75em;
    transform-origin: center right;
    transform: rotate(45deg);
    width: .5em;
    z-index: 2
}

.eb-search-container__has-select .eb-search__select {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #000030;
    box-shadow: none;
    color: #000;
    height: 100%;
    padding: .5em 1.75em .5em .75em;
    width: 100%
}

.eb-search-container__has-select .eb-search__select:focus {
    color: #000
}

.eb-search-container__has-select .eb-search__select::-ms-expand {
    display: none
}

html[dir="rtl"] .eb-search__select {
    padding: .5em .75em .5em 1.75em
}

html[dir="rtl"] .eb-search__search-prefix:before {
    left: 0;
    right: inherit
}

html[dir="rtl"] .eb-search__search-prefix:after {
    left: .75em;
    right: inherit
}

@media only screen and (min-width: 768px) {
    .eb-search-container .eb-search__box {
        flex-wrap: nowrap;
        height: 2.8em;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .20)
    }

    .eb-search__input-bquery {
        border-bottom-color: #000030;
        border-right-color: transparent;
        width: 100%
    }

    .eb-search__submit-button {
        box-shadow: none;
        flex: 0 0 auto
    }

    .eb-filter-container {
        flex: 1;
        padding-bottom: .75em;
        padding-top: 0.25em
    }

    .eb-search__label {
        width: auto
    }

    .eb-search-container__has-limiter .eb-adv-search {
        flex: 0 0 auto;
        padding-top: 0.25em
    }

    .eb-search-container__has-select .eb-search__search-prefix {
        flex: 1 0 auto;
        margin-bottom: 0
    }

    .eb-search-container__has-select .eb-search__select {
        flex: 0 0 auto;
    }

    .eb-search-container__has-select .eb-search__input-bquery {
        border-left-color: transparent;
    }

    .eb-search-container__has-select-two .eb-search__search-prefix:nth-of-type(1)>.eb-search__select {
        border-right-color: transparent
    }

    html[dir="rtl"] .eb-search__input-bquery {
        border-left-color: transparent;
        border-right-color: inherit
    }

    html[dir="rtl"] .eb-search__submit-button {
        border-left-color: inherit;
        border-right-color: transparent
    }

    html[dir="rtl"] .eb-search__select {
        border-right-color: inherit
    }

    html[dir="rtl"] .eb-search-container__has-select .eb-search__input-bquery {
        border-right-color: transparent
    }

    html[dir="rtl"] .eb-search-container__has-select .eb-search__search-prefix:nth-of-type(1) .eb-search__select {
        
    }

    html[dir="rtl"] .eb-search-container__has-select-two .eb-search__search-prefix:nth-of-type(1)>.eb-search__select {
        border-left-color: transparent;
        border-right-color: inherit
    }

    html[dir="rtl"] .eb-search-container__has-select-two .eb-search__search-prefix:nth-of-type(2)>.eb-search__select {
        
    }
}

.col-sm-4 {
    text-align: right
}