img.gs-image {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  border: none !important;
  max-height: 100% !important;
}
.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  color: #333 !important;
  font-family: proxima-nova, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.gs-snippet {
  font-family: proxima-nova, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #191919;
}
.gs-web-image-box {
  width: 250px!important;
  margin-right: 1em!important;
}
a.gs-title b {
  color: #2e2e2e !important;
}
.gsc-url-top {
  display: none !important;
}
.gsc-url-bottom {
  display: block !important;
}
.gsc-thumbnail-left {
  display: block!important;
}
.gsc-thumbnail-inside {
  display: none;
}
.gsc-url-bottom {
  font-size: 0.9em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gsc-url-bottom .gs-visibleUrl-long {
  color: #949494 !important;
}
.gsc-webResult.gsc-result {
  border-bottom: 1px solid #e6e6e6 !important;
}
table.gsc-search-box {
  width: 350px!important;
  float: left!important;
  border: none;
  margin-left: 1em;
}
table.gsc-search-box input {
  box-shadow: none!important;
  height: 1.6em;
  line-height: 1.6em;
}
#___gcse_0 {
  margin-bottom: 2em!important;
}
.gsc-result-info {
  display: none!important;
}
.gsc-orderby-container {
  padding: 8px 4px 0;
  text-align: left!important;
}
.gsc-above-wrapper-area {
  border-bottom: 1px solid #cecece !important;
}
div.gs-visibleUrl-short {
  color: #9c9c9c !important;
}
.gsc-search-button-v2 {
  background-color: #002f87 !important;
  border: none!important;
  padding: 9px 27px !important;
  border-radius: unset !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  font-family: proxima-nova, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page .gsc-cursor-current-page {
  font-weight: 800;
}
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}
@media (max-width: 768px) {
  .gs-web-image-box {
    width: 100%!important;
  }
  .gsc-table-cell-snippet-close {
    float: left;
  }
}