.entry-element-container.intro-message {
  margin-bottom: 0;
}

.homepage.lead-message {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: auto;
  max-width: 48rem;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  text-align: center;
}

.homepage.lead-message-primary {
	text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.banner_figure {
  display: flex;
  position: relative;
  width: 100%;
  height: 0;
  padding: 14% 0;
  margin: 0;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
  
.banner_image {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

img.banner_image.carousel {
	top: 0;
}

.help-title {
  text-align: center;
}
.help-title h2 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
  margin-top: 2rem;
}
.commitments-title {
  text-align: center;
}
.commitments-title h2 {
  text-align: center;
  margin-top: 2rem;
}

.banner_title {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0.5rem;
  color: #fff;
  z-index: 1;
}

.banner_title h1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 1rem auto;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
}
.homepage-logo {
  display: inline-block;
  position: relative;
  margin-right: 0.25rem;
  line-height: 3.5rem;
  height: 3.125rem;
  width: 3.125rem;
}

.link-listing {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: auto;
}

/*
.diversity .tile-link-button {
  color: #fff;
  background-color: rgba(114,106,164,1);
  font-weight: 400;
}
.sustainability .tile-link-button {
  color: #fff;
  background-color: rgba(81,176,84,1);
  font-weight: 400;
} */



/* ================================= */
/*         HOME PAGE CAROUSEL        */
/* ================================= */

.fixed.banner_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.learn-tiles {
  display: block;
  position: relative;
  width: 100%;
  max-width: 48rem;
  height: auto;
  margin: 1rem auto;
  padding: 0;
}
.commitment-listing .learn-tiles {
  max-width: 36rem;
}
.learn-tiles a,
.learn-tiles .disabled {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0.5rem;
  text-decoration: none;
  width: calc(50% - 2rem);
  vertical-align: top;
}

.learn-tiles figure {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.learn-tiles figure figcaption {
  display: flex;
  position: absolute;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 2rem;
  font-family: 'Sofia Pro',PingFangSC,sans-serif;
  line-height: 1.75rem;
  background-color: rgba(0,0,0,0.42);
  padding: 0 2rem;
  text-transform: uppercase;
}
.learn-tiles .disabled figure figcaption {
  background-color: rgba(0,0,0,0.88);
}
.commitment-listing .learn-tiles figure figcaption {
  font-size: 1.5rem;
}
.learn-tiles a:hover figure figcaption {
  background-color: rgba(0,0,0,0.73);
}
.learn-tiles .learn-tile-description {
  display: block;
  position: relative;
  font-size: 1rem;
  font-family: 'Sofia Pro',PingFangSC,sans-serif;
  line-height: 1.25rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem 0;
  text-align: center;
}


a.listing-item.genre-block.diversity.category {
	background-color: #f39240;
}
a.listing-item.genre-block.sustainability.category {
	background-color: #6B992E;
}

figure.banner_figure.homepage:after {
	content: "";
    background: linear-gradient(2deg, #000000DD, #000000AA, #00000091, transparent, transparent);
    width: 100%;
    height: 12rem;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.entry-element-container.gem-push {
  margin-top: 3rem;
}
.entry-element-container.gem-push .entry-gem-card.small .gem-card-description {
  font-size: 1rem;
  line-height: 1.125rem;
}
.entry-element-container.gem-push .entry-gem-card.small .gem-card-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.disabled {
	display: none!important;
}

@media screen and (max-width: 480px) {
  .banner_figure {
    padding: 23% 0;
  }
  .banner_title h1 {
    font-size: 1.375rem;
    line-height: 1.5rem;
    width: fit-content;
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
  }
  .homepage-logo {
    margin-right: 0rem;
    line-height: 2rem;
    height: 1.75rem;
    width: 1.75rem;
  }
  .learn-tiles a,
  .learn-tiles .disabled {
    width: calc(100% - 1rem);
  }
  .learn-tiles .learn-tile-description {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  figure.banner_figure.homepage:after {
    height: 8rem;
  }
}

@media screen and (min-width:481px) and (max-width: 800px) {
  .banner_figure {
    padding: 20% 0;
  }
  .banner_title h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .homepage-logo {
    margin-right: 0.125rem;
    line-height: 3rem;
    height: 2.25rem;
    width: 2.25rem;
  }
  .learn-tiles .learn-tile-description {
    font-size: 0.925rem;
    line-height: 1.0125rem;
  }
  figure.banner_figure.homepage:after {
    height: 10rem;
  }
}

@media screen and (min-width:481px) and (max-width:639px) {
  .learn-tiles figure figcaption {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width:640px) and (max-width:800px) {
  .learn-tiles figure figcaption {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}