/* line 50, ../scss/stockistLocator.scss */
div.modal-overlay {
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

/* line 60, ../scss/stockistLocator.scss */
.mapContainer {
  height: 320px;
  width: 320px;
  margin-top: -160px;
  margin-left: -160px;
  text-align: center;
  position: fixed;
  top: 40%;
  left: 50%;
}

/* line 71, ../scss/stockistLocator.scss */
#map-canvas {
  height: 320px;
  width: 320px;
  margin: 0;
  padding: 0;
}

/* line 78, ../scss/stockistLocator.scss */
.angucomplete-dropdown {
  overflow-y: auto;
  max-height: 250px;
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  margin-top: -6px;
  background-color: #ffffff;
}

/* line 97, ../scss/stockistLocator.scss */
.angucomplete-title {
  text-align: left;
}

/* line 101, ../scss/stockistLocator.scss */
.angucomplete-holder input[type="text"] {
  margin-bottom: 0;
}

/* line 105, ../scss/stockistLocator.scss */
.searchResultsSummary {
  margin-bottom: 15px;
}

/* line 109, ../scss/stockistLocator.scss */
.googleMapsContainer {
  margin-top: 15px;
}

/* line 113, ../scss/stockistLocator.scss */
.closeMap {
  cursor: pointer;
  font-size: 1.4rem;
}

/* line 118, ../scss/stockistLocator.scss */
.closeMap:hover {
  text-decoration: underline;
}

/* UI BUTTON CUSTOMISATIONS */
/* line 123, ../scss/stockistLocator.scss */
.ui-button.ui-button-full-width {
  width: 100%;
}

/* line 127, ../scss/stockistLocator.scss */
.ui-button.invalid-postcode {
  border: solid 2px red !important;
  background-color: rgba(255, 0, 0, 0.4) !important;
}

/* line 134, ../scss/stockistLocator.scss */
#stockist-search form .row .stockist .row {
  margin: 0;
}
/* line 137, ../scss/stockistLocator.scss */
#stockist-search form .row .stockist .row .columns.stockistNameLogo {
  padding: 0.5rem;
  padding-bottom: 200px;
  margin-bottom: -200px;
}
/* line 144, ../scss/stockistLocator.scss */
#stockist-search form .row .stockist .row .columns.stockistDetails {
  padding: 0;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  background: #f4f4f4;
  padding-bottom: 200px;
  margin-bottom: -200px;
}
/* line 156, ../scss/stockistLocator.scss */
#stockist-search .row.moreDetails {
  padding: 0.75rem;
  padding-top: 0;
  background-color: #f4f4f4;
}
/* line 162, ../scss/stockistLocator.scss */
#stockist-search .row.locationDetails {
  padding: 0.75rem;
}

/* line 167, ../scss/stockistLocator.scss */
div.stockist {
  width: 100%;
  margin-bottom: 15px;
  border: solid 2px #ffc20e;
  padding: 0;
  border-radius: 8px;
}
/* line 174, ../scss/stockistLocator.scss */
div.stockist .stockist-row {
  overflow: hidden;
}
/* line 178, ../scss/stockistLocator.scss */
div.stockist a {
  text-decoration: underline;
  color: #666;
}
/* line 182, ../scss/stockistLocator.scss */
div.stockist a:hover {
  color: #d42e12;
}
/* line 187, ../scss/stockistLocator.scss */
div.stockist div.companyName {
  font-size: .8rem;
}
/* line 191, ../scss/stockistLocator.scss */
div.stockist .distance {
  cursor: pointer;
}
/* line 195, ../scss/stockistLocator.scss */
div.stockist .distance div {
  position: relative;
  height: 30px;
}
/* line 200, ../scss/stockistLocator.scss */
div.stockist .distance span {
  text-decoration: underline;
}
/* line 204, ../scss/stockistLocator.scss */
div.stockist span.not-available {
  width: 44.5px;
  height: 42px;
  display: inline-block;
}
/* line 210, ../scss/stockistLocator.scss */
div.stockist .smallStockistImage {
  height: 50px;
}
/* line 214, ../scss/stockistLocator.scss */
div.stockist .smallStockistImage img {
  max-height: 60px;
  padding-bottom: 5px;
}
/* line 220, ../scss/stockistLocator.scss */
div.stockist div.openingHours span.hoursTitle {
  font-size: 0.6rem;
  width: 35px;
  display: inline-block;
  text-align: right;
}
/* line 227, ../scss/stockistLocator.scss */
div.stockist .hoursTitle:first-child {
  margin-top: 15px;
}
/* line 231, ../scss/stockistLocator.scss */
div.stockist div.openingHours span.hoursTitle.long {
  width: 56px;
}
/* line 235, ../scss/stockistLocator.scss */
div.stockist div.openingHours span.hoursDetail {
  font-size: 0.6rem;
  color: rgba(0, 0, 0, 0.8);
}
/* line 240, ../scss/stockistLocator.scss */
div.stockist .contactWrapper:first-child {
  margin-top: 10px;
}
/* line 244, ../scss/stockistLocator.scss */
div.stockist .contactWrapper {
  position: relative;
  font-size: 0.6rem;
  height: 29px;
}
/* line 250, ../scss/stockistLocator.scss */
div.stockist .furtherDetails {
  font-size: 0.6rem;
  margin-top: 7px;
  margin-bottom: 15px;
}
/* line 256, ../scss/stockistLocator.scss */
div.stockist .furtherDetailsWrapper {
  position: relative;
  height: 36px;
  line-height: 1rem;
}
/* line 261, ../scss/stockistLocator.scss */
div.stockist .furtherDetailsWrapper.approvedDistributorWrapper {
  height: auto;
  margin-top: 5px;
}
/* line 267, ../scss/stockistLocator.scss */
div.stockist div.not-available {
  display: none;
}
/* line 271, ../scss/stockistLocator.scss */
div.stockist .stockistAddress span {
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  text-decoration: none;
  border-bottom: solid 1px #aa250e;
  color: #aa250e;
}
/* line 279, ../scss/stockistLocator.scss */
div.stockist .stockistAddress span:hover {
  color: #d42e12;
  border-bottom: solid 1px #d42e12;
}
/* line 285, ../scss/stockistLocator.scss */
div.stockist .stockistAddress span:hover {
  cursor: pointer;
}
/* line 289, ../scss/stockistLocator.scss */
div.stockist .detailsExpander {
  background-color: #616362;
  text-align: center;
  margin-top: 5px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0.25rem;
}
/* line 297, ../scss/stockistLocator.scss */
div.stockist .detailsExpander span {
  letter-spacing: 0.05rem;
  color: #ffee80;
  cursor: pointer;
}

/* line 305, ../scss/stockistLocator.scss */
div.featured-stockist {
  border: solid 3px #1c2f6a;
}


#stockist-search .featured-stockist .row.locationDetails, #stockist-search .featured-stockist .row.moreDetails, #stockist-search .featured-stockist .row.stockist-of {
    background: rgba(119,136,184,.2);
}

/* line 309, ../scss/stockistLocator.scss */
.vertical-align {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 313, ../scss/stockistLocator.scss */
.icon-offset {
  left: 47px;
}

/* line 317, ../scss/stockistLocator.scss */
.icon-offset-small {
  left: 30.2px;
}

/* line 321, ../scss/stockistLocator.scss */
.icon-offset-tiny {
  left: 22.64px;
}

/* line 327, ../scss/stockistLocator.scss */
#stockist-search .icons {
  width: 42px;
  height: 44.5px;
  background-image: url("/Bradford/Images/icons-square.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}
/* line 335, ../scss/stockistLocator.scss */
#stockist-search .icons.telephone-black {
  background-position: -420px -89px;
}
/* line 338, ../scss/stockistLocator.scss */
#stockist-search .icons.telephone-black.small {
  width: 24.696px;
  height: 26.7px;
  background-size: 529.2px, 106.8px;
  background-position: -252px -54px;
}
/* line 342, ../scss/stockistLocator.scss */
#stockist-search .icons.telephone-black.tiny {
  width: 17.2872px;
  height: 18.69px;
  background-size: 370.44px, 74.76px;
  background-position: -175px -17px;
}
/* line 347, ../scss/stockistLocator.scss */
#stockist-search .icons.fax-black {
  background-position: -672px -89px;
}
/* line 350, ../scss/stockistLocator.scss */
#stockist-search .icons.fax-black.small {
  width: 24.696px;
  height: 26.7px;
  background-size: 529.2px, 106.8px;
  background-position: -404px -54px;
}
/* line 354, ../scss/stockistLocator.scss */
#stockist-search .icons.fax-black.tiny {
  width: 17.2872px;
  height: 18.69px;
  background-size: 370.44px, 74.76px;
  background-position: -283px -19px;
}
/* line 359, ../scss/stockistLocator.scss */
#stockist-search .icons.www-black {
  background-position: -378px -89px;
}
/* line 362, ../scss/stockistLocator.scss */
#stockist-search .icons.www-black.small {
  width: 24.696px;
  height: 26.7px;
  background-size: 529.2px, 106.8px;
  background-position: -227px -54px;
}
/* line 366, ../scss/stockistLocator.scss */
#stockist-search .icons.www-black.tiny {
  width: 17.2872px;
  height: 18.69px;
  background-size: 370.44px, 74.76px;
  background-position: -156px -17px;
}
/* line 371, ../scss/stockistLocator.scss */
#stockist-search .icons.email-black {
  background-position: -336px -89px;
}
/* line 374, ../scss/stockistLocator.scss */
#stockist-search .icons.email-black.small {
  width: 24.696px;
  height: 26.7px;
  background-size: 529.2px, 106.8px;
  background-position: -202px -54px;
}
/* line 378, ../scss/stockistLocator.scss */
#stockist-search .icons.email-black.tiny {
  width: 17.2872px;
  height: 18.69px;
  background-size: 370.44px, 74.76px;
  background-position: -137px -17px;
}
/* line 383, ../scss/stockistLocator.scss */
#stockist-search .icons.tick-black {
  background-position: -546px -89px;
}
/* line 386, ../scss/stockistLocator.scss */
#stockist-search .icons.tick-black.small {
  width: 24.696px;
  height: 26.7px;
  background-size: 529.2px, 106.8px;
  background-position: -328px -54px;
}
/* line 390, ../scss/stockistLocator.scss */
#stockist-search .icons.tick-black.tiny {
  width: 17.2872px;
  height: 18.69px;
  background-size: 370.44px, 74.76px;
  background-position: -227px -17px;
}
/* line 395, ../scss/stockistLocator.scss */
#stockist-search .icons.map-black {
  background-position: -42px -89px;
}
/* line 398, ../scss/stockistLocator.scss */
#stockist-search .icons.map-black.small {
  width: 24.696px;
  height: 26.7px;
  background-size: 529.2px, 106.8px;
  background-position: -26px -54px;
}
/* line 402, ../scss/stockistLocator.scss */
#stockist-search .icons.map-black.tiny {
  width: 14px;
  height: 18.69px;
  background-size: 370.44px, 74.76px;
  background-position: -18px -17px;
  height: 18px;
}

@media only screen and (min-width: 64.063em) {
  /* line 415, ../scss/stockistLocator.scss */
  .angucomplete-dropdown {
    width: 447px;
  }

  /* line 419, ../scss/stockistLocator.scss */
  .mapContainer {
    height: 600px;
    width: 600px;
    margin-top: -300px;
    margin-left: -300px;
    text-align: right;
    top: 50%;
  }

  /* line 428, ../scss/stockistLocator.scss */
  #map-canvas {
    height: 600px;
    width: 600px;
    margin: 0;
    padding: 0;
  }

  /* line 435, ../scss/stockistLocator.scss */
  .googleMapsContainer {
    margin-top: 5px;
  }

  /* line 445, ../scss/stockistLocator.scss */
  #stockist-search form .row .stockist .row .columns.stockistNameLogo {
    width: 30%;
  }
  /* line 449, ../scss/stockistLocator.scss */
  #stockist-search form .row .stockist .row .columns.stockistDetails {
    width: 70%;
  }
  /* line 454, ../scss/stockistLocator.scss */
  #stockist-search .row.moreDetails {
    border-bottom-right-radius: 8px;
  }
  /* line 458, ../scss/stockistLocator.scss */
  #stockist-search .row.locationDetails {
    background-color: #f4f4f4;
    border-top-right-radius: 8px;
    padding-bottom: 0;
  }

  /* line 465, ../scss/stockistLocator.scss */
  opening-hours {
    position: relative;
    left: 21px;
  }

  /* line 471, ../scss/stockistLocator.scss */
  div.stockist div.companyName {
    font-size: 1.05rem;
    letter-spacing: 0.02rem;
    margin-bottom: 1.2rem;
  }
  /* line 477, ../scss/stockistLocator.scss */
  div.stockist span.distance {
    font-size: 0.5rem;
  }
  /* line 481, ../scss/stockistLocator.scss */
  div.stockist .contactWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 486, ../scss/stockistLocator.scss */
  div.stockist .stockistAddress span {
    font-size: .8rem;
  }
  /* line 490, ../scss/stockistLocator.scss */
  div.stockist .detailsExpander {
    display: none;
  }
  /* line 503, ../scss/stockistLocator.scss */
  div.stockist .furtherDetailsWrapper:last-child {
    margin-bottom: 0;
  }
  /* line 507, ../scss/stockistLocator.scss */
  div.stockist .smallStockistImage {
    height: auto;
  }
  /* line 511, ../scss/stockistLocator.scss */
  div.stockist .largeStockistImage {
    max-width: 180px;
  }
  /* line 514, ../scss/stockistLocator.scss */
  div.stockist .largeStockistImage img {
    max-height: 150px;
    padding-bottom: 15px;
  }
  /* line 520, ../scss/stockistLocator.scss */
  div.stockist div.openingHours span.hoursTitle.long {
    margin-left: -21px;
  }
}
/* line 526, ../scss/stockistLocator.scss */
.row.question .ui-buttonset {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 64.063em) {
  /* line 531, ../scss/stockistLocator.scss */
  .row.question {
    margin-bottom: 1rem;
  }
}
@media only print {
  /* line 537, ../scss/stockistLocator.scss */
  div.stockist .smallStockistImage,
  div.stockist .smallStockistImage img {
    height: 50px;
  }
}
div.stockist div.shop-online {
    border: 2px solid #1c2f6a;
    border-radius: 5px;
    background-color: white;
    width: 150px;
    height: 40px;
    margin-top: 10px;
}

#stockist-search .icons.shop-online {
    background-image: url("/Bradford/Images/icon_delivery_med.png");
    width: 50px;
    height: 25px;
    margin-left: 5px;
}

div.stockist div.shop-online a.shop-online {
    left: 60px;
    color: #1c2f6a;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.7rem;
}

div.stockist div.shop-online:hover {
    background-color: #f79520;
}

#stockist-search form .row .stockist .row.stockist-of div.text-center {text-align: left !important;font-size: 0.6rem;margin-bottom: 0.5rem;}

#stockist-search form .row .stockist .row.stockist-of div.text-center span {
    margin-left: 5px;
}