.pixieStoreSwitcher .type_global {
  background-image: url(../images/header-global.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 21px;
}
.yello-sf {
  position: relative !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  display: inline !important;
  z-index: 1;
}
.yello-sf:after {
  position: relative;
  content: "";
  width: 100%;
  height: 20px;
  display: inline-flex;
  background: #FFDB00;
  position: absolute;
  left: 0;
  top: 27px;
  z-index: -1;
}
/** Banner Looking for **/
.banner-lookingfor {
  display: inline-flex;
  flex-direction: column;
}
.banner-lookingfor > div {
  display: flex;
}
@media (max-width: 767px) {
  .banner-lookingfor > div {
    flex-direction: column;
    width: 100%;
  }
}
.banner-lookingfor .image-container {
  width: 50%;
}
@media (max-width: 767px) {
  .banner-lookingfor .image-container {
    order: -1;
    width: 100%;
  }
}
.banner-lookingfor .image-container img {
  height: auto;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  max-width: 87%;
}
@media (max-width: 767px) {
  .banner-lookingfor .image-container img {
    float: none !important;
    margin: -30px 0 2rem 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-lookingfor .image-container img {
    float: none !important;
    margin: 0 !important;
    max-width: 100%;
  }
}
.banner-lookingfor .image-container.alt img {
  float: right;
}
.banner-lookingfor .text-container {
  padding-left: 3%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-self: center;
  text-align: left;
}
@media (max-width: 767px) {
  .banner-lookingfor .text-container {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0;
  }
}
.banner-lookingfor .text-container.alt {
  padding-right: 3%;
  padding-left: 0;
  text-align: left;
}
.banner-lookingfor .text-container.full {
  width: 70%;
  padding: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .banner-lookingfor .text-container.full {
    margin-top: -65px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-lookingfor .text-container.full {
    width: 100%;
  }
}
.banner-lookingfor .text-container h3 {
  color: #00984c;
  font-size: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .banner-lookingfor .text-container h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-lookingfor .text-container h3 {
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}
.banner-lookingfor .text-container.full h3 {
  max-width: 70%;
  margin: 0 auto 4rem auto;
}
@media (max-width: 767px) {
  .banner-lookingfor .text-container.full h3 {
    font-size: 2rem;
    line-height: 1.4;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-lookingfor .text-container.full h3 {
    font-size: 2rem;
    line-height: 1.4;
    max-width: 70%;
    margin-bottom: 2rem;
    margin-top: -40px;
  }
}
.banner-lookingfor .text-container p {
  font-size: 1.3rem;
  line-height: 1.7;
  color: black;
}
@media (max-width: 767px) {
  .banner-lookingfor .text-container p {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-lookingfor .text-container p {
    font-size: 1.2rem;
  }
}
.banner-lookingfor .text-container .infotext {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #949698;
  margin-bottom: 0;
}
.banner-lookingfor .text-container .infotext:before {
  content: " ";
  width: 30px;
  height: 30px;
  position: relative;
  top: 0;
  background-image: url(../images/our-network-members.svg);
  background-size: contain;
  display: inline-block;
  margin: 0 10px -8px 0;
}
.banner-lookingfor .text-container .infotext.alt:before {
  background-image: url(../images/our-network-insights.svg);
}
.banner-lookingfor .text-container .button {
  background: black;
  color: white;
  padding: 1.2rem 2.8rem;
  margin-top: 3rem;
  border-radius: 11px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .banner-lookingfor .text-container .button {
    padding: 1rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-lookingfor .text-container .button {
    margin-top: 1rem;
  }
}
.grey-body_background {
  background: #f2f4f5;
  position: relative;
}
.grey-body_background:before {
  content: " ";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f2f4f5;
  z-index: 1;
}
.grey-body_background .context-over {
  position: relative;
  z-index: 2;
}
.green-body_background {
  background: #00984d;
  color: white;
  position: relative;
}
@media (max-width: 767px) {
  .green-body_background {
    padding-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
.green-body_background:before {
  content: " ";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #00984d;
  z-index: 1;
}
.green-body_background .context-over {
  position: relative;
  z-index: 2;
}
