/* Custom Styles */

.gsc-input input.gsc-input {
  background-image: url('gsearch-magnifying-icon.png') !important;
  background-size: 22px 12px !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  padding-left: 28px !important;
}
.gsc-input .gsc-input-box input.gsc-input {
  margin: 0px !important;
}
.gsc-input-box  {
  border: none !important;
  height: auto !important;
}
input.gsc-input {
  background:#FFF !important;
  border: 1px solid #EEEEEE !important;
  -webkit-border-radius:2px 0 0 2px !important;
  -moz-border-radius:2px 0 0 2px !important;
  -o-border-radius:2px 0 0 2px !important;
  border-radius:2px 0 0 2px !important;
  color: #333 !important;
  width: 100% !important;
  height: 45px !important;
  padding: 10px !important;
  font-size: 1rem !important;
}

@media (max-width:768px) {
	input.gsc-input { -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
}

table.gsc-above-wrapper-area-container {
  margin-top: -23px;
}
table.gsc-search-box, .cse form.gsc-search-box, form.gsc-search-box {
  margin-bottom: 0 !important;
}
table.gsc-search-box {
  margin-top: -2px;
}
.gsc-tabHeader.gsc-tabhInactive {
  border-color: #777777;
  background-color: #777777;
}
.gsc-above-wrapper-area { border-bottom: 0; }
.gsc-tabHeader.gsc-tabhActive {
  border-color: #333333;
  background-color: #333333;
}
.gsc-tabsArea {
  border-color: #333333;
}
.gsc-result-info, #cse-search-form {
  padding-left: 0;
  color: #777; }
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.gsc-webResult.gsc-result:hover,
.gsc-imageResult:hover {
  border-color: #16AAD5;
  background-color: #FFFFFF;
}
.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 {
  color: #1498BE;
}
.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: #1498BE;
}
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
  color: #1498BE;
}
.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
  color: #1498BE;
}
.gsc-cursor-page {
  color: #1498BE;
}
a.gsc-trailing-more-results:link {
  color: #1498BE;
}
.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet {
  color: #333333;
}
.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
  color: #000000;
}
.gs-webResult div.gs-visibleUrl-short {
  color: #000000;
}
.gs-webResult div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}
.gsc-cursor-box {
  border-color: #FFFFFF;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #777777;
  background-color: #FFFFFF;
  color: #16AAD5;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #333333;
  background-color: #333333;
  color: #16AAD5;
}
.gs-promotion {
  border-color: #CCCCCC;
  background-color: #E6E6E6;
}
.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
  color: #444444;
}
.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
  color: #00CC00;
}
.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right *  {
  color: #333333;
}
.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
  color: #00CC00;
}
div.gsc-clear-button { display: none; }
.gsc-resultsbox-visible {
  background-color: white;
  border: 1px solid #ccc;
  margin-bottom: 0;
  padding: 5px;
  margin-bottom: 25px; }
td.gsc-clear-button { width: 0; }


/* New Styles */
.gsc-control-cse { 
  border-color:none; 
  background-color:transparent; 
  border:none; 
  padding:0; 
  font-family:"proxima-nova-1","proxima-nova-2","Helvetica Neue",Helvetica,Arial,sans-serif !important; 
 }
form.gsc-search-box {
  /* padding:2px 0 0; */
  padding: 2px 0 40px !important;
}
.content_pages_show_suggestion_box form.gsc-search-box {
  padding: 0px !important;
}
@media screen and (min-width:992px) {
  .content_pages_show_suggestion_box form.gsc-search-box input.gsc-input {
    margin-top: 21px !important;
  }
}

/* td.gsc-input {
  padding:2px 0 40px !important;
} */
table.gsc-search-box > td {
  padding:0 0 40px;
}
.gssb_a {
  padding:10px;
}
.gsib_b {
  display: none !important
}
table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}
.gsc-input .gsc-input-box input.gsc-input {
  text-indent: 0 !important;
}
.gsc-completion-selected {
  background-color:#60bad4;
}
.gsc-completion-selected span {
  color:#FFF;
}
.gsc-completion-container tr {
  border-bottom:1px solid #EEE;
}
.gsc-clear-button {
  display:none;
}
.gsc-resultsbox-visible {
  border:none !important;
  padding:0 !important;
}
.gsc-webResult.gsc-result {
  padding:0 !important;
}
.gsc-control-cse .gsc-table-result {
  font-family:"proxima-nova-1","proxima-nova-2","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.gs-result .gs-title, .gs-result .gs-title * {
  text-decoration:none !important;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size:1rem !important;
}
.cse .gs-result .gs-snippet, .gs-result .gs-snippet, .cse .gs-spelling-original, .gs-spelling-original {
  font-size:1rem !important;
}
.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
  border-color:transparent !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color:transparent !important;
  background-color:#EEE !important;
  color:#777 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration:none !important;
}
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  text-shadow:none !important; font-weight:normal !important;
}
.gsib_a {
  padding: 0 !important;
}

/* Stuff Google broke */
.gsc-search-button-v2 {
  margin-top: 0;
}
.gsc-search-button-v2 > svg {
  display: none;
}
.gsc-search-button-v2::after {
  content: 'Search';
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding: 0 !important;
}
.gsc-webResult.gsc-result {
  border: none !important;
  margin-bottom: 1.5em;
}
.gsc-result .gs-title {
  height: auto !important;
}
.gsc-input-box-focus,
.gsc-input-box-hover {
  box-shadow: none !important;
  border: none !important;
}
.gsc-cursor-page:hover {
  background-color: #eee !important;;
}
.gsc-cursor-page {
  font-size: 1rem;
  padding: 0.35rem 0 !important;
  height: 33px !important;
  width: 33px !important;
  line-height: 1.42858;
  border-radius: 50%;
  display: inline-block !important;
  text-align: center;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #1498be !important;
  color: white !important;
}

#directory-search ~ .tag-name-select li,
#directory-search form.gsc-search-box,
.sl-partners input.gsc-input {
  margin-top: 0px !important;
}

.gsc-orderby-label {
  font-size: 13px;
}
.gsc-option-menu-container {
  white-space: nowrap;
}
