  
table {
	border:none !important;
	margin-bottom:0 !important;
}

.gsc-input-box-hover, .gsc-input-box-focus {border:none !important; box-shadow: none !important;} 

.search-box {
	width: 98%;
	max-width: 442px;
	margin-left: 5px;
}
.search-results {
	width: 100%;
	max-width: 800px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {color:#000 !important; background-color:#fff !important;}


/* mobile, get rid of images */
@media screen and (max-width: 480px) {
	.gsc-table-cell-thumbnail, .gs-promotion-image-cell {display:none;}
}

/* ================================
Search Results - Outer Border
================================ */
.gsc-control-cse {
	border-color: #FFFFFF !important;
	padding-left: 5px !important;
}
/* ================================
Search Input Field
================================ */
input.gsc-input {
	/*height: 30px !important;*/
	width: 100% !important;
	-webkit-appearance: none;
}
input#gsc-i-id1.gsc-input {
	background: none !important;
	text-indent: 0px !important;
}
table.gsc-search-box td.gsc-input {
	padding-right: 0px !important;
}
/* ================================
Search Button 
================================ */
.gsc-clear-button {
	display: none;
}
.gsc-search-button {
	/*font: 700 13px/16px arial, helvetica, sans-serif !important;
	color: #FFF !important;
	background-color: #013C65 !important;
	border: 1px solid #013C65 !important;
	border-radius: 0 !important;
	-webkit-appearance: none;*/
}
input.gsc-search-button:hover {
	background: #013C65 !important;
	cursor: pointer;
	border: 0 none;
}
/* ================================
Results Filters
================================ */
.gsc-tabHeader {
	padding-left: 9px !important;
	padding-right: 8px !important;
	padding-top: 5px;
	margin-right: 2px;
	margin-top: 2px;
	height: 28px !important;
	text-align: center !important;
}
.gsc-tabHeader.gsc-tabhActive {
	font-weight: 600;
	color: #013C65 !important;
	background-color: #FFFFFF;
	border: 1px solid;
	border-top: 1px solid !important;
	border-color: #72849F!important;
	border-top-color: none !important;
	border-bottom-color: #FFFFFF !important;
}
.gsc-tabHeader.gsc-tabhInactive {
	font-weight: 600;
	border-bottom: none;
	color: #FFFFFF !important;
	background-color: #013C65 !important;
	border: 1px solid;
	border-color: #72849F !important;
	border-bottom: none;
	text-align: center !important;
}
.gsc-tabHeader.gsc-tabhInactive:hover {
	font-weight: 600;
	border-bottom: none;
	color: #013C65 !important;
	background-color: #E7EAEF !important;
	border: 1px solid;
	border-color: #72849F !important;
	border-bottom: none;
}
/* ================================
Spelling
================================ */
.gs-spelling a {
	color: #0054A0 !important;
	cursor: pointer;
	font-weight: bold
}
.gs-spelling a:hover {
	color: #013C65 !important;
	cursor: pointer;
	font-weight: bold
}
/* ================================	
Results
================================ */
.gsc-control-cse .gsc-table-result {
	width: 100%;
	font-family: Helvetica,Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}			
.gs-result .gs-title, .gs-result .gs-title * {
	color: #013C65 !important;
}
.gsc-control-cse .gs-result .gs-title a:hover {
	font-weight: bold
	color: #013C65 !important;
}

.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-size: 1.40625rem !important;
	line-height: 25px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #333 !important;
	margin-bottom: 5px;
}
.gsc-webResult.gsc-result {
	padding: 15px 15px 15px 15px !important;
	border-left: 8px solid #fff !important;
	margin: 0 !important;
	border-bottom: 1px solid #ccc !important;
}
.gsc-webResult.gsc-result:hover {
	border-left: 8px solid #013C65 !important;
	border-bottom: 1px solid #ccc !important;
}
.gsc-webResult.gsc-result:hover .gs-title * {
	color: #013C65 !important;
}
.gs-result .gs-visibleUrl {
	color: #0054A0 !important;
	text-decoration: none;
}
.gs-bidi-start-align.gs-snippet {
	line-height: 1.5;
}

/* ================================
Pagination
================================ */
.gsc-results .gsc-cursor-box {
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 20px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border: 1px solid #72849F;
	padding: 5px 10px;
	text-decoration: none !important;
}
/*.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	border: 1px solid #72849F;
	background-color: #E7EAEF;
	padding: 5px;
	color: #013C65 !important;
	text-decoration: none;
}*/
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	cursor: default;
	color: #013C65 !important;
	background-color: #E7EAEF !important;
	font-weight: bold;

}
/* ================================
No Results
================================ */
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
	padding: 5px;
	margin: 5px;
	border: 1px solid #72849F !important;
	background-color: #E7EAEF !important;
	color: #013C65 !important;
	font-weight: bold;
}
/* ================================
Branding
================================ */
.gcsc-branding {
	display: none !important;
}