@font-face {
  font-family: 'StagSansWeb-Light';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Light/StagSansWeb-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'StagSansWeb-Book';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Book/StagSansWeb-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'StagSansWeb-Medium';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Medium/StagSansWeb-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'StagSansWeb-Semibold';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Semibold/StagSansWeb-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("https://www.which.co.uk/global/fonts/open-sans/opensans_regular/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("https://www.which.co.uk/global/fonts/open-sans/opensans_semibold/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Which-Icons';
  src: url("https://www.which.co.uk/global/fonts/WhichIcons/WhichIcons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CELL-icons';
  src: url("https://www.which.co.uk/global/fonts/CELL-icons/CELL-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 1, app/assets/stylesheets/base/typography.sass */
body {
  hyphens: none;
}

/* line 5, app/assets/stylesheets/base/typography.sass */
.gap {
  height: 42px;
}

/* line 8, app/assets/stylesheets/base/typography.sass */
p.search_results {
  margin: 0;
}

/* line 12, app/assets/stylesheets/base/typography.sass */
.paragraph p {
  margin: 0;
  display: inline;
  width: 92%;
  vertical-align: middle;
  font-weight: 400;
}

/* line 18, app/assets/stylesheets/base/typography.sass */
.paragraph strong {
  font-size: 18px;
  color: #000;
  vertical-align: middle;
  margin-top: 4px;
  display: inline-block;
}

/* line 24, app/assets/stylesheets/base/typography.sass */
.paragraph .info {
  width: 92%;
  display: inline-block;
}

/* line 27, app/assets/stylesheets/base/typography.sass */
.paragraph .info .inline {
  display: inline;
  width: auto;
}

/* line 30, app/assets/stylesheets/base/typography.sass */
.paragraph .info .red-text {
  color: #ee5a40;
}

/* line 35, app/assets/stylesheets/base/typography.sass */
.paragraph p.inline strong {
  vertical-align: initial;
  display: initial;
  font-weight: 800;
}

/* line 42, app/assets/stylesheets/base/typography.sass */
.text-link-dark a {
  color: #3a55af;
}

@media only screen and (min-width: 1270px) {
  /* line 46, app/assets/stylesheets/base/typography.sass */
  .paragraph {
    padding: 10px 0 10px 185px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 50, app/assets/stylesheets/base/typography.sass */
  .paragraph {
    padding: 10px 0;
  }
  /* line 52, app/assets/stylesheets/base/typography.sass */
  .paragraph p {
    display: inline;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 56, app/assets/stylesheets/base/typography.sass */
  .paragraph {
    padding: 10px 0;
  }
  /* line 58, app/assets/stylesheets/base/typography.sass */
  .paragraph p {
    display: inline;
  }
}

@media only screen and (max-width: 479px) {
  /* line 62, app/assets/stylesheets/base/typography.sass */
  .paragraph {
    padding: 10px 20px;
  }
  /* line 64, app/assets/stylesheets/base/typography.sass */
  .paragraph p {
    display: inline;
  }
}

/* line 12, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list * {
  transition: all 150ms ease-in-out;
}

/* line 15, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .header {
  position: relative;
  padding-top: 285px;
}

/* line 23, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .background {
  background-size: cover;
  height: 400px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: white;
}

/* line 32, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  /* line 32, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 32, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    width: 615px;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 32, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    width: 825px;
  }
}

@media only screen and (min-width: 1270px) {
  /* line 32, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    width: 1245px;
  }
}

/* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
.article-category-list .header .cutout[data-display-grid] {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAKCAIAAACxGHDwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACNJREFUeNpi/P/6HQPZQESQeLVMDPQCozaN2jRqE/UAQIABAH8uAxF44y4dAAAAAElFTkSuQmCC");
  background-clip: content-box;
}

@media only screen and (max-width: 767px) {
  /* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
  .article-category-list .header .cutout[data-display-grid] {
    background-position: 20px;
  }
}

/* line 34, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid {
  width: 980px;
  margin-left: 0px;
  padding-top: 10px;
  background: white;
}

/* line 39, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid .title-and-standfirst {
  width: 980px;
  position: relative;
  left: -8px;
  padding: 0 35px 0 35px;
  border-left: 8px solid red;
  margin-bottom: 30px;
}

/* line 46, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid .title-and-standfirst h1 {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 60px;
  line-height: 72px;
  color: #000;
  margin: 0;
}

/* line 52, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid .title-and-standfirst .article-total-count {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

/* line 57, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid .title-and-standfirst .standfirst {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 25px;
  line-height: 36px;
  color: #000;
  margin-top: 12px;
}

/* line 63, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid .title-and-standfirst .standfirst a {
  color: #000;
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 15, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .header {
    padding-top: 185px;
  }
  /* line 68, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .background {
    height: 300px;
  }
  /* line 70, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    width: 910px;
  }
  /* line 72, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid {
    width: 910px;
    margin: 0 auto;
  }
  /* line 75, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst {
    width: 840px;
    margin: 0 auto;
    padding: 0 0 0 43px;
    left: -43px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 15, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .header {
    padding-top: 220px;
  }
  /* line 83, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .background {
    height: 300px;
  }
  /* line 85, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    width: 700px;
  }
  /* line 87, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid {
    width: 700px;
    margin: 0 auto;
  }
  /* line 90, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst {
    width: 630px;
    margin: 0 auto;
    padding: 0 0 0 43px;
    left: -43px;
  }
  /* line 95, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst h1 {
    font-size: 54px;
    line-height: 62px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .header {
    padding-top: 100px;
  }
  /* line 101, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .background {
    height: 160px;
  }
  /* line 103, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    margin: 0 50px 0 0;
  }
  /* line 105, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid {
    width: 100%;
    padding-top: 0;
  }
  /* line 108, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst {
    width: 100%;
    left: 12px;
    margin-left: -12px;
    padding: 10px 15px 0 15px;
  }
  /* line 113, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst h1 {
    font-size: 36px;
    line-height: 42px;
  }
  /* line 116, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst .standfirst {
    font-size: 22px;
    line-height: 30px;
  }
}

/* line 18, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles {
  background-color: white;
  padding-bottom: 43px;
  position: relative;
}

/* line 22, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles:after {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  z-index: 1;
  bottom: -40px;
  content: '';
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid white;
}

/* line 35, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
  float: initial;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  /* line 35, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 35, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    width: 615px;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 35, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    width: 825px;
  }
}

@media only screen and (min-width: 1270px) {
  /* line 35, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    width: 1245px;
  }
}

/* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
.article-category-list .featured-articles .grid[data-display-grid] {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAKCAIAAACxGHDwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACNJREFUeNpi/P/6HQPZQESQeLVMDPQCozaN2jRqE/UAQIABAH8uAxF44y4dAAAAAElFTkSuQmCC");
  background-clip: content-box;
}

@media only screen and (max-width: 767px) {
  /* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
  .article-category-list .featured-articles .grid[data-display-grid] {
    background-position: 20px;
  }
}

/* line 39, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid:before {
  display: none;
}

/* line 41, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid h2 {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 27px;
  line-height: 34px;
  color: #212121;
}

/* line 46, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards {
  display: flex;
  justify-content: space-between;
}

/* line 50, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card {
  display: block;
  flex-basis: 370px;
  height: 324px;
  border: solid 1px #e0e0e0;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card:hover {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card:hover .top .title {
  text-decoration: underline;
}

/* line 62, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .top {
  position: relative;
  height: 189px;
}

/* line 65, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .top .teaser-image {
  width: 100%;
  height: 100%;
}

/* line 68, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .top .title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ee5a40;
  display: block;
  padding: 8px 20px;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 22px;
  line-height: 28px;
  color: white;
}

/* line 80, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .summary {
  height: 135px;
  padding: 0 20px;
}

/* line 83, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .summary .metadata {
  margin-top: 15px;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 2px;
  color: #757575;
}

/* line 90, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .summary .intro {
  height: 80px;
  margin-top: 6px;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  overflow: hidden;
}

/* line 98, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel {
  display: block;
  position: initial;
}

/* line 101, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-wrapper-outer {
  position: initial;
}

/* line 105, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background-color: #bdbdbd;
  border-radius: 50%;
}

/* line 111, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-page.active span {
  background-color: #e53935;
}

/* line 114, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-buttons .owl-prev, .article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-buttons .owl-next {
  top: 50%;
  margin: -65px 0 0 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  border-radius: 0;
  width: 47px;
  height: 129px;
  background: transparent;
}

/* line 125, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-buttons .owl-prev {
  left: 0;
  background-image: url(/assets/CELL/carousel/arrow-prev-785564de6bc777d42af9162c1b9f1e1482c06ab1898bc1df90b53600ae2a0a96.svg);
}

/* line 128, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
  background-image: url(/assets/CELL/carousel/arrow-next-918564a2791aa17a4df5aefdb43ef4b86a0df7a6d3fc53f28d7d5d5db0b67e16.svg);
}

/* line 131, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .card {
  width: 370px;
}

/* line 133, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns {
  background-color: #f5f5f5;
  float: none;
  padding: 0;
}

/* line 137, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
  flex-direction: row;
  float: initial;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  /* line 137, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 137, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    width: 615px;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 137, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    width: 825px;
  }
}

@media only screen and (min-width: 1270px) {
  /* line 137, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    width: 1245px;
  }
}

/* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
.article-category-list .columns .grid[data-display-grid] {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAKCAIAAACxGHDwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACNJREFUeNpi/P/6HQPZQESQeLVMDPQCozaN2jRqE/UAQIABAH8uAxF44y4dAAAAAElFTkSuQmCC");
  background-clip: content-box;
}

@media only screen and (max-width: 767px) {
  /* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
  .article-category-list .columns .grid[data-display-grid] {
    background-position: 20px;
  }
}

/* line 143, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column {
  flex-basis: 895px;
  border-top: 1px solid #eeeeee;
  padding: 50px 90px 0 90px;
}

/* line 148, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .article-summary {
  border-bottom: 1px solid #eeeeee;
}

/* line 150, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .article-summary .title {
  display: block;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 27px;
  line-height: 36px;
  color: #000;
  margin: 30px 0 6px 0;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .article-summary .title:hover {
  text-decoration: underline;
  color: #1e88e5;
}

/* line 161, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .article-summary .metadata {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 2px;
  color: #757575;
  margin: 6px 0 14px 0;
}

/* line 168, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .article-summary .intro {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 14px 0 19px 0;
}

/* line 174, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .pagination-section {
  margin-bottom: 54px;
}

/* line 178, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .sidebar-column {
  flex-basis: 335px;
  padding: 50px 20px 0 20px;
}

/* line 182, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .sidebar-column .find-a-trader {
  margin-top: 30px;
}

@media only screen and (min-width: 1270px) {
  /* line 187, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    padding: 0 35px;
  }
  /* line 190, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card {
    height: 342px;
  }
  /* line 192, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card .summary {
    height: 153px;
  }
  /* line 194, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card .summary .intro {
    height: 100px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 199, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    padding: 0;
  }
  /* line 202, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card {
    width: 265px;
  }
  /* line 204, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel {
    display: block;
  }
  /* line 206, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel .card {
    width: 265px;
  }
  /* line 209, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    flex-direction: column;
  }
  /* line 211, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .contents-column {
    flex-basis: auto;
    padding: 50px 0 0 0;
  }
  /* line 214, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column {
    flex-basis: auto;
    margin-bottom: 60px;
  }
  /* line 217, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a {
    width: 425px;
    display: block;
    margin: 0 auto;
  }
  /* line 221, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a .find-a-trader {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 226, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    padding: 0;
  }
  /* line 229, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card {
    width: 300px;
  }
  /* line 231, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel {
    display: block;
  }
  /* line 233, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel .card {
    width: 300px;
  }
  /* line 236, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    flex-direction: column;
  }
  /* line 238, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .contents-column {
    flex-basis: auto;
    padding: 50px 0 0 0;
  }
  /* line 241, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column {
    flex-basis: auto;
    margin-bottom: 60px;
  }
  /* line 244, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a {
    width: 425px;
    display: block;
    margin: 0 auto;
  }
  /* line 248, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a .find-a-trader {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 253, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .header .cutout {
    padding: 0;
  }
  /* line 256, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    padding: 0 20px;
  }
  /* line 259, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card {
    width: 100%;
  }
  /* line 261, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel {
    display: block;
  }
  /* line 263, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel .card {
    width: 100%;
  }
  /* line 266, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    flex-direction: column;
  }
  /* line 268, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .contents-column {
    flex-basis: auto;
    padding: 50px 0 0 0;
  }
  /* line 272, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .contents-column .article-summary .title {
    font-size: 25px;
    line-height: 33px;
  }
  /* line 275, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column {
    flex-basis: auto;
    margin-bottom: 60px;
  }
  /* line 278, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a {
    width: 265px;
    display: block;
    margin: 0 auto;
  }
  /* line 282, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a .find-a-trader {
    margin: 0;
  }
}

/* line 289, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader {
  background: #ee5a40;
  padding: 25px 20px;
  text-align: center;
  border-radius: 2px;
}

/* line 294, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader:hover {
  background: #B34430;
}

/* line 296, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader .text, .find-a-trader .icon-search {
  display: inline-block;
  vertical-align: middle;
}

/* line 299, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader .icon-search {
  background-image: url(/assets/CELL/svg-icons/search-f1d8d7473e5b11eb65346bfd61476592934b9b1a95744370dbb8f183a9d6fd03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 27px;
  width: 29px;
  margin: 0px 0 0 6px;
  color: white;
}

/* line 300, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader .icon-search:before {
  content: '';
}

/* line 309, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader .text {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  line-height: 26px;
  color: white;
}

/* line 84, app/assets/stylesheets/cell-x/datepicker.sass */
.datepicker {
  background-image: url(/assets/CELL/svg-icons/datepicker-47c73c0534a199d253898bee6f1de26a22ddebe5220f9a71f813bf3e94fc9e53.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

/* line 9, app/assets/stylesheets/cell-x/datepicker.sass */
.datepicker:focus {
  background-image: url(/assets/CELL/svg-icons/datepicker-focus-96ebe4af6e67987a34d7bfef5c0a03e3f14fcdf19ff8debefb021d696b40d422.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 15px !important;
}

/* line 87, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker {
  background-color: white;
  box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.22);
  margin-top: 10px;
}

/* line 89, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header {
  background-color: #e30613;
  color: white;
}

/* line 22, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header:before {
  position: absolute;
  left: 30%;
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e30613 transparent;
  content: '';
}

/* line 91, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 16px;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  right: 10px;
  color: #e30613;
}

/* line 93, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 10px;
}

/* line 95, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
}

/* line 97, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  padding: 20px 0;
}

/* line 99, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar {
  margin: 15px 3px 10px 3px;
}

/* line 59, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar thead tr th {
  color: #999999;
  font-weight: normal;
}

/* line 64, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  text-align: center;
  padding: 5px 9px;
}

/* line 67, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
}

/* line 101, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  border-radius: 50%;
  background-color: #cccccc;
}

/* line 103, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  border-radius: 50%;
  background-color: #e30613;
  color: white;
}

@font-face {
  font-family: 'StagSansWeb-Light';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Light/StagSansWeb-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StagSansWeb-Book';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Book/StagSansWeb-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StagSansWeb-Medium';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Medium/StagSansWeb-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StagSansWeb-Semibold';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Semibold/StagSansWeb-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("https://www.which.co.uk/global/fonts/open-sans/opensans_regular/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("https://www.which.co.uk/global/fonts/open-sans/opensans_semibold/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Which-Icons';
  src: url("https://www.which.co.uk/global/fonts/WhichIcons/WhichIcons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CELL-icons';
  src: url("https://www.which.co.uk/global/fonts/CELL-icons/CELL-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National2-Regular';
  src: url("https://www.which.co.uk/global/fonts/national-2/national-2-regular/national-2-regular.woff2") format("woff2");
  unicode-range: U+000-5FF;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National2-Medium';
  src: url("https://www.which.co.uk/global/fonts/national-2/national-2-medium/national-2-medium.woff2") format("woff2");
  unicode-range: U+000-5FF;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National2-Bold';
  src: url("https://www.which.co.uk/global/fonts/national-2/national-2-bold/national-2-bold.woff2") format("woff2");
  unicode-range: U+000-5FF;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* line 1, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list {
  width: 100%;
}

/* line 4, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

/* line 9, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event.highlighted {
  background-color: #AEEEEE;
}

/* line 11, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event .created_at {
  display: inline-block;
}

/* line 13, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event .created_at:before {
  content: "Timestamp:";
  font-weight: bold;
  margin-right: 10px;
}

/* line 17, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event .direction {
  display: inline-block;
}

/* line 19, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event .direction:before {
  content: "Direction:";
  font-weight: bold;
  margin-right: 10px;
}

/* line 24, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event .target:before {
  content: "Target URL:";
  font-weight: bold;
  margin-right: 10px;
}

/* line 28, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event .payload {
  overflow: auto;
}

/* line 30, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event .payload:before {
  content: "Payload:";
  font-weight: bold;
  margin-right: 10px;
}

/* line 35, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event .status:before {
  content: "Status:";
  font-weight: bold;
  margin-right: 10px;
}

/* line 39, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event .message {
  overflow: auto;
}

/* line 41, app/assets/stylesheets/admin-styles/api_events.sass */
.api-events-list .api-event .message:before {
  content: "Message:";
  font-weight: bold;
  margin-right: 10px;
}

/* line 2, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .filters {
  width: 100%;
  text-align: right;
}

/* line 5, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .filters .filters-list {
  display: inlineleng;
  list-style-type: none;
}

/* line 8, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .filters .filters-list li {
  padding: 0 10px;
  border-left: 1px solid gray;
  display: inline;
}

/* line 11, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .filters .filters-list li:nth-child(1) {
  border-left: 0;
}

/* line 14, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .background-job {
  margin: 10px 0px;
  padding: 5px 10px;
  background-color: #eeeeee;
}

/* line 18, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .background-job.running {
  border-left: 5px solid orange;
}

/* line 20, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .background-job.complete {
  border-left: 5px solid green;
}

/* line 22, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .background-job.failed {
  border-left: 5px solid red;
}

/* line 24, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .background-job .title {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .background-job .label {
  font-weight: bold;
  color: black;
}

/* line 32, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .background-job .timestamps .timestamp {
  display: inline;
  margin-right: 15px;
}

/* line 35, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .background-job .timestamps .timestamp .value {
  font-style: italic;
}

/* line 38, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .background-job .details .value {
  padding-left: 15px;
}

/* line 40, app/assets/stylesheets/admin-styles/background_jobs.sass */
.background-job-list .background-job .parameters {
  overflow: scroll;
}

/* line 1, app/assets/stylesheets/admin-styles/dashboard.sass */
.dashboard-widget-container {
  display: flex;
  flex-wrap: wrap;
}

/* line 4, app/assets/stylesheets/admin-styles/dashboard.sass */
.dashboard-widget-container .dashboard-widget {
  width: 300px;
  min-height: 300px;
  background-color: orange;
  display: inline-block;
  margin: 20px;
  padding: 10px;
  color: white;
}

/* line 12, app/assets/stylesheets/admin-styles/dashboard.sass */
.dashboard-widget-container .dashboard-widget h1 {
  margin-top: 0px;
  border-bottom: 1px dashed white;
  font-size: 20px;
  font-weight: bold;
}

/* line 18, app/assets/stylesheets/admin-styles/dashboard.sass */
.dashboard-widget-container .dashboard-widget .item .title {
  margin-right: 20px;
}

/* line 21, app/assets/stylesheets/admin-styles/dashboard.sass */
.dashboard-widget-container .dashboard-widget.signups {
  background-color: red;
}

/* line 23, app/assets/stylesheets/admin-styles/dashboard.sass */
.dashboard-widget-container .dashboard-widget.signups-from-nr {
  background-color: light-gray;
  color: black;
}

/* line 26, app/assets/stylesheets/admin-styles/dashboard.sass */
.dashboard-widget-container .dashboard-widget.prevets-from-nr {
  background-color: light-gray;
  color: black;
}

/* line 29, app/assets/stylesheets/admin-styles/dashboard.sass */
.dashboard-widget-container .dashboard-widget.reviews {
  background-color: green;
}

/* line 31, app/assets/stylesheets/admin-styles/dashboard.sass */
.dashboard-widget-container .dashboard-widget.reviews p {
  color: white;
}

/* line 33, app/assets/stylesheets/admin-styles/dashboard.sass */
.dashboard-widget-container .dashboard-widget.queue {
  background-color: purple;
}

/* line 36, app/assets/stylesheets/admin-styles/dashboard.sass */
.widget-header {
  display: none !important;
}

/* line 2, app/assets/stylesheets/admin-styles/general.sass */
.utils-admin-block {
  width: 80%;
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/admin-styles/general.sass */
.rails_admin hr.filters_box {
  display: none;
}

/* line 10, app/assets/stylesheets/admin-styles/general.sass */
.rails_admin .filters_box p {
  display: inline-block;
}

/* line 2, app/assets/stylesheets/admin-styles/slugs-controller.sass */
.business-slug-controls .error {
  margin-bottom: 35px;
  background-color: rgba(237, 28, 36, 0.2);
  text-align: center;
}

/* line 6, app/assets/stylesheets/admin-styles/slugs-controller.sass */
.business-slug-controls .success {
  margin-bottom: 35px;
  color: dark-green;
  background-color: rgba(0, 100, 0, 0.2);
  text-align: center;
}

/* line 12, app/assets/stylesheets/admin-styles/slugs-controller.sass */
.business-slug-controls form label {
  margin-bottom: 6px;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  color: #000;
  display: block;
}

/* line 15, app/assets/stylesheets/admin-styles/slugs-controller.sass */
.business-slug-controls form input[type=text] {
  height: 48px;
  border-radius: 3px;
  background-color: #fafafa;
  border: solid 2px #d7d7d7;
  padding: 12px 15px;
  margin-bottom: 24px;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  color: #555555;
  outline: none;
  box-shadow: none;
  width: 60%;
  display: inline-block;
}

/* line 39, app/assets/stylesheets/cell-x/text_fields.sass */
.business-slug-controls form input[type=text]:hover {
  background-color: #fafafa;
  border-color: #9e9e9e;
}

/* line 42, app/assets/stylesheets/cell-x/text_fields.sass */
.business-slug-controls form input[type=text]:focus {
  background-color: #ffffff;
  border-color: #2196f3;
}

/* line 45, app/assets/stylesheets/cell-x/text_fields.sass */
.business-slug-controls form input[type=text][disabled] {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

/* line 48, app/assets/stylesheets/cell-x/text_fields.sass */
.business-slug-controls form input.error[type=text] {
  border-color: #ec8389;
}

/* line 19, app/assets/stylesheets/admin-styles/slugs-controller.sass */
.business-slug-controls form input[type=submit] {
  width: 241px;
  height: 48px;
  border-radius: 3px;
  background-color: #3f51b5;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  margin: 3px 18px;
  border: none;
}

/* line 27, app/assets/stylesheets/cell-x/buttons.sass */
.business-slug-controls form input[type=submit]:hover {
  background-color: #3f51b5;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18), 0 5px 11px 0 rgba(0, 0, 0, 0.25);
}

/* line 30, app/assets/stylesheets/cell-x/buttons.sass */
.business-slug-controls form input[type=submit][disabled] {
  opacity: 0.7;
  background-color: #3f51b5;
  box-shadow: none;
  cursor: not-allowed;
}

/* line 36, app/assets/stylesheets/cell-x/buttons.sass */
.business-slug-controls form input.processing[type=submit]::before {
  content: '';
  background: url(/assets/ripple-709298f356de26397d7c6cf4cfb2048811014998ee14b155737c1cd49281a6ee.svg) no-repeat 50% 100%;
  height: 30px;
  width: 30px;
  top: 9px;
  right: 10px;
  display: inline-block;
  position: absolute;
}

/* line 22, app/assets/stylesheets/admin-styles/slugs-controller.sass */
.business-slug-controls form input.delete[type=submit] {
  width: 241px;
  height: 48px;
  border-radius: 3px;
  background-color: #e30613;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  margin: 3px 18px;
}

/* line 27, app/assets/stylesheets/cell-x/buttons.sass */
.business-slug-controls form input.delete[type=submit]:hover {
  background-color: #f90614;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18), 0 5px 11px 0 rgba(0, 0, 0, 0.25);
}

/* line 30, app/assets/stylesheets/cell-x/buttons.sass */
.business-slug-controls form input.delete[type=submit][disabled] {
  opacity: 0.7;
  background-color: #f90614;
  box-shadow: none;
  cursor: not-allowed;
}

/* line 36, app/assets/stylesheets/cell-x/buttons.sass */
.business-slug-controls form input.delete.processing[type=submit]::before {
  content: '';
  background: url(/assets/ripple-709298f356de26397d7c6cf4cfb2048811014998ee14b155737c1cd49281a6ee.svg) no-repeat 50% 100%;
  height: 30px;
  width: 30px;
  top: 9px;
  right: 10px;
  display: inline-block;
  position: absolute;
}

/* line 24, app/assets/stylesheets/admin-styles/slugs-controller.sass */
.business-slug-controls table {
  font-size: 20px;
  border-spacing: 10px;
  border-collapse: separate;
}

/* line 28, app/assets/stylesheets/admin-styles/slugs-controller.sass */
.business-slug-controls .warning {
  font-size: 20px;
}

/* line 30, app/assets/stylesheets/admin-styles/slugs-controller.sass */
.business-slug-controls .warning em {
  font-weight: bold;
  color: red;
}

/* line 1, app/assets/stylesheets/admin-styles/stats.sass */
.debug-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/admin-styles/stats.sass */
  .debug-stats {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/admin-styles/stats.sass */
  .debug-stats {
    width: 615px;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/admin-styles/stats.sass */
  .debug-stats {
    width: 825px;
  }
}

@media only screen and (min-width: 1270px) {
  /* line 1, app/assets/stylesheets/admin-styles/stats.sass */
  .debug-stats {
    width: 1245px;
  }
}

/* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
.debug-stats[data-display-grid] {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAKCAIAAACxGHDwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACNJREFUeNpi/P/6HQPZQESQeLVMDPQCozaN2jRqE/UAQIABAH8uAxF44y4dAAAAAElFTkSuQmCC");
  background-clip: content-box;
}

@media only screen and (max-width: 767px) {
  /* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
  .debug-stats[data-display-grid] {
    background-position: 20px;
  }
}

/* line 54, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit {
  padding-right: 15px;
}

/* line 55, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .noMap {
  display: none;
}

/* line 60, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .uploadHelp {
  border-bottom: 1px solid #9eb3be;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

/* line 64, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .permissionsWarning {
  background-color: #e30613;
  padding: 20px;
  color: white;
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 72, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #upload-buttons label {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
}

/* line 75, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .uploadFooter {
  /* position: absolute; @todo fix positioning - new version of fancybox breaks absolute */
  z-index: 8041;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #9eb3be;
  background: #f9f9f9;
}

/* line 83, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .uploadFooter .progress {
  padding: 15px 0 0;
}

/* line 86, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .uploadFooter .progress .barBG {
  background: #ffffff;
}

/* line 89, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .uploadFooter .progress .barBG .bar {
  height: 27px;
  background-color: #66c7f1;
}

/* line 97, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs {
  margin: 30px 0 100px;
}

/* line 100, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper {
  float: left;
  margin: 0 15px 15px 0;
  border: 1px solid #d8e2e7;
  position: relative;
  padding: 15px 15px 45px;
  padding-top: 45px;
  /*      margin-top: -$cell-gutter-size*2; */
}

/* line 109, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper .delete_button {
  position: absolute;
  top: 16px;
  right: 19px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  background-image: url(/assets/rubbish-31e8d4ed6d5a57a32cae63858982ed55fa9bc5e1cfabcd43760985457e03a575.png);
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
}

/* line 123, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper .imageWrapper img {
  border: 1px solid #d8e2e7;
}

/* line 126, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper textarea.caption {
  width: 130px;
  border: 1px solid #9eb3be;
  height: 25px;
  font-size: 14px;
  padding: 4px;
  position: absolute;
  bottom: 15px;
  resize: none;
  color: #455a64;
}

/* line 137, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper textarea:focus {
  height: 120px;
}

/* line 140, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper:before {
  content: " ";
  position: absolute;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  margin-top: -30px;
}

/* line 148, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper.new {
  padding-top: 45px;
  /*        margin-top: -$cell-gutter-size*2; */
}

/* line 153, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper.moved:before {
  content: "moved";
  position: absolute;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  margin-top: -30px;
}

/* line 161, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper .delete_button {
  top: 46px;
}

/* line 164, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper.new:before {
  content: "new";
  position: absolute;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  margin-top: -30px;
}

/* line 172, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper.new.moved:before {
  content: "new & moved";
}

/* line 175, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper.processing {
  padding-top: 45px;
  /*        margin-top: -$cell-gutter-size*2; */
}

/* line 180, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.imageEditWrapper.processing:before {
  content: "processing";
  position: absolute;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  margin-top: -30px;
}

/* line 188, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li:first-child {
  border: 1px solid #ebe9e9;
  background: #ebe9e9;
  padding-top: 45px;
  /*        margin-top: -$cell-gutter-size*2; */
}

/* line 194, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li:first-child .delete_button {
  top: 46px;
}

/* line 197, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li:first-child:before {
  content: "Main image";
  position: absolute;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  margin-top: -30px;
}

/* line 205, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.new:first-child:before {
  content: "Main image \A new";
  white-space: pre;
}

/* line 209, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.moved:first-child:before {
  content: "Main image \A moved";
  white-space: pre;
}

/* line 213, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.moved.new:first-child:before {
  content: "Main image \A new & moved";
  white-space: pre;
}

/* line 217, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit li.imageEditWrapper:hover {
  cursor: move;
}

/* line 221, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form h4 {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding: 10px 0;
  text-indent: 10px;
  margin: 0;
  border-bottom: 0px none;
}

/* line 229, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .below-tabs {
  background: #ebe9e9;
  padding: 10px;
}

/* line 233, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .tabs-holder {
  width: 100%;
  display: table;
}

/* line 237, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .tabs-holder .tabs {
  display: table-row;
}

/* line 240, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .tabs-holder .tabs .tab {
  display: table-cell;
  padding: 5px 10px;
  width: 50%;
}

/* line 245, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .tabs-holder .tabs .tab .step {
  font-family: "National2-Bold", "Arial" !important;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
}

/* line 250, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .tabs-holder .tabs .tab .fb-to-fb, .trader-edit form .tabs-holder .tabs .tab .save-fb-to-fb {
  cursor: pointer;
  text-decoration: underline;
  color: #444;
  outline: 0;
}

/* line 256, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .tabs-holder .tabs .tab.current {
  background: #ebe9e9;
}

/* line 33, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form li {
  margin-bottom: 5px;
}

/* line 36, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form li.boolean input {
  width: 60px;
}

/* line 39, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form li label {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  width: 125px;
  margin-right: 15px;
}

/* line 45, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form li input, .trader-edit form li select, .trader-edit form li textarea, .trader-edit form li .select2-container {
  width: 428px;
}

/* line 48, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form li input, .trader-edit form li textarea {
  border: 1px solid #9eb3be;
}

/* line 51, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form li input, .trader-edit form li select, .trader-edit form li textarea, .trader-edit form li label {
  display: inline-block;
}

/* line 261, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .actions {
  margin-top: 15px;
  text-align: right;
  width: 100%;
}

/* line 266, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .actions li {
  display: inline-block;
  margin-left: 15px;
}

/* line 270, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .actions li input {
  width: auto;
}

/* line 273, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .example-services {
  margin: 15px 0;
  color: #928a89;
  text-align: left;
}

/* line 278, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .example-services td, .trader-edit form .example-services th {
  width: 150px;
  vertical-align: top;
}

/* line 282, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .example-services td.example-sector {
  font-family: "National2-Bold", "Arial" !important;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  color: #928a89;
}

/* line 287, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .example-services td span {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  color: #ffffff;
  background: #f49630;
  padding: 3px 8px;
  display: inline-block;
}

/* line 290, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sector_services_buttons {
  text-align: center;
}

/* line 293, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sector_services_buttons .select-top-3, .trader-edit form .sector_services_buttons .button {
  text-decoration: none;
}

/* line 296, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sector_services_buttons .select-top-3.disabled, .trader-edit form .sector_services_buttons .button.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
}

/* line 301, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services {
  margin-top: 30px;
}

/* line 5, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .select2-container .select2-choice {
  border: 1px solid #d8e2e7;
  background: transparent none;
  border-radius: 0;
  font-family: "National2-Bold", "Arial" !important;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  color: #9eb3be;
  line-height: 27px;
}

/* line 12, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .select2-container .select2-choice .select2-search-choice-close {
  top: 6px;
}

/* line 15, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .select2-container .select2-choice .select2-arrow {
  background-image: url(/assets/select2-search-6bd3532fca36aa72f348211024b55148dc693f89a17165f9523e54a2bb155ff9.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-left: 0px none;
  width: 25px;
  text-indent: -99999px;
}

/* line 22, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .select2-container .select2-choice .select2-arrow b {
  display: none;
}

/* line 306, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .hidden-add-sector {
  display: none;
}

/* line 309, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service, .trader-edit form .sectors_services .other_services {
  border-top: 1px solid #ebe9e9;
  padding: 5px 0;
}

/* line 313, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service .label, .trader-edit form .sectors_services .other_services .label {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  width: 25%;
  float: left;
  margin-right: 0;
}

/* line 320, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service .selected-sector, .trader-edit form .sectors_services .sector_service .select-sector, .trader-edit form .sectors_services .sector_service .no-services, .trader-edit form .sectors_services .other_services .selected-sector, .trader-edit form .sectors_services .other_services .select-sector, .trader-edit form .sectors_services .other_services .no-services {
  width: 75%;
  float: right;
}

/* line 324, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service .selected-sector .sector-options, .trader-edit form .sectors_services .sector_service .selected-sector .cancel-edit-sector, .trader-edit form .sectors_services .sector_service .select-sector .sector-options, .trader-edit form .sectors_services .sector_service .select-sector .cancel-edit-sector, .trader-edit form .sectors_services .sector_service .no-services .sector-options, .trader-edit form .sectors_services .sector_service .no-services .cancel-edit-sector, .trader-edit form .sectors_services .other_services .selected-sector .sector-options, .trader-edit form .sectors_services .other_services .selected-sector .cancel-edit-sector, .trader-edit form .sectors_services .other_services .select-sector .sector-options, .trader-edit form .sectors_services .other_services .select-sector .cancel-edit-sector, .trader-edit form .sectors_services .other_services .no-services .sector-options, .trader-edit form .sectors_services .other_services .no-services .cancel-edit-sector {
  float: right;
}

/* line 329, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service .form-validation-message, .trader-edit form .sectors_services .other_services .form-validation-message {
  margin-left: 25%;
}

/* line 332, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service .sector, .trader-edit form .sectors_services .other_services .sector {
  margin-bottom: 5px;
}

/* line 6, app/assets/stylesheets/base/mixins.sass */
.trader-edit form .sectors_services .sector_service .sector:before, .trader-edit form .sectors_services .sector_service .sector:after, .trader-edit form .sectors_services .other_services .sector:before, .trader-edit form .sectors_services .other_services .sector:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/base/mixins.sass */
.trader-edit form .sectors_services .sector_service .sector:after, .trader-edit form .sectors_services .other_services .sector:after {
  clear: both;
}

/* line 6, app/assets/stylesheets/base/mixins.sass */
.trader-edit form .sectors_services .sector_service .services:before, .trader-edit form .sectors_services .sector_service .services:after, .trader-edit form .sectors_services .other_services .services:before, .trader-edit form .sectors_services .other_services .services:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/base/mixins.sass */
.trader-edit form .sectors_services .sector_service .services:after, .trader-edit form .sectors_services .other_services .services:after {
  clear: both;
}

/* line 339, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service .service_select, .trader-edit form .sectors_services .other_services .service_select {
  float: left;
  margin-bottom: 4px;
}

/* line 343, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service .service_select,
.trader-edit form .sectors_services .sector_service .sector-name,
.trader-edit form .sectors_services .sector_service .service-view,
.trader-edit form .sectors_services .sector_service .select-sector select, .trader-edit form .sectors_services .other_services .service_select,
.trader-edit form .sectors_services .other_services .sector-name,
.trader-edit form .sectors_services .other_services .service-view,
.trader-edit form .sectors_services .other_services .select-sector select {
  width: 300px;
  display: block;
  float: left;
}

/* line 351, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service .sector-name, .trader-edit form .sectors_services .other_services .sector-name {
  display: inline-block;
}

/* line 354, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service .service-view, .trader-edit form .sectors_services .other_services .service-view {
  text-indent: 4px;
  margin-left: 25%;
  background: #ff9800;
  padding: 3px 5px;
  margin-bottom: 4px;
  clear: both;
  border-radius: 5px;
}

/* line 363, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service .service-view a.remove-service, .trader-edit form .sectors_services .other_services .service-view a.remove-service {
  float: right;
  margin-right: 4px;
  color: #ffffff;
}

/* line 368, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .sector_service .add-service, .trader-edit form .sectors_services .other_services .add-service {
  float: right;
  padding: 8px 14px;
}

/* line 372, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services li {
  list-style-type: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebe9e9;
  padding-bottom: 20px;
}

/* line 378, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .select2-choices {
  border: 1px solid #ebe9e9;
  background: none;
  line-height: 27px;
}

/* line 383, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .select2-choices .select2-search-choice {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  color: #ffffff;
  background: #f49630;
  padding: 3px 8px;
  display: inline-block;
  border: 0px none;
  padding-left: 17px;
  margin-top: 6px;
}

/* line 390, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .sectors_services .select2-search-choice-close {
  top: 2px;
}

/* line 394, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .highlighted_services_wrapper .intro {
  margin: 30px 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebe9e9;
}

/* line 399, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .highlighted_services_wrapper .label {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  width: 25%;
  float: left;
}

/* line 405, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .highlighted_services_wrapper .selected-service {
  width: 60%;
  display: inline-block;
}

/* line 409, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .highlighted_services_wrapper .selected-service select {
  display: block;
  min-width: 300px;
  margin-bottom: 8px;
}

/* line 414, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form .highlighted_services_wrapper .select2-container {
  margin-bottom: 15px;
}

/* line 418, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form #endorsed_business_trader_data_attributes_other_service_list_input .character-limit {
  margin: 5px 25% 10px 25%;
  min-width: 250px;
}

/* line 423, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form #endorsed_business_trader_data_attributes_description_input label {
  text-indent: 10px;
}

/* line 426, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit form #endorsed_business_trader_data_attributes_description_input .character-limit {
  margin: 10px 140px;
}

/* line 430, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .section-holder {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebe9e9;
}

/* line 434, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .edit-section {
  background-image: url(/assets/section-edit-3a81eb533b59040e0547ff2d8611fad4eda804a1d7338a30a2b85614faf5a69e.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 20px;
  height: 20px;
  float: right;
  cursor: pointer;
  margin: 5px;
}

/* line 444, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card li {
  list-style-type: none;
  list-style-image: none;
}

/* line 448, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card h5 {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
}

/* line 451, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .edit-fields {
  padding: 15px;
  background: #ebe9e9;
}

/* line 455, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .profile-image-help {
  margin: 10px 0;
}

/* line 460, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .address .edit-fields label {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
}

/* line 466, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .address .edit-fields input {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

/* line 469, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .address .edit-fields label, .trader-edit .contact-card .address .edit-fields input {
  display: block;
}

/* line 472, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .address .edit-fields li {
  margin: 10px 0;
}

/* line 476, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .contact-details .as-displayed div,
.trader-edit .contact-card .contact-details .as-displayed a {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 24px;
  line-height: 33px;
  color: #000;
  color: #bbb5b4;
  text-decoration: none;
}

/* line 483, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .contact-details .as-displayed div span,
.trader-edit .contact-card .contact-details .as-displayed a span {
  width: 180px;
  display: inline-block;
}

/* line 488, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .contact-details .edit-fields label, .trader-edit .contact-card .contact-details .edit-fields input {
  font-family: "National2-Bold", "Arial" !important;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  color: #928a89;
}

/* line 493, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .contact-details .edit-fields label {
  text-transform: none;
  letter-spacing: 0;
  width: 200px;
}

/* line 498, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .contact-details .edit-fields input {
  width: 350px;
  height: 29px;
  text-indent: 10px;
}

/* line 504, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit .contact-card .profile-image img {
  max-width: 100%;
}

/* line 508, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #business_gallery_thumbs li.error {
  border: 2px solid red;
}

/* line 512, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #fileupload #upload-error.error {
  margin-top: 10px;
  color: red;
  padding: 5px;
  border: 1px solid red;
}

/* line 518, app/assets/stylesheets/admin-styles/trader-edit.sass */
.trader-edit #fileupload .imageEditWrapper .flash-error {
  width: 130px;
}

/* line 522, app/assets/stylesheets/admin-styles/trader-edit.sass */
.highlighted-services-edit h4 {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

/* line 525, app/assets/stylesheets/admin-styles/trader-edit.sass */
.save-fb-to-fb {
  cursor: pointer;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table {
  width: 100%;
  border-radius: 10px;
}

/* line 4, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table td, .versions-table th {
  padding: 15px 10px;
}

/* line 7, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table thead tr {
  background: black;
  color: white;
}

/* line 12, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table tbody td .hover-block {
  display: none;
}

/* line 15, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table tbody td:hover .hover-block {
  display: inline;
  font-style: italic;
  font-size: 80%;
}

/* line 19, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table tbody .object-changes {
  width: 66%;
}

/* line 21, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table tbody .object-changes .property {
  font-weight: bold;
  margin-right: 5px;
}

/* line 24, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table tbody .object-changes .from {
  color: red;
}

/* line 26, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table tbody .object-changes .to {
  color: green;
}

/* line 28, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table tbody .object-changes .to::before {
  font-family: 'Which-Icons', serif !important;
  font-weight: normal;
  content: "\25BA";
  font-weight: bold;
  margin: 0 10px;
  color: black;
}

/* line 34, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table tbody .object-changes .from, .versions-table tbody .object-changes .to {
  font-family: monospace;
}

/* line 36, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table tbody .object-changes .from.nil, .versions-table tbody .object-changes .from .empty, .versions-table tbody .object-changes .to.nil, .versions-table tbody .object-changes .to .empty {
  color: gray;
  font-style: italic;
}

/* line 39, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table tbody tr:nth-child(even) {
  background: #CCC;
}

/* line 41, app/assets/stylesheets/admin-styles/versions.sass */
.versions-table tbody tr:nth-child(odd) {
  background: #FFF;
}

/* line 1, app/assets/stylesheets/trader-styles/edit_sector_services.sass */
.add-sector {
  cursor: pointer;
  text-decoration: underline;
  color: #008fd5;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

/* line 1, app/assets/stylesheets/trader-styles/error-elements.sass */
.error-element {
  color: red;
  display: block;
  visibility: hidden;
}

/* line 5, app/assets/stylesheets/trader-styles/error-elements.sass */
.error-element.active {
  margin-top: -10px;
  visibility: visible;
}

/* line 2, app/assets/stylesheets/trader-styles/locations.sass */
.limit-hit .limit-warning, .open-limit-hit .limit-warning {
  float: left;
  margin: 3px 10px auto auto;
  height: 70px;
}

/* line 6, app/assets/stylesheets/trader-styles/locations.sass */
.limit-hit .limit-warning img, .open-limit-hit .limit-warning img {
  height: 40px;
  width: 40px;
}

/* line 10, app/assets/stylesheets/trader-styles/locations.sass */
#places-map-coverage-area, #places-map {
  width: 100%;
  height: 325px;
  display: block;
}

/* line 3, app/assets/stylesheets/trader-styles/old-select2-styles.sass */
.select2-container {
  width: 100%;
}

/* line 6, app/assets/stylesheets/trader-styles/old-select2-styles.sass */
.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-drop-active {
  border-color: #9eb3be;
}

/* line 10, app/assets/stylesheets/trader-styles/old-select2-styles.sass */
.select2-results {
  margin-right: 0;
}

/* line 12, app/assets/stylesheets/trader-styles/old-select2-styles.sass */
.select2-results .select2-result {
  padding: 8px 0;
}

/* line 14, app/assets/stylesheets/trader-styles/old-select2-styles.sass */
.select2-results .select2-result.select2-highlighted {
  background: #cde8bd;
  color: #000;
  margin: 0 -4px;
  padding: 8px 4px;
}

/* line 19, app/assets/stylesheets/trader-styles/old-select2-styles.sass */
.select2-results .select2-result.select2-highlighted:hover {
  background: #cde8bd;
}

/* line 1, app/assets/stylesheets/trader-styles/service_locations_iframe.sass */
.service-locations-iframe {
  color: #928a89;
}

/* line 4, app/assets/stylesheets/trader-styles/service_locations_iframe.sass */
.service-locations-iframe h4 {
  border-bottom: 1px solid black;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  color: #928a89;
}

/* line 11, app/assets/stylesheets/trader-styles/service_locations_iframe.sass */
.service-locations-iframe .service-locations-text {
  margin-top: 15px;
}

/* line 14, app/assets/stylesheets/trader-styles/service_locations_iframe.sass */
.service-locations-iframe .service-locations-text .locations-label {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  width: 150px;
  padding-top: 3px;
}

/* line 20, app/assets/stylesheets/trader-styles/service_locations_iframe.sass */
.service-locations-iframe .service-locations-text .service-locations-list li {
  background: #66c7f1;
  width: 300px;
  padding: 3px 15px;
  margin-bottom: 5px;
  color: #000;
}

/* line 27, app/assets/stylesheets/trader-styles/service_locations_iframe.sass */
.service-locations-iframe .service-locations-text .service-locations-list,
.service-locations-iframe .service-locations-text .locations-label {
  display: inline-block;
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile {
  width: 335px;
  margin: 0 auto;
  background-color: white;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  padding: 24px 20px;
  margin-bottom: 24px;
  margin-top: 7px;
}

/* line 9, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome {
  display: flex;
  flex-direction: column;
}

/* line 12, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .profile-text {
  flex: 1 1 auto;
  padding-right: 40px;
}

/* line 15, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .trader-progress {
  flex-basis: 220px;
}

/* line 22, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .profile-trader-name h1 {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 25px;
  line-height: 36px;
}

/* line 26, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .profile-disclaimer {
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .profile-intro .welcome-new-trader {
  font-weight: bold;
}

/* line 31, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .profile-intro div {
  overflow: auto;
}

/* line 34, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .trader-progress .text {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}

/* line 39, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .trader-progress .diagram {
  position: relative;
  height: 125px;
  width: 125px;
  margin: 14px auto;
  font-family: "National2-Medium", "Arial" !important;
}

/* line 45, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .trader-progress .diagram p {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 48px;
  line-height: 32px;
}

/* line 54, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .trader-progress .diagram p[data-completeness="100"] {
  left: -3px;
  font-size: 40px;
  line-height: 40px;
}

/* line 58, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .trader-progress .diagram p .units {
  font-size: 30px;
}

/* line 60, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .trader-progress .diagram canvas {
  width: 125px;
  height: 125px;
  color: #e02355;
  border-color: #bdbdbd;
}

/* line 65, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome .trader-progress .diagram canvas[data-completeness="100"] {
  border-color: #e02355;
}

/* line 68, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome a button {
  background: #f44336;
  padding: 10px;
  width: 130px;
  height: 48px;
  border-radius: 2px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  color: white;
  text-decoration: none;
}

/* line 79, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome a button:hover {
  text-decoration: underline;
}

/* line 81, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome a.profile-preview, .scene--card-profile .profile-welcome a.profile-community {
  display: block;
  float: right;
  margin-top: 15px;
}

/* line 86, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
.scene--card-profile .profile-welcome a.profile-community button {
  line-height: 15px;
}

@media only screen and (min-width: 768px) {
  /* line 90, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile {
    padding: 0px;
    border: 0px;
  }
  /* line 93, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome {
    flex-direction: row;
  }
  /* line 95, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .profile-intro {
    font-family: "National2-Regular", "Arial" !important;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: block;
  }
  /* line 101, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .profile-disclaimer {
    bottom: -30px;
  }
  /* line 104, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .text {
    font-family: "National2-Regular", "Arial" !important;
    font-size: 14px;
    line-height: 22px;
    color: #000;
  }
  /* line 109, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .diagram {
    height: 90px;
    width: 90px;
  }
  /* line 112, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .diagram p {
    height: 90px;
    width: 90px;
    font-family: "National2-Medium", "Arial" !important;
    font-size: 30px;
    line-height: 30px;
  }
  /* line 118, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .diagram canvas {
    height: 90px;
    width: 90px;
  }
  /* line 121, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome a.profile-preview, .scene--card-profile .profile-welcome a.profile-community {
    bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 125, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    margin-bottom: 20px;
  }
  /* line 32, app/assets/stylesheets/cell-x/grid.sass */
  .scene--card-profile > div {
    margin: 0 20px;
  }
  /* line 128, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome {
    width: 615px;
    margin: 0 auto;
    padding-top: 20px;
  }
  /* line 132, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .text {
    top: 64px;
    line-height: 16px;
  }
  /* line 137, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .diagram p[data-completeness="100"] {
    left: -3px;
    font-size: 26px;
    line-height: 34px;
  }
  /* line 141, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .diagram p[data-completeness="100"] .units {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 145, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    margin-bottom: 20px;
  }
  /* line 32, app/assets/stylesheets/cell-x/grid.sass */
  .scene--card-profile > div {
    margin: 0 20px;
  }
  /* line 148, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome {
    width: 755px;
    margin: 0 auto;
    padding-top: 20px;
  }
  /* line 152, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .diagram {
    height: 170px;
    width: 170px;
  }
  /* line 155, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .diagram p {
    height: 170px;
    width: 170px;
    font-family: "National2-Medium", "Arial" !important;
    font-size: 51px;
    line-height: 65px;
  }
  /* line 161, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .diagram p .units {
    font-size: 51px;
  }
  /* line 163, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .diagram p[data-completeness="100"] {
    font-size: 51px;
    line-height: 65px;
  }
  /* line 166, app/assets/stylesheets/blocks/for_traders/profile_welcome.sass */
  .scene--card-profile .profile-welcome .trader-progress .diagram canvas {
    height: 170px;
    width: 170px;
  }
}

/* line 1, app/assets/stylesheets/blocks/for_traders/validation_problems.sass */
.not-endorsable-container {
  width: 335px;
  margin: 0 auto;
  background-color: white;
  border: solid 1px red;
  border-radius: 4px;
  padding: 24px 20px;
  margin-bottom: 24px;
  margin-top: 7px;
}

/* line 9, app/assets/stylesheets/blocks/for_traders/validation_problems.sass */
.not-endorsable-container h1 {
  margin-bottom: 0.05em;
}

/* line 11, app/assets/stylesheets/blocks/for_traders/validation_problems.sass */
.not-endorsable-container ul {
  padding-top: 1em;
  padding: 1em 2em;
}

/* line 14, app/assets/stylesheets/blocks/for_traders/validation_problems.sass */
.not-endorsable-container ul li {
  list-style-type: disc;
}

@media only screen and (min-width: 768px) {
  /* line 18, app/assets/stylesheets/blocks/for_traders/validation_problems.sass */
  .not-endorsable-container {
    padding: 0;
    border: 0;
  }
  /* line 21, app/assets/stylesheets/blocks/for_traders/validation_problems.sass */
  .not-endorsable-container .not-endorsable {
    border-left: 0.5em solid red;
    padding-left: 0.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 26, app/assets/stylesheets/blocks/for_traders/validation_problems.sass */
  .not-endorsable-container {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    margin-bottom: 20px;
  }
  /* line 32, app/assets/stylesheets/cell-x/grid.sass */
  .not-endorsable-container > div {
    margin: 0 20px;
  }
  /* line 29, app/assets/stylesheets/blocks/for_traders/validation_problems.sass */
  .not-endorsable-container .not-endorsable {
    width: 615px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 33, app/assets/stylesheets/blocks/for_traders/validation_problems.sass */
  .not-endorsable-container {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    margin-bottom: 20px;
  }
  /* line 32, app/assets/stylesheets/cell-x/grid.sass */
  .not-endorsable-container > div {
    margin: 0 20px;
  }
  /* line 36, app/assets/stylesheets/blocks/for_traders/validation_problems.sass */
  .not-endorsable-container .not-endorsable {
    width: 755px;
    margin: 0 auto;
  }
}

/* line 20, app/assets/stylesheets/trader-admin.sass */
.no-js-spacer {
  height: 50px;
}
