/* CSS Document */

form.gsc-search-box {
  margin-top: 15px !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background-color: #0095cc !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  font-family: 'Open Sans', arial !important;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #647d4f !important;
  font-weight: 300 !important;
}
.gsc-tabHeader.gsc-tabhActive {
  border-color: #CBD8A4 !important;
  border-bottom-color: #FFFFFF !important;
}
.gsc-tabHeader.gsc-tabhInactive {
  border-color: #F7F9F1 !important;
  background-color: #F7F9F1 !important;
}
.gsc-tabsArea {
  border-color: #CBD8A4 !important;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
  color: #0095cc !important;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  color: #39a119 !important;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  font-family: 'Open Sans', arial !important;
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
  color: #4d4d4d !important;
}


.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #e3ebce !important;
  background-color: #FFFFFF;
  color: #CBDAA4 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  border-color: #5d7b0e !important;
  background-color: #FFFFFF !important;
  color: #5d7b0e !important;
}

table.gsc-branding, table.gcsc-branding {
  display: none;
  visibility: hidden;
}

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
  border: 1px solid #40CBFF !important;
  background-color: #CFF2FF !important;
  color: grey !important;
}