.for-background{
	position: absolute;
    width: 100%;
    height: 375px;
    left: 0;
    top:125px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
 }

body.double .for-background{
    display:none;
}

.search-tool-home-container{
    width: 100%;
    font-family: LibreFranklin-Regular;
}


	body.single.home .search-tool-home-container{
    min-height:210px;
    margin-bottom:20px;
}

.quick-guide{
    display: inline-block;
    font-family:'LibreFranklin-Bold';
    padding: 3px 10px 3px 10px;
    margin-right: 10px;
    box-shadow: 0 1px 1px 0px grey; border-radius: 1.5px;
}

.advanced-search{
    display: inline-block;
    font-family:'LibreFranklin-Bold';
    padding: 3px 10px 3px 10px;
    margin-right: 10px;
    box-shadow: 0 1px 1px 0px grey;border-radius: 1.5px;
}

.my-account{
    display: inline-block;
    font-family:'LibreFranklin-Bold';
    padding: 3px 10px 3px 10px;
    box-shadow: 0 1px 1px 0px grey;border-radius: 1.5px;
}

.search-main {
    padding: 10px;
}

.mysearch{
    width: 100%;
    box-shadow: 0px 0px 1px #eee;
    font-style: italic;
    border-radius: 1.5px;
    border: none;
    border-top: 2px solid #bdbcbc;
}

.search-sub{
    background-color: #FBCA8F;
}

.search-box{
    width: unset;
    margin-top: 10px;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 1px 1px 0px grey;
    position: relative;
     border-radius: 1.5px;
}

.search-box label{
    display: inline;
    font-weight : bold;
}

.search-box input::placeholder {
    color: #d5d5d5;
}

.search-title{
    display: inline-block;
    color: white;
    font-size: 33px;
}

.right{
    display: inline-block;
    float: right;
    position: relative;
    /*top: 3px;*/
}

.right a{
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.hide{
    display: none;
}
#xs{
    position:absolute;
    right: 10px;
    top: 29%;
    color: #ded5d5;
}


.clearable{
    padding: 7px 21px 7px 4px;     /* Use the same right padding (18) in jQ! */
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */


/*start your search page*/
.home .search-main-search{
top:32px;
 bottom:0px;
        }
.search-main-search{
    bottom:15px;
    margin: 1em 0 auto;
    background-color: #F7941E;
    width: 100%;
    position: relative;
    padding: 17px 32px 28px 32px;
    border-radius: 4px;
}

body.single .search-main-search{
    margin: 35px 0 auto;
 }

body.double .search-main-search{
   /* border-bottom-left-radius:0!important;
    border-bottom-right-radius:0!important;*/
    box-shadow:none;
    padding-bottom:22px;
    top:0;
}

.searchHead{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
 }

.searchItemsOuterWrap{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.searchItemsInnerWrap{
    position:relative;
    flex:1;
}
.mysearch-label{
    font-family: LibreFranklin-Bold;
    margin-bottom:0;
    /* margin-left:10px; */
    margin-right:10px;
}

.librarysearchiconbox{

  	height: 23px;
    background-color: #fff;
    padding: 0px;
    font-size: 31px;
    vertical-align: middle;
    margin-top: -7px;
    display: inline-block;
    cursor: pointer;
    }

.library-background > img{
        display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    min-height: 120px;
    }
@media only screen and (min-width : 1200px){
       
    /* journals browse by */

    .select-div{
        
        color:black;
        font-family: Libre_Franklin;
        font-weight: bold;
        padding-left:3.2vh;
    }
    
.fa.fa-search {
    position: relative;
    bottom: -4px;
    float: right;
    right: 34px;
    color: #ded5d5;
}
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {

.search-title{
    font-size: 27px;
}

/*.right{
    top: 8px;
}*/
.home .search-main-search {
    top:22px;
    }

.search-main-search {
        margin: 0 auto;
        padding: 16px 30px 24px 30px
        }

/* journals browse by */


.search-box {
    margin-top: 11px;
    padding: 14px;
   /* padding-top: 13px; */
}

/*.search-tool-home-container {
    height: 110px;
        } */
 .single .cmp.cmp-breadcrumb{
   margin-top:30px;
}
}


@media only screen and (min-width : 992px) and (max-width : 1024px) {
.for-background {
    height: 284px;
    top: 52px;
}

 body.single.home .search-tool-home-container {
    min-height: 140px;
    margin-bottom: 20px;
}        
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) {
.for-background {
    height: 275px;
}
 body.single.home .search-tool-home-container {
    min-height: 140px;
    margin-bottom: 20px;
}

}  

@media only screen and (min-width : 768px) and (max-width : 991px) {

.right{
    font-size: 12px;
}

.search-title{
    font-size: 25px;
}

/* journals browse by */

.select-div{
    font-size: 12px;
    color: black;
    font-family: Libre_Franklin;
    font-weight: bold;
    margin-left: -8px;
}
.home .search-main-search {
    top:23px;
    }
.search-main-search {
    background-color: #F7941E;
    margin: auto;
    width: 100%;
    position: relative;
    /* height: 9em; */
    padding: 15px 22px 20px 22px;
}

.fa.fa-search {
    position: relative;
    bottom: 1px;
    float: right;
    right: 22px;
    color: #ded5d5;
}
.option-value {
    margin-left: 14px;
    font-size: 12px;
    
}
.sel-myList {
    font-family: Libre_Franklin;
    font-weight: bold;
    font-size: 12px;
    margin-left: 8px;
    margin-top: 13px;
    box-shadow: -2px 2px 5px #94948a;
}
select {
    padding: 2px 7px;
    width: 131px;
    background: white;
}
.search-main {
    padding: 8px;
    height: 183px;
}
.container2 {
    margin-left: 0px;

    max-width: 100%;
    max-height: 87px;
    box-shadow: -2px 1px 5px #94948a;
    background: #FBCA8F;
}

.search-box {
    margin-top: 11px;
   padding: 14px;
}

/*database page*/
.search-main-db {
    background-color: #F7941E;
    margin: auto;
    width: 75%;
    position: relative;
    top: 20%;
    height: 211px;
    box-shadow: 0px 6px 17px #eee;
    padding: 10px;
}
.database-value {
    color: black;
    font-family: Libre_Franklin;
    padding: 9px;
    margin-bottom: 0px;
    font-size: 12px;
}
.database-value {
    color: black;
    font-family: Libre_Franklin;
    padding: 9px;
    margin-bottom: 0px;
}

body.single.home .search-tool-home-container {
    min-height: 140px;
    margin-bottom: 20px;
}

body.single .search-main-search {
    margin: 35px 0 auto;
}

.for-background {
    height: 278px;
    top: 53px;
}
.librarysearchiconbox{
    font-size: 27px;
    display: block;
    position: absolute;
    margin-top: -4px;
    right: 15px;
    color: #ded5d5;
    z-index: 2;
    }
 .single .cmp.cmp-breadcrumb,.double .cmp.cmp-breadcrumb{
   margin-top:20px;
}

}
@media only screen and (max-width : 767px){

/*.right{
    display: none;
} */

.search-title{
    font-size: 24px;
}
.fa.fa-search {
    position: relative;
    bottom: 1px;
    float: right;
    right: 22px;
    color: #ded5d5;
}
.search-main-db {
    background-color: #F7941E;
    margin: auto;
    width: 75%;
    position: relative;
    top: 20%;
    height: 193px;
    box-shadow: 0px 6px 17px #eee;
    padding: 10px;
}
/* journals browse by */


.container2 {
    display: none;
}
.home .search-main-search {
    top:11px;
    }
.search-main-search {
    top:5px;
    margin: 1em 0 auto;
    background-color: #F7941E;
    width: 100%;
    position: relative;
    /*height: 8em;*/
    padding: 15px 25px 20px 25px;
}
.database-value {
    color: black;
    font-family: Libre_Franklin;
    padding: 9px;
    margin-bottom: 0px;
    font-size: 11px;
}
.search-box {
    margin-top: 0.75em;
    padding: 14px;
}

body.single.home .search-tool-home-container {
    min-height: 140px;
    margin-bottom: 20px;
}

body.single .search-main-search {
    margin: 15px 0 auto;
}

.for-background {
    height: 280px;
    top: 53px;
}

.librarysearchiconbox{
    font-size: 25px;
    display: block;
    position: absolute;
    margin-top: -3px;
    right: 15px;
    color: #ded5d5;
    z-index: 2;
    }

}

@media only screen and (min-width : 320px) and (max-width : 480px) {


.for-background{
    top: 52px;
	height: 264px;
 }
.library-background#forBackground{
	overflow: hidden;
} 
img#bg-image{
	width: 200%;
    margin-left: -50%;
}

.mysearch-label{display:none!important;}

.search-main {
    width: 80%;
    padding: 3%;
    height: 6em;
}


.container2 {
    display: none;
}
.fa.fa-search {
    bottom: 2px;
}
.search-title {
    font-size: 23px;
}

/* journals browse by */
.select-div{
    
    color:black;
    font-family: Libre_Franklin;
    font-weight: bold;
    padding-left:0px;   
}

body.single.home .search-tool-home-container {
    min-height: 140px;
    margin-bottom: 20px;
}
body.single .search-main-search {
    margin: 2px 0 auto;
}

.home .search-main-search{
top: 19px;
        }

.search-main-search{
    bottom:0px;
    top:0px;
	padding: 14px 18px 18px 18px;
}
.librarysearchiconbox{
    font-size: 24px;
    display: block;
    position: absolute;
    margin-top: -2px;
    right: 15px;
    color: #ded5d5;
    z-index: 2;
    }
.search-box {
    margin-top: 0.5em;
    }

}
@media only screen and (min-width : 320px) and (max-width : 569px) {
    .quick-guide{
    display: none;
}

.advanced-search{
    display: none;
}
}

