body {
    height: auto;
}

.detail_cover_art_div {
    width: 100%;
    margin-right: 20px;
}

#limitcolumn_availability {
    display: none;
}


/* Searchbox CSS */

#newsearch {
    width: 100% !important;
    margin: auto !important;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}


/*Search bar*/

#search {
    background-color: #6e96d9;
    border-radius: 0px;
    margin-left: 0px !important;
    width: 50px;
    min-width: 80px;
    height: 39px;
    border: 0px;
    font-size: 0px;
    background-image: url("/custom/web/images/footer/search_glass.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

#q,
#qq {
    border-radius: 0px;
    margin-right: 0px !important;
    width: 100% !important;
    height: 39px;
    border: 0;
    position: unset !important;
    padding: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 18px;
}

#searchBoxHomeLink {
    padding: 6px;
    float: none;
}

.header_container {
    width: 100%;
}

.withinradio>label {
    position: relative;
    padding-left: 5px;
    color: white;
}

#q:focus {
    background-color: #ffffff;
    border-color: #7e7e7e;
}

#searchBoxWrapperBackground {
    background-color: lightgrey;
}

#restrictionDropDown,
#newRestrictionDropDown,
#newLimitDropDown,
#newsearch select {
    height: 40px !important;
    color: black !important;
    margin-right: 10px;
    vertical-align: middle;
    width: 20%;
}

#restrictionDropDown:focus {
    background: #ffffff !important;
    color: black !important;
}

.withinradio {
    min-width: 180px;
}

#breadCrumbsContainer .mobileMenuLink {
    border: none;
}

.mobile #restrictionDropDown,
.mobile #newRestrictionDropDown,
.mobile #newLimitDropDown,
.mobile #newsearch select,
.mobile #qq {
    width: auto;
}

@media (max-width: 920px) {
    .mobile #qq,
    .mobile #q {
        width: calc(100% - 90px) !important;
    }
    .mobile #restrictionDropDown,
    .mobile #newRestrictionDropDown,
    .mobile #newLimitDropDown,
    .mobile #newsearch select {
        width: calc(50vw - 35px);
    }
}

.mobile .navCrumbRow {
    display: block;
    padding-left: 15px;
    padding-bottom: 10px;
}

.mobile #breadCrumbs {
    padding-bottom: 10px;
}

.mobile .navRemoveLink {
    vertical-align: bottom;
}

.detail_wrapper .accordionHolder {
    display: none;
}

.dropDown {
    padding-right: 0;
}

#copyright {
    display: none;
}

.formatText {
    display: none;
}

.displayElementText-wrap div a,
.DetailCell .displayElementText {
    display: block;
}

.uti-warp div a {
    display: inline-block;
}

.mobile #content {
    overflow: scroll;
}

@media (max-width: 1100px) {
    #newsearch {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #qq,
    #q {
        width: calc(100vw - 160px) !important;
    }
}

#linc-header *,
#lincFooter * {
    box-sizing: border-box !important;
}

select.restrictionDropDown {
    -webkit-appearance: menulist-button;
}

.bwTitle {
    margin-top: 1em;
    font-weight: 600;
}

.bw .detailItemsTable_SD_BOUND_AUTHOR,
.bw .detailItemsTable_LIBRARY,
.bw .detailItemsTable_CALLNUMBER,
.bw .detailItemsTable_SD_ITEM_STATUS,
.bw .label {
    display: none;
}

.bw .fieldValue {
    width: 100%;
}

.ArticleBanner {
    width: 100%;
    display: flex;
    align-content: space-evenly;
    overflow: hidden;
}

.ArticleBannerTitle {
    max-width: 1340px;
    width: 100vw;
    flex-shrink: 0;
    background-color: #678fd3/* #6e96d9; */
}

.ArticleBannerLeft,
.ArticleBannerRight {
    width: 100%;
}

.ArticleBannerTitle h1 {
    color: white;
    padding: 50px 20px 20px 20px;
}

.ArticleBannerRight {
    background-image: linear-gradient(to right, #678fd3, #DFE8F7);
}

.ArticleBannerLeft {
    background-image: linear-gradient(to left, #678fd3, #DFE8F7);
}

.ArticleBannerImage {
    text-align: center;
    max-width: 1300px;
}

.ArticleBannerImage-inner {
    display: inline-block;
}

.ArticleBannerImage-inner h1 {
    width: 595px;
    padding: 15px 15px 15px 20px;
    background-image: linear-gradient(to right, #0047bb, #608CD5);
    position: absolute;
    margin: -50px 0 0 20px;
    text-align: left;
    font-size: 1.6em;
    border-left: 10px solid #608CD5;
}

@media (max-width: 900px) {
    .changePinSection {
        background-color: white;
        width: 100%;
        height: 100%;
        top: 120px !important;
        left: 0 !important;
        padding: 20px;
    }
}

.badge:empty {
    display: block;
}

.gridbox {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.gridbox>* {
    padding: 10px 0;
    width: 20%;
    min-width: 120px;
}

.gridbox>*:hover {
    background-color: #eeeeee;
}

.mobile .displayElementWrapper>a {
    display: block;
}