/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Background colours */
.sectionBG-White {
  background-color: #ffffff; }

.sectionBG-Black {
  background-color: #111; }

.sectionBG-Light-Grey {
  background-color: #f7f7f7; }

.sectionBG-Sky-Blue {
  background-color: #89d6f2; }

.sectionBG-Neon-Pink {
  background-color: #ee0049; }

.sectionBG-Bright-Purple {
  background-color: #bd1a8d; }

.sectionBG-Dark-Purple {
  background-color: #6d216d; }

.sectionBG-Orange {
  background-color: #f6a030; }

.sectionBG-Green {
  background-color: #b5d562; }

.sectionBG-Pink {
  background-color: #daaec8; }

.sectionBG-Brown {
  background-color: #c88c5e; }

.sectionBG-Turquoise {
  background-color: #3cc8b4; }

/* @end */
#searchModal {
  box-shadow: 0 0 8px transparent !important;
  background-color: transparent !important; }
  #searchModal input {
    background-color: white !important;
    border: 0px !important;
    width: 100%;
    float: left;
    font-size: 1.7em;
    padding: 1.3rem 1.2rem 1rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  #searchModal .action {
    width: 20%;
    float: right;
    background-color: #eb1101 !important;
    color: white;
    padding-top: .7rem;
    display: none; }
  #searchModal .iziModalClose {
    color: white !important;
    position: absolute;
    top: -15px;
    right: 15px;
    background-color: transparent;
    border: none; }

.search-bar {
  margin-top: 5px;
  width: 180px !important;
  border: none;
  margin-left: 0rem; }
  .search-bar input {
    float: left;
    border: none !important;
    outline: none !important;
    width: 85%;
    height: 30px;
    font-size: 0.8em !important;
    color: white !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px white;
    background-color: #121212 !important; }
  .search-bar input.action {
    background: rgba(255, 255, 255, 0.2);
    color: transparent;
    width: 15%;
    height: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
  .search-bar input.action:hover {
    background-color: #f7f7f7; }
  .search-bar input:focus {
    outline: none;
    background: white;
    color: #000000; }
  .search-bar input#SearchForm_getSearchForm_Search::-webkit-input-placeholder {
    color: #2a2a2a; }
  .search-bar input#SearchForm_getSearchForm_Search:-moz-placeholder {
    /* Firefox 18- */
    color: #2a2a2a; }
  .search-bar input#SearchForm_getSearchForm_Search::-moz-placeholder {
    /* Firefox 19+ */
    color: #2a2a2a; }
  .search-bar input#SearchForm_getSearchForm_Search:-ms-input-placeholder {
    color: #2a2a2a; }
  .search-bar input#SearchForm_SearchForm_action_results {
    background: url(images/search.png) right 5px no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-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: 105px; }
    .search-bar input {
      width: 80%; }
    .search-bar input.action {
      width: 20%; } }

/* @group Search results */
.SearchResultsPage .searchresultswrap {
  margin-top: 3rem; }
  .SearchResultsPage .searchresultswrap .match {
    margin-bottom: 3rem; }

.searchresults h1 {
  margin-bottom: 2rem !important;
  text-align: center; }
  .searchresults h1 span {
    opacity: 0.4;
    filter: alpha(opacity=40); }

.searchresults .SearchResultsItem {
  position: relative; }
  .searchresults .SearchResultsItem p {
    position: absolute;
    z-index: 999;
    background: fade(#000000, 70%);
    bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    color: white;
    padding: 0 1rem;
    min-height: 75px;
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */ }
    .searchresults .SearchResultsItem p a {
      color: white; }

/* @end */
