/* typography */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .brand-pages .widget-logo h1 {
    margin: 0;
  }
  
  .brand-pages h1,
  .brand-pages h2,
  .brand-pages h3,
  .brand-pages h4 {
    color: #0066b2;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0 0 .5em;
    text-transform: uppercase;
  }
  
  .brand-pages h1,
  .brand-pages h2,
  .brand-pages h3 {
    font-size: 36px;
    line-height: 38px;
  }
  
  .brand-pages h4 {
    font-size: 26px;
    line-height: 22px;
  }
  
  .brand-pages p {
    color: #58585a;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 300;
    margin: 1em 0 1.5em;
  }
  
  .brand-pages .widget-html-image .rte >:first-child {
    margin-top: 0;
  }
  
  
  /* images */
  
  .brand-pages img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
  
  
  /* logo block */
  
  .brand-pages .logo img {
    max-width: 100%;
    width: 200px;
  }
  
  
  /* heading blocks */
  
  .brand-pages .widget-logo {
    padding: 35px 0 0;
  }
  
  .brand-pages .logo {
    margin-bottom: 0;
  }
  
  .brand-pages .container-flud.banner {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  
  
  /* heading blocks */
  
  .brand-pages .heading h1,
  .brand-pages .heading h2,
  .brand-pages .heading h3 {
    margin: 1em 0 0;
  }
  
  .brand-pages .heading {
    margin-top: 45px;
  }
  
  .brand-pages .works.heading {
    margin:0 auto;
    padding: 45px 0 30px;
  }
  .brand-pages .works .widget-html-image .image {
      text-align: center;
      padding-bottom: 60px;
  }
  .brand-pages .heading h2 {
      color: #58585a;
  }
  
  /* Features */
  
  .brand-pages .features-container {
    margin-bottom: 0;
    position: relative;
    background-color: #f9bdd9;
  }
  
  .brand-pages .features-container.features-2 {
    margin-bottom: 0;
  }
  
  .brand-pages .features-container h3,
  .brand-pages .features-container p {
    color: #58585a;
  }
  
  .brand-pages .features-container .rte {
    padding: 40px 20px;
  }
  
  .brand-pages .features-container .image {
    text-align: center;
    margin: 0 -15px;
  }
  
  @media (min-width: 480px) {
    .brand-pages .features-container .rte {
      padding: 40px 70px;
    }
  }
  
  @media (min-width: 992px) {
    .brand-pages .features-container .col-md-6 {
      position: relative;
    }
    .brand-pages .features-container .widget-html-image {
      display: table;
      height: 100%;
    }
    .brand-pages .features-container .widget-html-image .rte {
      vertical-align: middle;
      display: table-cell;
    }
    .brand-pages .features-container .image {
      position: absolute;
      margin: 0;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-size: 100%;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      min-height: 400px;
    }
    .brand-pages .features-1 .image {
      background-image: url('/resources/themes/plumbing/images/brands/bwt/softener/feature-01.png');
    }
    .brand-pages .features-2 .image {
      background-image: url('/resources/themes/plumbing/images/brands/bwt/softener/feature-02.png');
    }
    .brand-pages .features-container .image img {
      display: none;
    }
  }
  
  
  /* Domestic Range & Commercial Range */
  
  .range .widget-html-image .image figcaption {
    bottom: 0;
    top: auto;
    font-size: 22px;
    color: #58585a;
    font-weight: 300;
  }
  
  @media (min-width: 789px) {
    .range .widget-html-image .image figcaption {
      font-size: 26px;
    }
  }
  
  .range img {
    width: 100%;
  }
  .brand-pages .bg-grey {
    background-color: #f3f3f3;
   } 
  
   .brand-pages .container-fluid.range {
      padding: 0;
   }
  
  /* Download PDF */
  
  .brand-pages .download-container .widget-slider .slick-slider .slick-prev {
    left: -15%;
  }
  
  .brand-pages .download-container .widget-slider .slick-slider .slick-next {
    right: -15%;
  }
  
  .brand-pages .download-container .widget-slider .slick-slider .slick-prev:before,
  .brand-pages .download-container .widget-slider .slick-slider .slick-next:before {
    color: white;
    font-size: 40px;
    font-weight: bold;
  }
  
  .slick-disabled {
    pointer-events: none;
  }
  
  .brand-pages .download-container .slick-dots {
    margin-bottom: 0;
    margin-top: 30px;
  }
  
  .brand-pages .download-container .slick-dots li.slick-active button:before {
    color: #ffffff;
  }
  
  .brand-pages .download-container .slick-dots li button:before {
    color: #ffffff;
  }
  
  .brand-pages .download-container {
    background-color: #f9bdd9;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .brand-pages .download-container h4 {
    color: #58585a;
    letter-spacing: 0.02em;
    margin-bottom: 1em;
  }
  
  .brand-pages .download-container .widget-slider.carousel .slick-slider .slick-slide .image {
    margin-bottom: 0;
  }
  
  .brand-pages .download-container .widget-slider.carousel .slick-slider .slick-track {
    margin: 0 auto;
  }
  
  .brand-pages .download-container figcaption {
    color: #58585a;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    max-width: 180px;
    font-weight: 500;
    text-align: center;
    margin: .25em auto 1em;
  }
  
  .brand-pages .download-container .slick-slide .text {
    margin-top: 10px;
  }
  
  .brand-pages .download-container .widget-link {
    background-color: white;
    border: none;
    color: #58585a;
    font-size: 16px;
    letter-spacing: 0.02em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 22px;
    padding: 8px 16px;
    transition: all 0.5s linear;
  }
  @media (max-width: 767px) {
    .brand-pages .download-container .widget-link {
      font-size: 10px;
    }
  }
  
  .brand-pages .download-container .widget-link:hover {
    background-color: #58585a;
    color: white;
    border: none;
  }