﻿#topBannerFullWidth .background{
padding:0;
height:300px;
position:relative
}
#topBannerFullWidth #searchBox{
width:50%;
margin:0;
position:absolute;
top:0;
left:0;
bottom:0;
padding:0 30px;
background:rgba(0, 76, 121, .5);
}
#topBannerFullWidth #searchBox h2,
#topBannerFullWidth #searchBox h4{
color:#FFF;  
}
#searchBox .myLibAccount{
background-color:transparent;
padding:0px;
text-align:left;
}
.btn-ghost{
background:transparent;
color:#F2F2F2;
border:1px solid #FFF;  
}
.btn-ghost:hover{
background:#FFF;
color:#444;
border:0 none;
}
/* Small Devices, Tablets */
@media only screen and (max-width:768px){
#topBannerFullWidth #searchBox{
width:100%;  
}