#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 #1a4a78;
}

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

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

.gcsc-find-more-on-google, a.gcsc-find-more-on-google, .gcsc-find-more-on-google a,
.gs-title, a.gs-title b,
a.gs-title {color:#1a4a78!important;}

.gcsc-find-more-on-google-magnifier {fill:#1a4a78!important;}


/*search page*/
body:not(.path-frontpage) #google-results {max-height:100%; height:100%; overflow:auto;}

@media screen and (max-width: 992px) {
	#google-search-banner {
	width:92%;
	margin-left:4%;

}
	
}