/**
 * @file
 *
 * Custom theming for Gateway search results
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/* line 11, ../sass/search.scss */
.pane-apachesolr-result {
  margin-top: 20px;
}
/* line 14, ../sass/search.scss */
.pane-apachesolr-result .pane-content .first, .pane-apachesolr-result .pane-content .pager-current, .pane-apachesolr-result .pane-content .pager-ellipsis {
  padding: 7px;
}
/* line 17, ../sass/search.scss */
.pane-apachesolr-result .pane-content h2 {
  display: none;
}
/* line 20, ../sass/search.scss */
.pane-apachesolr-result .pane-content ul {
  margin-left: 0;
}
/* line 22, ../sass/search.scss */
.pane-apachesolr-result .pane-content ul li {
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}
/* line 30, ../sass/search.scss */
.pane-apachesolr-result ol.search-results {
  margin-left: 0px;
}
/* line 33, ../sass/search.scss */
.pane-apachesolr-result ol.search-results .field-post-date, .pane-apachesolr-result ol.search-results .field-publication-date, .pane-apachesolr-result ol.search-results .field-date, .pane-apachesolr-result ol.search-results .field-edition-date {
  font-size: 0.785em;
  color: #505050;
}
/* line 39, ../sass/search.scss */
.pane-apachesolr-result ol.search-results .field-title h3, .pane-apachesolr-result ol.search-results .field-title-with-newsletter-type h3 {
  display: block;
  line-height: 1.1em;
  margin-bottom: 0.2em;
}
/* line 46, ../sass/search.scss */
.pane-apachesolr-result ol.search-results .view-mode-search_result {
  margin-bottom: 1.2em;
}

/* line 56, ../sass/search.scss */
.pane-apachesolr-search-sort .item-list ul li img {
  display: none;
}

/* line 65, ../sass/search.scss */
.pane-apachesolr-spellchecker {
  clear: left;
  padding-top: 0.4em;
}
/* line 68, ../sass/search.scss */
.pane-apachesolr-spellchecker .did-you-mean {
  padding-right: 0.3em;
}

/* line 76, ../sass/search.scss */
.gateway-flexible-wrapper .search-results .field-summary, .gateway-flexible-wrapper .search-results .field-body {
  border: none;
  background: none;
  padding: 0.4em 0;
  margin: 0;
  box-shadow: none;
}

/* line 87, ../sass/search.scss */
#seed-search-block-form {
  position: relative;
}
/* line 92, ../sass/search.scss */
#seed-search-block-form .form-submit {
  position: absolute;
  top: 5px;
  right: 3px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none;
  background: #008265 url(../images/svg/gateway-header/search-btn.svgz) center center no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
/* line 100, ../sass/search.scss */
#seed-search-block-form .form-submit:hover {
  background: #005e49 url(../images/svg/gateway-header/search-btn.svgz) center center no-repeat;
}
/* line 104, ../sass/search.scss */
#seed-search-block-form .form-required {
  display: none;
}

/* line 114, ../sass/search.scss */
.global-wrapper #region-header-wrapper {
  width: 50%;
  margin: auto;
}
/* line 117, ../sass/search.scss */
.global-wrapper #region-header-wrapper #seed-search-block-form {
  position: relative;
}
/* line 122, ../sass/search.scss */
.global-wrapper #region-header-wrapper #seed-search-block-form #edit-submit, .global-wrapper #region-header-wrapper #seed-search-block-form #edit-submit--2 {
  position: absolute;
  top: 5px;
  right: 3px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none;
  background: #008265 url(../images/svg/gateway-header/search-btn.svgz) center center no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
/* line 130, ../sass/search.scss */
.global-wrapper #region-header-wrapper #seed-search-block-form #edit-submit:hover, .global-wrapper #region-header-wrapper #seed-search-block-form #edit-submit--2:hover {
  background: #005e49 url(../images/svg/gateway-header/search-btn.svgz) center center no-repeat;
}
/* line 134, ../sass/search.scss */
.global-wrapper #region-header-wrapper #seed-search-block-form .form-required {
  display: none;
}

/* line 148, ../sass/search.scss */
.seed-flexible-content-right .views-exposed-form-wrapper {
  position: relative;
}
/* line 150, ../sass/search.scss */
.seed-flexible-content-right .views-exposed-form-wrapper input[type="text"] {
  padding-right: 50px;
}
/* line 153, ../sass/search.scss */
.seed-flexible-content-right .views-exposed-form-wrapper label {
  display: none;
}
/* line 156, ../sass/search.scss */
.seed-flexible-content-right .views-exposed-form-wrapper .form-submit {
  position: absolute;
  top: 5px;
  right: 3px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none;
  background: #008265 url(../images/svg/gateway-header/search-btn.svgz) center center no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
/* line 164, ../sass/search.scss */
.seed-flexible-content-right .views-exposed-form-wrapper .form-submit:hover {
  background: #005e49 url(../images/svg/gateway-header/search-btn.svgz) center center no-repeat;
}

/* Small screen & tablet devices */
@media all and (max-width: 991px) {
  /* line 177, ../sass/search.scss */
  .pane-apachesolr-form .form-item-apachesolr-panels-search-form {
    float: left;
    width: 80%;
  }
  /* line 181, ../sass/search.scss */
  .pane-apachesolr-form .form-actions {
    position: relative;
    left: -40px;
    padding-top: 11px;
    display: block;
  }
  /* line 186, ../sass/search.scss */
  .pane-apachesolr-form .form-submit {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: none;
    background: #008265 url(../images/svg/gateway-header/search-btn.svgz) center center no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
  /* line 193, ../sass/search.scss */
  .pane-apachesolr-form .form-submit:hover {
    background: #005e49 url(../images/svg/gateway-header/search-btn.svgz) center center no-repeat;
  }
}
/* phones*/
@media all and (max-width: 767px) {
  /* line 203, ../sass/search.scss */
  .global-wrapper #region-header-wrapper {
    width: 100%;
  }
}
