/* slim banner */

/* Typography */
.wf2306621-slim-copy h2 {
  color: #003366;
  font-family: var(--font-primary);
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25rem;
  margin: 0 0 4px;
}

.wf2306621-slim-copy p {
  color: #000;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-normal);
  font-size: 18px;
  line-height: 1.25rem;
}

/* content */
.wf2306621-slim {
  background-color: #f0f3f5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 0 30px;
  max-width: 960px;
  overflow: hidden;
  transition: 0.25s ease-out;
}

.wf2306621-slim-product {
  background-image: url("/sites/content/image/iaq-slim-image");
  background-position: 50% 25%;
  background-size: cover;
  height: 120px;
  width: 100%;
}

.wf2306621-slim-copy {
  align-items: flex-start;
  background-color: #f0f3f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 48px 32px 16px;
  position: relative;
  text-align: center;
  width: 100%;
}

.wf2306621-slim-arrow {
  align-items: center;
  background-color: #1c88c7;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}

.wf2306621-slim-arrow img {
  max-width: 10px;
}

/* hover state */
.wf2306621-slim:hover {
  opacity: 0.7;
  transition: 0.25s ease-out;
}

/* catalog banner */
.wf2306621-catalog {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 10px 0 30px;
  max-width: 700px;
  overflow: hidden;
}

.wf2306621-catalog-image {
  align-items: center;
  background-image: url('/sites/content/image/iaq-catalog-image');
  background-position: 50% 25%;
  background-size: cover;
  display: flex;
  height: 180px;
  justify-content: center;
  padding: 8px;
  text-align: center;
  width: 100%;
}

.wf2306621-catalog-image h2 {
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.75rem;
  margin: 0;
  max-width: 230px;
  width: 100%;
}

.wf2306621-catalog-copy {
  align-items: center;
  background-color: #00446A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 16px;
  text-align: center;
}

.wf2306621-catalog-copy p {
  color: #fff;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-normal);
  font-size: 18px;
  line-height: 1.25rem;
  margin: 0 0 16px;
  width: 100%;
}

@media (min-width: 480px) {
  .wf2306621-slim {
    flex-direction: row;
    min-height: 120px;
  }

  .wf2306621-slim-product {
    height: inherit;
    max-width: 240px;
  }

  .wf2306621-slim-copy {
    padding: 16px 48px 16px 16px;
    text-align: left;
  }

  /*    catalog banner */
  .wf2306621-catalog {
    flex-direction: row;
    min-height: 180px;
  }

  .wf2306621-catalog-image {
    height: inherit;
    max-width: 290px;
  }

  .wf2306621-catalog-copy {
    align-items: flex-start;
    padding: 16px 32px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .wf2306621-slim-copy h2 {
    font-size: 24px;
    line-height: 1.5rem;
  }

  .wf2306621-slim-copy {
    padding: 32px 64px 32px 32px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 480px), (-ms-high-contrast: active) and (min-width: 480px) {
  .wf2306621-slim {
    height: 120px;
  }

  .wf2306621-catalog {
    height: 180px;
  }

  .wf2306621-catalog-copy {
    width: 75%;
  }
}
