/* GOOGLE CUSTOM SEARCH */
.gsc-input {
	padding:0 !important;
	background-color:transparent;
}


table[class="gsc-search-box"], table[class="gsc-search-box"] tr, #gs_id50 {
	background-color:transparent;
	border:none;
}

/* search container */
#search-box {
	color: rgba(0,0,0,0.75) !important;
	left: -16px;
    position: relative;
	border:none;
	height:49px;
	margin:0;
}

/* input box */
#gsc-i-id1 { 
	height:33px !important;
	width: 324px !important;
	top:4px;
	padding-top:10px !important;
	position:absolute;
	padding:0px !important;
	padding-left:12px !important;
	margin: 0;
	border: none;
	box-shadow: none !important;
	color:rgba(0,0,0,0.75) !important;
	background:none !important;
	/*text-indent:8px !important;*/
	font-size: 1.2rem;
	padding-top:9px !important;
}

#gsc-i-id1::placeholder { 
	color:#999999 !important;
	font-size:1.2rem;
	top:6px;
	position:relative;
}

/* Changing placeholder */
#gsc-i-id1::-webkit-input-placeholder {color: #999;top:10px;position:absolute;} /* Chrome */
#gsc-i-id1:-ms-input-placeholder {color: #999;top:10px;position:absolute;} /* IE 10+ */
#gsc-i-id1::-moz-placeholder {color: #999;opacity: 1;top:10px;position:absolute;} /* Firefox 19+ */
#gsc-i-id1:-moz-placeholder {color: #999;opacity: 1;top:10px;position:absolute;} /* Firefox 4 - 18 */

/* cross in input box to delete text (old) */
.gsib_b {
	position:relative;
	top:-4px;
}
/* cross in input box to delete text (new) */
.gsst_a .gscb_a {
    color: #222222 !important;
    cursor: pointer;
    font-size: 2.5rem;
    position: relative;
    left: 34px;
    top: 4px;
}
/* completion container */
table.gstl_50.gssb_c {
    margin-top: 8px;
    margin-left: 1px;
	width:370px !important;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%) !important;
}
.gsc-completion-container {
    border: 1px solid #cecece !important;
	
}
.gstl_50.gssb_c {
	width: 100%;
	overflow:hidden;
}
table.gstl_50.gssb_c * {
    border: none;
}

table.gstl_50.gssb_c span {
    font-weight: 600;
}
table.gstl_50.gssb_c * {
    border: none;
    font-weight: 400;
}

.gsc-completion-selected tr {
	background-color:#ecf0f0 !important;
}

/* completion container rows */
.gsc-completion-container, .gsq_a table tr, .gssb_a  {
	background-color:#fff !important;
}
.gsq_a {
	padding-left: 9px !important;
}

.gsc-completion-container>tbody>tr:last-child  {
	display:none;
}

.gsc-completion-container>tbody>tr>td:hover, .gsq_a>table>tbody>tr>td:hover {
	background-color:#ECF0F0 !important;
}

.gsc-completion-container {
	position:relative;
	left:-20px;
}

.cse .gsc-control-cse, .gsc-control-cse {
	border: none !important;
}

#gs_id50 {
	background:transparent !important;
	height:auto !important;
	position:relative;
	/*margin-top:10px;*/
	margin:0;
	padding:0;
}

table[class="gsc-search-box"], table[class="gsc-search-box"] tr, #gs_id50 {
	background-color:transparent;
	border:none;
}

.gsc-control-cse {
	padding:0px !important;
	border-width:0px !important;
}

form.gsc-search-box,table.gsc-search-box {
	margin-bottom:0px !important;
}

.gsc-search-box .gsc-input {
	/*padding:0px 4px 0px 6px !important;*/
	padding:0 !important;
	
}

#gsc-iw-id1 {
	border-width: 0px !important;
	height: auto !important;
	box-shadow:none !important;
}

#gs_tti50 {
	padding:0px !important;
}

.gsc-search-button {
		display:none;
}

button.gsc-search-button {
	display:block;
	width:13px !important;
	height:13px !important;
	border-width:0px !important;
	margin:0px !important;
	padding: 10px 6px 10px 13px !important;
	outline:none;
	cursor:pointer;
	box-shadow:none !important;
	box-sizing: content-box !important;
}

.gsc-branding {
	display:none !important;
}

.gsc-control-cse,#gsc-iw-id1 {
	background-color:transparent !important;
}

button.gsc-search-button {
	border-left: 1px solid #0173af !important;
	background-color:transparent !important;
}

.gsc-control-cse.gsc-control-cse-en {
	margin:0 !important;
	padding:0 !important;
}

#search-container-lg {                
	display: none;
	position: absolute;
	z-index: 9999;
	top: 55px;
	right: -3px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	border: 1px solid #47484d;
	border-bottom:3px solid #0078CC;
	width: 370px;
	padding:.5rem 1rem; 
	overflow: visible;
}
#search-container-lg.active {
	display: block;
}
#search-container-lg:before {
	bottom: 100%;
	left: 31.25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(71, 72, 77, 0);
	border-bottom-color: #47484d;
	border-width: 11px;
	margin-left: -70px;
}
#search-container-lg:after {
	bottom: 100%;
	left: 31.25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -69px;
}
.search-container input[type="search"] {
	height: 49px;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	font-size: 20px;
}
.search-container input[type="search"]:focus {
	background: #fff;
}
#search-container-sm {
	width: 100%;
	position: absolute;
	z-index: 9;
	right: 0;
	box-shadow: 0 2px 10px rgba(0,0,0,.7);
	background: #fff;
	padding: 30px 1rem 0 1rem;
	border:none;
	border-bottom: 2px solid #0078CC;
	transform: translate(0px, -120%);
    transition: all .4s ease;
	top:0;
}

#search-container-sm.active {
	transform: translate(0, 52px);
	transition: all .4s ease;
}

.input-search {
	left: -1.25rem;
	position: relative;
}

#search-box tbody {
	border: none;
}

.gsib_b {
	top: 0;
}

.gssb_a {
	padding: 0 3px !important;
}

@media only screen and (max-width: 63.9375em) {
	#search-box {
		height:68px;
		top:-15px
	}
	
	#gsc-i-id1 { 
		top:4px;
		padding-top:9px !important;
	}
	
	
	/*completion container  */
	table.gstl_50.gssb_c {
		margin-top: 76px !important;
		margin-left: 1px;
		width: 100% !important;
		z-index:9;
	}	

	/*completion container cells */
	td.gssb_a {
		padding-left: 0;
	}
	
}