<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* fonts */
/* colours */
html {
  font-size: 16px; /* base for REMs */
}
html body {
  margin: 0;
  padding: 0;
  background-color: #F4F4F5;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

.single-col-layout {
  display: none;
}

.wide-layout {
  display: block;
}

#header {
  position: relative;
  width: 100%;
  height: 240px;
  background: url("../images/header_bg.jpg") no-repeat center;
  background-size: cover;
}
#header #header-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#header #header-inner h1 {
  font-weight: 300;
  font-size: 5.25rem;
  line-height: 5.25rem;
  color: white;
  text-align: center;
  width: 100%;
  margin: 0 0 1rem;
}
#header #header-inner h1 span {
  font-weight: 700;
}
#header #header-inner h2 {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #489690;
  text-align: center;
  width: 100%;
  margin: 0;
}

#standfirst {
  margin: 3.3rem 0 1.3rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
}

#content-wrap {
  background: white;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
  width: 1243px;
  padding: 3px;
  display: flex;
}
#content-wrap #filter-panel {
  background: #F4F4F5;
  position: relative;
  width: 194px;
  padding: 23px;
  text-align: left;
}
#content-wrap #filter-panel .filter-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin: 0 0 0.9375rem;
}
#content-wrap #filter-panel .filter-grp {
  margin: 0 0 2.25rem;
}
#content-wrap #filter-panel .filter-grp .filter-grp-title {
  color: #489690;
  margin: 0 0 0.625rem;
}
#content-wrap #filter-panel .filter-grp .filter {
  user-select: none;
  font-size: 0.875rem;
}
#content-wrap #filter-panel .filter-grp .filter.product-filter {
  cursor: pointer;
  margin: 0 0 0.5rem;
}
#content-wrap #filter-panel .filter-grp .filter.product-filter::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 10rem;
  border: 1px solid #24353E;
  background: white;
  margin: 0 0.625rem 0 0;
}
#content-wrap #filter-panel .filter-grp .filter.product-filter.selected {
  font-weight: 600;
}
#content-wrap #filter-panel .filter-grp .filter.product-filter.selected::before {
  background: #489690;
}
#content-wrap #filter-panel .filter-grp .filter.product-filter:hover {
  color: #489690;
}
#content-wrap #filter-panel .filter-grp .clear-btn {
  display: block;
  width: 100%;
  cursor: pointer;
  user-select: none;
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
}
#content-wrap #filter-panel .filter-grp .clear-btn:hover {
  color: #489690;
}
#content-wrap .dataTables_wrapper {
  width: calc(100% - 3rem);
  margin: 0 1.5rem;
}
#content-wrap .dataTables_wrapper #retailer-table {
  width: 100% !important;
}
#content-wrap .dataTables_wrapper th {
  font-size: 1.125rem;
  font-weight: 600;
  padding-top: 23px;
  border-bottom: 1px solid #489690;
}
#content-wrap .dataTables_wrapper tbody tr .details {
  max-height: 0;
  overflow: hidden;
}
#content-wrap .dataTables_wrapper tbody tr .details a {
  text-decoration: underline;
  color: #24353E !important;
}
#content-wrap .dataTables_wrapper tbody tr .details span {
  display: block;
  margin: 0 0 0.625px;
}
#content-wrap .dataTables_wrapper tbody tr .details span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0.625rem 0 0;
}
#content-wrap .dataTables_wrapper tbody tr .details span.web::before {
  background: url("../images/icon_web.svg") no-repeat center;
}
#content-wrap .dataTables_wrapper tbody tr .details span.tel::before {
  background: url("../images/icon_phone.svg") no-repeat center;
}
#content-wrap .dataTables_wrapper tbody tr .product-tag {
  display: none;
}
#content-wrap .dataTables_wrapper tbody tr .tick {
  width: 7.13px;
  height: 13.29px;
  border-width: 0 3px 3px 0;
  border-color: #489690;
  border-style: solid;
  transform: rotate(45deg);
  margin: 0 auto;
}
#content-wrap .dataTables_wrapper tbody tr .icon-details {
  width: 20px;
  height: 20px;
  background: url("../images/arrow.svg") no-repeat center;
  cursor: pointer;
}
#content-wrap .dataTables_wrapper tbody tr.open .details {
  max-height: 100%;
  margin: 1rem 0 0;
}
#content-wrap .dataTables_wrapper tbody tr.open .icon-details {
  transform: scaleY(-1);
}
#content-wrap .dataTables_wrapper tbody tr:hover {
  background: #F4F4F5;
}

.select2-container {
  width: 100% !important;
  margin: 0 0 0.25rem;
  text-align: left;
}

@media screen and (max-width: 1270px) {
  /* minor wide to medium tweaks */
  #header {
    height: 20vw;
  }
  #header #header-inner h1 {
    font-size: 7vw;
    line-height: 7vw;
  }
  #header #header-inner h2 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
  #content-wrap {
    width: calc(100% - 0.5rem);
  }
}
@media screen and (max-width: 980px) {
  /* single-col filter layout */
  .single-col-layout {
    display: block;
    /* hack to hide product details */
  }
  .single-col-layout &gt; span:first-child, .single-col-layout &gt; div:nth-child(2), .single-col-layout &gt; div:nth-child(3), .single-col-layout &gt; div:nth-child(4), .single-col-layout &gt; div:nth-child(5) {
    display: none !important;
  }
  .wide-layout {
    display: none;
  }
  #content-wrap {
    display: block;
  }
  #content-wrap #filter-panel {
    width: calc(100% - 1.25rem);
    max-height: 2rem;
    overflow: hidden;
    padding: 1.25rem 0.625rem;
  }
  #content-wrap #filter-panel .filter-title {
    cursor: pointer;
    margin-bottom: 0;
  }
  #content-wrap #filter-panel .filter-title::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/arrow.svg") no-repeat center;
    margin: 3px 0 -3px 1rem;
  }
  #content-wrap #filter-panel .filter-grp {
    display: none;
    margin: 0;
  }
  #content-wrap #filter-panel .filter-grp .filter-grp-title {
    margin: 0.625rem 0;
  }
  #content-wrap #filter-panel .filter-grp .filter {
    font-size: 1rem;
  }
  #content-wrap #filter-panel.open {
    max-height: 100%;
  }
  #content-wrap #filter-panel.open .filter-title::after {
    transform: scaleY(-1);
  }
  #content-wrap #filter-panel.open .filter-grp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #content-wrap #filter-panel.open .filter-grp-title {
    width: 100%;
  }
  #content-wrap #filter-panel.open .product-filter {
    width: 25%;
  }
  #content-wrap #retailer-table .details .tel, #content-wrap #retailer-table .details .web {
    display: none;
  }
  #content-wrap #retailer-table .details .single-col-layout .details-title {
    display: inline;
    font-weight: 600;
    font-size: 0.875rem;
  }
  #content-wrap #retailer-table .details .single-col-layout .details-title:before {
    display: none;
  }
  #content-wrap #retailer-table .details .single-col-layout &gt; div {
    display: inline;
  }
  #content-wrap #retailer-table .details .single-col-layout &gt; div:not(.empty)::after {
    content: ",";
    display: inline;
  }
  #content-wrap #retailer-table .details .single-col-layout &gt; div.empty {
    display: none;
  }
  #content-wrap #retailer-table .details .single-col-layout .product-tag {
    display: inline-block;
  }
  #content-wrap #retailer-table .details .single-col-layout .product-tag::before {
    display: none;
  }
  #content-wrap #retailer-table .details .single-col-layout .tick {
    display: none;
  }
  #content-wrap #retailer-table .details .single-col-layout span {
    display: inline;
  }
  #content-wrap #retailer-table .details .single-col-layout span:before {
    margin: 3px 0.625rem -3px 0;
  }
  #content-wrap #retailer-table .details .single-col-layout span.location {
    display: block;
  }
  #content-wrap #retailer-table .details .single-col-layout span.location:before {
    background: url("../images/icon_location.svg") no-repeat center;
  }
  #content-wrap #retailer-table .details .single-col-layout .tel, #content-wrap #retailer-table .details .single-col-layout .web {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  /* mobile header layout */
  #header {
    min-height: 5rem;
    background-size: 500%;
  }
  #header #header-inner h1 {
    font-size: 9vw;
    line-height: 9vw;
    margin: 0;
  }
  #header #header-inner h2 {
    font-size: 4vw;
    line-height: 4vw;
  }
  #standfirst {
    margin: 0.9375rem;
    font-size: 1rem;
  }
  #content-wrap #filter-panel {
    padding: 0.625rem;
  }
  #content-wrap thead {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>