/* Header: product flyout — non-linked row matches link typography (#product-block ul li a) */
#product-block ul li .nav-product-label {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  float: left;
  font-size: 18px;
  font-family: "albert-sans-v1-latin-500", sans-serif;
  color: #437361;
  padding-left: 10px;
  text-align: left !important;
  cursor: default;
}

/*
 * Mobile off-canvas: “Products” heading + non-link product rows are not <a>, so Foundation’s
 * .menu styles and body text color win unless we scope under #offCanvas with !important.
 */
#offCanvas .mobile-menu ul li.mobile-menu-products-group .mobile-menu-products-heading,
#offCanvas .mobile-menu ul li.mobile-menu-products-group .mobile-menu-products-heading sup {
  color: #ffffff !important;
  font-family: "albert-sans-v1-latin-500", sans-serif !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}

#offCanvas .mobile-menu ul li.mobile-menu-products-group .mobile-menu-products-heading {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  padding: 15px 0 !important;
  padding-left: 15px !important;
  margin: 0 !important;
  cursor: default !important;
  line-height: 1.2 !important;
}

#offCanvas .mobile-menu ul li.mobile-menu-products-group .mobile-menu-product-nested li .mobile-menu-product-label,
#offCanvas .mobile-menu ul li.mobile-menu-products-group .mobile-menu-product-nested li .mobile-menu-product-label sup {
  color: #ffffff !important;
  font-family: "albert-sans-v1-latin-500", sans-serif !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}

#offCanvas .mobile-menu ul li.mobile-menu-products-group .mobile-menu-product-nested li .mobile-menu-product-label {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  padding: 15px 0 !important;
  padding-left: 15px !important;
  margin: 0 !important;
  cursor: default !important;
  line-height: 1.2 !important;
}

/* Home: space after green feature banner before first widget block */
@media print, screen and (min-width: 40em) {
  #home_blocks {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* Footer: extra breathing room above columns */
@media print, screen and (min-width: 40em) {
  #footer {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  #footer {
    padding-top: 2rem !important;
  }
}

/* Home content blocks: vertically center image column with title / subtitle / body (medium+). */

@media screen and (max-width: 39.9375em) {
  #home_blocks .home-blocks__copy {
    padding-top: 0.75rem;
  }
}

@media print, screen and (min-width: 40em) {
  #home_blocks .home-blocks__row {
    align-items: center;
  }

  #home_blocks .home-blocks__row .home-blocks__figure {
    display: flex;
    align-items: center;
  }

  #home_blocks .home-blocks__row .home-blocks__figure.text-right {
    justify-content: flex-end;
  }

  #home_blocks .home-blocks__row .home-blocks__figure.text-left {
    justify-content: flex-start;
  }

  #home_blocks .home-blocks__row .home-blocks__figure.text-center {
    justify-content: center;
  }

  #home_blocks .home-blocks__row .home-blocks__figure img {
    margin-top: 0 !important;
    display: block;
  }
}
