.gsc-control-wrapper-cse b {
	font-weight: 400;
}
.gsc-adBlock {
	display: none;
}
.gsc-control-cse,
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult,
.gsc-webResult.gsc-result:hover {
	border-color: #fff;
	background-color: #fff;
}
.gsc-search-button-v2 {
	background-color: rgb(0,40,79);
	border: none;
	background-image: none;
	filter: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
}
.gsc-search-button-v2:hover, .gsc-search-button-v2:focus, .gsc-search-button-v2:active {
	background-color: rgb(20,75,134) !important;
	box-shadow: none !important;
}
.gsc-input,
.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 100;
}
.gsib_a {
	padding: 0;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	color: #212529;
	/*border: 1px solid #ced4da;*/
	border: none;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
input.gsc-input {
	padding: .375rem .75rem !important;
	border: 1px solid #ced4da !important;
}
input.gsc-input:active {
	border: 1px solid #212529 !important;
}
.gsst_a .gscb_a {
	color: #ccc;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gsst_a:hover .gscb_a, .gsst_a:focus .gscb_a {
	color: #888;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-size: 1.5rem;
	line-height: 1.81rem;
}
.gsc-webResult.gsc-result {
	padding: 0;
	border: none;
	margin: 1.5rem 0 2.5rem;
}
.gsc-above-wrapper-area {
	border-bottom: none;
	padding: 0;
}
.gs-title,
.gsc-url-top {
	margin-bottom: 0.5rem;
}
.gs-webResult div.gs-visibleUrl {
	color: #425058;
}
.gs-webResult .gs-snippet, .gs-fileFormatType {
	color: #212529;
}
.gs-webResult.gs-result a.gs-title b, .gs-imageResult a.gs-title b {
	color: rgb(0,40,79) !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover b {
	color: #fff !important;
}
.gs-web-image-box, .gs-promotion-image-box {
	margin-right: 1rem;
}
.gcsc-more-maybe-branding-root a .gcsc-find-more-on-google {
	color: rgb(0,40,79) !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gcsc-more-maybe-branding-root a:hover .gcsc-find-more-on-google {
	color: #fff !important;
}
.gcsc-more-maybe-branding-root a .gcsc-find-more-on-google .gcsc-find-more-on-google-magnifier {
	fill: rgb(0,40,79);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gcsc-more-maybe-branding-root a:hover .gcsc-find-more-on-google .gcsc-find-more-on-google-magnifier {
	fill: rgb(255,255,255);
}
.gsc-results .gsc-cursor-box {
	margin: 4rem 0 2.5rem 0;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border: 1px solid #ccc;
	color: rgb(0,40,79);
	text-decoration: none;
	cursor: pointer;
	margin: 0 0 0 -1px;
	padding: .5rem .75rem;
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	color: #fff;
	background-color: rgb(20,75,134);
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	font-weight: normal;
	color: #fff;
	background-color: rgb(0,40,79);
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:last-child {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.gsc-cursor-box.gs-bidi-start-align {
	text-align: center;
}
.gsc-above-wrapper-area-container {
	margin-bottom: 1rem;
}
.gsc-above-wrapper-area {
	padding-bottom: 1rem;
	border-bottom: 1px solid #dee2e6;
}
.gcsc-branding {
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gcsc-branding:hover {
	opacity: 1;
}