/**
 * The Google Site Search Results CSS
 *
 */
/* Slight reset to make the preview have ample padding. */
.all-stories > h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0px;
    color: #333;
}
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0;
  width: 90%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  padding: 0px;
}
.gsc-above-wrapper-area {

}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result {
padding: .25em;
border-color: white;
margin-bottom: 1em;
}
/* Result hover event styling */

/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion,
.gs-promotion {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}

.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-top-color: #FF9900;
    border-left-color: #E9E9E9;
    border-right-color: #E9E9E9;
    background-color: #FFFFFF;
  }
  .gsc-tabsArea {
    border-color: #E9E9E9;
  }
  .gsc-webResult.gsc-result {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link {
    color: #003F85;
  }
.gs-webResult.gs-result a.gs-title:visited {
    color: rgb(0, 33, 70);
}
  .gs-webResult.gs-result a.gs-title b {
    color: inherit;


    background-color: rgb(252, 252, 185);
}
    .gs-webResult.gs-result a.gs-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #003f85;
    font-family: 'PT Serif', Georgia, Serif;
    display: block;
}
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
    color: #008BE8;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
    color: #003F85;
  }
  .gsc-cursor-page {
    color: #003F85;
  }
  a.gsc-trailing-more-results:link {
    color: #003F85;
  }
  .gs-webResult .gs-snippet {
  color: #333!important;
  font-size: 14px!important;
  line-height: 20px!important;
}
.gs-webResult .gs-snippet b {
    background: rgb(252, 252, 185);
}
  .gs-webResult div.gs-visibleUrl {
    color: #1e598e;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #1e598e;
  }
  .gs-webResult div.gs-visibleUrl-short {
    display: block;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: none;
  }
  .gsc-cursor-box {
  border-color: white;
  margin-top: 30px;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
  //background: url(images/blue-bg.png) repeat;
  border: 1px solid #C8D5E0;
  color: #1E598E!important;
  padding: 6px;
  text-decoration: none!important;
  margin: 3px;
  border-radius: 2px;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
  .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background: white;
  font-weight: bold!important;
  color: black!important;
  }
  .gs-promotion {
    border-color: #336699;
    background-color: #FFFFFF;
  }
  .gs-promotion a.gs-title:link,
  .gs-promotion a.gs-title:link *,
  .gs-promotion .gs-snippet a:link {
    color: #003F85;
  }
  .gs-promotion a.gs-title:visited,
  .gs-promotion a.gs-title:visited *,
  .gs-promotion .gs-snippet a:visited {
    color: #1E598E;
  }
  .gs-promotion a.gs-title:hover,
  .gs-promotion a.gs-title:hover *,
  .gs-promotion .gs-snippet a:hover {
    color: #1E598E;
  }
  .gs-promotion a.gs-title:active,
  .gs-promotion a.gs-title:active *,
  .gs-promotion .gs-snippet a:active {
    color: #003f85;
  }
  .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: #1e598e;
  }

  .gs-result .gs-title, .gs-result .gs-title * {
  text-decoration: none!important;
  font-size: 20px!important;
  line-height: 28px;
  height: 30px!important;
  margin-top: 5px!important;
}
.gsc-webResult.gsc-result {
  margin: 0;
  padding: .5em 0;
  border-bottom: 1px dotted #bbb !important;
  padding-bottom: 10px!important;
  margin-bottom: 10px!important;
}

td.gcsc-branding-img-noclear {
width: auto;
display: none;
}

td.gcsc-branding-text {
  white-space: nowrap;
  width: 100%;
  display: none;
}
div.gs-title, div.gs-title a, div.gs-title b {
  font-size: 20px !important;
  }

  .gsc-results {
  padding-bottom: 2px;
}
.will-be-hidden {
  text-align: center;
}
.gsc-results .gsc-cursor-box {
margin-bottom: 10px;
text-align: center;
}
.gsc-results .gsc-cursor {
margin: 0 auto;
}
div#cse .gsc-control-cse {
    padding: 0px;
}
.gs-webResult .gs-title {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
#cse td.gsc-table-cell-thumbnail.gsc-thumbnail {
    padding-right: 12px;
}
