/*for library.bowdoin.edu/index.shtml*/        
        
        form {
            margin-bottom: 0;
        }

   @media (min-width: 768px) {
        .background-caption {
            bottom: 0;
            right: 20px;
            font-size: .85rem;
            padding: 3px;
            color: black;
        }

            #background {
                background-image: url(/images/home/hero-fall-2024.png);
                background-repeat: no-repeat;
                background-size: cover;
                border-bottom: 2px solid #687C2F;
                background-color: grey;
                background-position: center;
            }
        }
        
@media (max-width: 767px) {
    .background-caption {
        display: none;
    }
}



        #search-container {
            padding-top: 4rem;
            height: auto;
        }

        #search {
            width: 100%;
            background-color: rgba(0, 0, 0, 0.75);
            border: 1px solid black;
            -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.5);
        }

        @media (min-width: 992px) {
            #search {
                height: auto;
            }
        }

        #search,
        #search a,
        #search a:visited {
            color: white;
        }

        .nav-tabs>li>a {
            margin: 0;
            padding: 10px;
            font-weight: 600;
            text-align: center;
            position: relative;
            display: block;
            text-decoration: none;
            display: inline-block;
            text-transform: uppercase;
        }
        
        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            background-color: transparent;
            border-color: transparent;
        }

        
        .nav-tabs .nav-link {
            border: 2px solid transparent;
            border-bottom: 0;
        }

        .nav-tabs>li>a.active:before {
            font-family: fontAwesome;
            content: "\f00c";
            color: #95A53B;
            margin-right: .5rem;
            display: inline-block;
        }


        @media (min-width: 576px) {
            #search .nav-tabs>li>a.active:before {
                display: none;
            }
            .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
                border-color: #dee2e6 #dee2e6 #fff;
            }

        }

        @media (min-width: 992px) {
            #search {
                height: auto;
            }

            .nav-tabs .nav-item {
                margin-right: 3rem;
            }
        }


        .form-control {
            border-color: black;
        }


        #search input[type=text] {
            font-size: 12px;
        }

        @media (min-width: 992px) {
            #search input[type=text] {
                font-size: .9rem;
            }
        }

        .form-group {
            margin-bottom: 0;
        }

        .input-group {
            height: 52px;
            align-items: stretch;
        }

        .input-group input,
        .input-group select,
        .input-group button {
            height: 52px;
            border: none;
            border-radius: 0;
            -webkit-appearance: none;
            -webkit-border-radius: 0px;
        }

        .input-group input#cbbcat-input {
            flex-basis: auto;
            width: 58%;
        }

        .input-group select#select-cbbcat-searchscope {
            flex-basis: auto;
            padding-top: 1rem;
            border-left: 1px solid #dadada;
            font-size: .9rem;
            width: 30%;

        }
        
        .input-group select#select-searchscope {
            flex-basis: auto;
            padding-top: 1rem;
            border-left: 1px solid #dadada;
            font-size: .9rem;
            width: 30%;

        }

        .input-group button {
            flex-basis: auto;
        }



        [class^=col-] {
            margin-bottom: 1.4rem;
        }

        @media (min-width:992px) {
            [class^=col-] {
                margin-bottom: 0;
            }
        }

        #featured {
            background-color: rgba(255, 255, 255, 0.95);
        }

        #featured a {
            position: relative;
            overflow: hidden;
        }

        #featured a:hover [class^=icon],
        #featured a:focus [class^=icon] {
            font-size: 5.5rem;
        }

        #featured .h3 {
            font-size: 1.3rem;
        }

        #quicklinks li {
            list-style-type: circle;
        }

        #noteworthy {
            /*background: #747660;*/
            background-color: #595A4A;
        }

        .card {
            margin-bottom: 1.5rem;
            box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.5);
            border: 0;
        }

        .card,
        .card-body,
        .card img,
        .flex-row .d-flex {
            max-width: 300px;
        }

        .card-body {
            padding: .5rem;
        }

        .card,
        .card img {
            border-radius: 0;
        }

        .card a img:hover,
        .card a img:focus {
            opacity: .75;
        }

        p.card-text {
            font-size: .92rem;
        }

        @media (min-width: 768px) {
            #search-container {
                height: 450px;
                /*padding-top: 15rem;*/
                padding-top: 12rem;
            }

            .nav-tabs {
                margin-bottom: auto;
            }
        }

        .bottomShade {
            position: absolute;
            height: 100%;
            left: 0px;
            right: 0px;
            bottom: 0px;
            background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.3) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(255, 255, 255, 0.4)));
            background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.3) 100%);
            background: -o-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.3) 100%);
            background: -ms-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.3) 100%);
            background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.3) 100%);
            display: none;
        }

        .fancy-date {
            width: 65px;
            padding: 4px 0;
            border-radius: .2rem;
            background-color: #595A4C;
            text-align: center;
            float: left;
            margin: 0 9px 0 0;
            color: white;
        }

        .fancy-date div {
            font-size: .9rem;
        }

        .fancy-date div.fancy-date-1 {
            /*font-size: 1.3rem;*/
        }

        .ltfl_bookdisplay_widget iframe {
            border: 0;
        }

        .unbound_mega_footer {
            display: none !important;
        }