#google-search-banner {
	position:relative;
	width:50%;
	margin-left:25%;
	margin-top: 2rem;
}

#google-search-input.form-control {
  width: calc(100% - 7em);
}

#google-search-panel:not(.google-search-active){
  display:none;
  visibility: hidden;
}

#google-search-panel{
	z-index: 10000 !important;
	position: absolute;
  width: 100%;
}

#google-results{
	max-height: 50vh;
}

.google-search-active {
	border: 5px solid #71bcda;
}

.gsc-wrapper{
	max-width: unset !important;
}

#google-search-button.btn.btn-primary {
	position:absolute;
	top:0;
	right:0em;
	padding:1em;
}