.homepage-content {
  align-items: center;
  color: #595454;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  font: var(--font-weight-normal) 16px/1.2em var(--font-primary);
  position: relative;
  width: 100%;
}
.homepage-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.homepage-content_section {
  background: #fff;
  max-width: 980px;
  padding: 0.75em 0em;
  width: 100%;
}
.homepage-content_section--emphasis {
  align-items: center;
  background: #f0f3f5;
  display: flex;
  flex: 0 1 auto;
  margin: 1em 0;
  width: 100%;
}
.homepage-content_section--grey {
  background: none;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  position: relative;
}
.homepage-content_section--grey:after {
  align-self: center;
  background: linear-gradient(#f0f3f5, #fff);
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100vw;
  z-index: -1;
}
.homepage-content_section.content > div + div {
  margin-top: 0.5em;
}
.homepage-content a {
  cursor: pointer;
  text-decoration: none;
}
.homepage-content li {
  list-style: none;
}

.button--primary {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: center;
  background: #1c88c7;
  color: #fff;
}
a:hover > .button--primary, .button--primary:hover {
  background: #1a80bb;
}
.button--primary_dark {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: center;
  background: #fff;
  border: 1px solid #1c88c7;
  color: #1c88c7;
}
a:hover > .button--primary_dark, .button--primary_dark:hover {
  background: #d8e8f5;
}

.container--list {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  transition: all ease 0.25s;
  width: 100%;
}
.container--list:hover {
  box-shadow: 0 0.25em 12px -4px rgba(0, 0, 0, 0.1);
  transform: translate(0, -0.125em);
}

.container--card {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  transition: all ease 0.25s;
  background: #fff;
  border: 1px solid #e4e3e3;
  border-radius: 3px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100%;
}
.container--card:hover {
  box-shadow: 0 0.25em 12px -4px rgba(0, 0, 0, 0.15);
  transform: translate(0, -0.125em);
}

.container--tile {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  transition: all ease 0.25s;
  flex-direction: row;
  height: 40px;
  justify-content: flex-start;
}
.container--tile:hover {
  box-shadow: 0 0.25em 12px -4px rgba(0, 0, 0, 0.5);
  filter: brightness(2);
  transform: translate(0, -0.125em);
}
.container--tile.kob--builder {
  background: url(/sites/content/image/2600002841031), #00446a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.container--tile.kob--comech {
  background: url(/sites/content/image/2600002841032), #00446a;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.container--tile.kob--fs {
  background: url(/sites/content/image/2600002841033), #00446a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.container--tile.kob--ff {
  background: url(/sites/content/image/2600002841034), #00446a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.container--tile.kob--hvac {
  background: url(/sites/content/image/2600002841035), #00446a;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.container--tile.kob--ind {
  background: url(/sites/content/image/2600002841036), #00446a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.container--tile.kob--resplum {
  background: url(/sites/content/image/2600002841037), #00446a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.container--tile.kob--ww {
  background: url(/sites/content/image/2600002841038), #00446a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.container--h {
  align-items: stretch;
  flex-direction: row;
  width: 100%;
}

.section_heading {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  justify-content: space-between;
}
.section_link {
  color: #1c88c7;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: 600;
  text-align: right;
}
.section_body {
  font-size: 1em;
}
.section_body p + h4 {
  margin-top: 1em;
}
.section_body p + a {
  margin: 1em 0;
}
.section_body p.body_content {
  color: #595454;
  font-size: 0.85em;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.section_body h4.body_heading {
  color: #595454;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.section_body a.body_link {
  color: #1c88c7;
  cursor: pointer;
  font-weight: 600;
}
.section_body a.body_link:hover {
  text-decoration: underline;
}
.section_body--center {
  text-align: center;
}

h3.section_title {
  font-size: 1em;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
}

.catalog_group--4, .catalog_group--6 {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.25em 0 0;
  position: relative;
}
.catalog_group--4 > li {
  min-width: 120px;
  width: 45%;
}
.catalog_group--6 > li {
  min-width: 80px;
  width: 30%;
}
.catalog_item {
  display: flex;
  flex: 0 1 auto;
  padding: 0.65em 0;
  position: relative;
}
.catalog_link {
  color: #1c88c7;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.25em;
  padding: 0.5em;
  text-align: center;
  width: 100%;
}
.catalog_image {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  height: 100%;
  justify-content: center;
  max-height: 120px;
  padding: 0.75em;
  position: relative;
  width: 100%;
}
.catalog_image img {
    height: auto;
    max-height: 100px;
    width: 100px;
}
@supports (object-fit: contain) {
  .catalog_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.catalog_image--emphasis {
  background: #f0f3f5;
  padding: 0.5em;
}

.banner_group--3 {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.banner_group--3 > li {
  width: 100%;
}
.banner_item {
  display: flex;
  flex: 0 1 auto;
  padding: 0.25em 0;
}
.banner_image {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  height: 100%;
  justify-content: center;
  max-height: 90px;
  max-width: 90px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner_image img {
  width: 90px;
  height: auto;
  /* max-height: 90px; */
}
@supports (object-fit: cover) {
  .banner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.banner_image--sm {
  max-height: 60px;
  max-width: 60px;
}
.banner_image--sm img {
  width: 60px;
  height: auto;
  /* max-height: 60px; */
}
@supports (object-fit: cover) {
  .banner_image--sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.banner_content {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  font-size: 1em;
  line-height: 1.25em;
  justify-content: center;
  padding: 0.75em 1em;
}
.banner_content--sm {
  padding: 0.5em 1em;
}
.banner_title {
  font-weight: 600;
}
.banner_title--proselect, .banner_title--proflo {
  font: var(--font-weight-bold) 1.25em/1.2em var(--font-primary);
  text-transform: uppercase;
  color: #fff;
}
.banner_link {
  color: #1c88c7;
  font-weight: var(--font-weight-semibold);
}
.banner--proselect {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  min-height: 80px;
  justify-content: space-between;
  padding: 1.25em 1em;
  position: relative;
  background: #d22435;
  flex-direction: column;
}
.banner--proselect > * + * {
  margin-top: 1em;
}
.banner--proflo {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  min-height: 80px;
  justify-content: space-between;
  padding: 1.25em 1em;
  position: relative;
  background: #00446a;
  flex-direction: column;
}
.banner--proflo > * + * {
  margin-top: 1em;
}

.hero {
  background: none;
  margin: 0 auto;
}
.hero_products {
  background: none;
  margin: 0 auto;
}
.hero_container--back2business {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5em 0;
}
.hero_container--back2business:after {
  background: #f0f3f5;
  content: "";
  height: 740px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero_container--back2business > * + * {
  margin-top: 1em;
}

h2.hero_title--back2business {
  color: #00446a;
  font-size: 4.5vw;
  font-family: var(--font-primary);
font-weight: var(--font-weight-normal);
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
h2.hero_title--back2business span {
  font-size: 2em;
}
h2.hero_title--back2business em {
  color: #f0f3f5;
  position: relative;
}

h2.hero_title--back2business em:after {
  background: url(https://www.ferguson.com/sites/content/image/Success), #fff;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  content: "";
  height: 50px;
  max-height: 55px;
  max-width: 55px;
  position: absolute;
  left: -40%;
  top: 16%;
  width: 50px;
}

@supports (width: 8vw) {
  h2.hero_title--back2business em:after {
    background: url(https://www.ferguson.com/sites/content/image/Success), #fff;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    content: "";
    height: 8vw;
    max-height: 55px;
    max-width: 55px;
    position: absolute;
    left: -40%;
    top: 16%;
    width: 8vw;
  }
}

h2.hero_title--back2business bold {
  font-family: var(--font-primary);
font-weight: var(--font-weight-semibold);
}

.kob_group {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.25em 0 0;
  position: relative;
}
.kob_item {
  list-style: none;
  padding: 0.25em 0;
  position: relative;
  width: 49%;
}
.kob_link {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.2em;
  padding: 1em;
  text-align: left;
}

footer img {
  display: block;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .homepage-content_section--emphasis {
    margin: 0;
  }

  .catalog_group--4, .catalog_group--6 {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.25em 0 0;
    position: relative;
  }
  .catalog_group--4 > li {
    min-width: 100px;
    width: 24%;
  }
  .catalog_group--6 > li {
    min-width: 60px;
    width: 14%;
  }

  .banner_group--3 > li {
    width: 33%;
  }
  .banner_item {
    padding: 0.25em 0;
  }
  .banner_image {
    max-height: 250px;
    max-width: 250px;
    width: 35%;
  }
  .banner_image--sm {
    max-height: 100px;
    max-width: 100px;
  }
  .banner_content {
    font-size: 0.9em;
    justify-content: space-around;
    width: 65%;
  }
  .banner_content--sm {
    font-size: 0.5em;
    padding: 0.5em 1em;
  }
  .banner_title--proselect {
    width: 65%;
  }
  .banner_title--proflo {
    width: 75%;
  }
  .banner--proselect {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    min-height: 80px;
    justify-content: space-between;
    padding: 1.25em 1em;
    position: relative;
  }
  .banner--proselect > div {
    margin: 0;
  }
  .banner--proflo {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    min-height: 80px;
    justify-content: space-between;
    padding: 1.25em 1em;
    position: relative;
  }
  .banner--proflo > div {
    margin: 0;
  }

  .kob_item {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .homepage-content_section {
    padding: 1em 0px;
  }
  .homepage-content_section--emphasis {
    margin: 1em 0;
  }
  .homepage-content_section.content > div + div {
    margin-bottom: 2em;
  }

  .button--primary, .button--primary_dark {
    font-size: 1em;
    padding: 0.5em 1.25em;
  }

  .container--tile {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    transition: all ease 0.25s;
    height: 80px;
    justify-content: flex-end;
  }

  .section_link {
    font-size: 1em;
  }
  .section_body p.body_content {
    font-size: 0.9em;
  }

  h3.section_title {
    font-size: 1.25em;
  }

  .catalog_group--4 > li {
    min-width: 160px;
    width: 24%;
  }
  .catalog_group--6 > li {
    min-width: 100px;
    width: 14%;
  }
  .catalog_item {
    padding: 0.5em 0;
  }
  .catalog_link {
    font-size: 0.8em;
    line-height: 1.25em;
    min-height: 50px;
    padding: 0.5em;
  }

  .banner_group--3 > li {
    min-width: 220px;
    width: 32%;
  }
  .banner_content {
    font-size: 0.95em;
  }
  .banner_content--sm {
    font-size: 0.9em;
  }
  .banner_title--proselect, .banner_title--proflo {
    font:  var(--font-weight-bold) 1.5em/1.2em var(--font-primary);
    width: 75%;
  }

  .hero_container--back2business {
    padding: 2em 0;
  }
  .hero_container--back2business > * + * {
    margin-top: 1.5em;
  }

  h2.hero_title--back2business {
    font-size: 2em;
  }

  .kob_item {
    padding: 0.5em 0;
    width: 10%;
  }
  .kob_link {
    padding: .5em .25em;
    text-align: center;
    width: 100%;
  }
}