/* @less partials */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
.eager-share-app-target {
  z-index: 9999!important;
}
.search-bar {
  margin-top: 18px;
  float: right;
  width: 155px;
  border: none;
  border: 1px solid #d7d7d7;
  margin-left: 1rem;
}
.search-bar input {
  float: left;
  background: rgba(255, 255, 255, 0);
  border: none!important;
  outline: none!important;
  width: 82%;
  font-size: 1em!important;
  height: 24px;
  padding-left: 6px;
  padding-top: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.1s linear;
  box-shadow: inset 0px 0px 0px 0px white;
  padding-bottom: 0;
}
.search-bar input.action {
  background: rgba(255, 255, 255, 0.2);
  color: transparent;
  width: 18%;
  padding-top: 5px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.search-bar input.action:hover {
  background-color: #f3f3f3;
}
.search-bar input:focus {
  outline: none!important;
  background: #ffffff;
  color: #000000;
}
.search-bar input#SearchForm_getSearchForm_Search::-webkit-input-placeholder {
  color: #575757;
}
.search-bar input#SearchForm_getSearchForm_Search:-moz-placeholder {
  /* Firefox 18- */
  color: #575757;
}
.search-bar input#SearchForm_getSearchForm_Search::-moz-placeholder {
  /* Firefox 19+ */
  color: #575757;
}
.search-bar input#SearchForm_getSearchForm_Search:-ms-input-placeholder {
  color: #575757;
}
.search-bar input#SearchForm_SearchForm_action_results {
  background: url(images/search.png) no-repeat left top;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  color: transparent;
  font-size: 1px!important;
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .search-bar {
    width: 145px;
  }
  .search-bar input {
    width: 80%;
  }
  .search-bar input.action {
    width: 20%;
  }
}
/* @group Search results */
.SearchResultsTitle {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.SearchResultsTitle h1 {
  text-transform: none;
  font-family: 'Deck Reg';
}
.SearchResultsTitle h1 span {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  display: inline-block;
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  .FirstBlock.SearchResultsTitle {
    margin-top: 0px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .FirstBlock.SearchResultsTitle {
    margin-top: 0px!important;
    padding-top: 200px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .FirstBlock.SearchResultsTitle {
    margin-top: 0px!important;
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.SearchResultsWrap {
  background-color: #f3f3f3;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px!important;
}
/* @end */
/* @group Swift Type */
.st-default-search-input {
  margin-left: auto!important;
  margin-right: auto!important;
  margin-top: 1rem!important;
}
/* @end */
