div#BambooHR * {
    color: inherit;
}

.text-page .content {
	max-width: 80em;
}
.text-page .content .col-md-12,
div#BambooHR {
	max-width: 40em;
	margin: auto;
	float: none;
}
.careers-img > div + div {
	margin-top: 2em;
}
.two-columns-flex .row {
    display: flex;
    align-items: center;
}

.gtranslate label {
	display: block;
}
.gtranslate select {
	color: #333;
	padding: .25em;
	margin-top: .25em;
	width: 10em;
}


/* NEW CAROUSEL CSS */
.hero-img-container {
	margin-bottom: 0;
	position: relative;
	font-size: 2em;
	& .hero-cta {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 1em;
		  margin-top: 1.5em;
		width: max-content;
		@media (max-width: 380px) {
		  width: 100%;
		}
    }
	& h1 {
		font-size: 3em;
		line-height: 1;
		margin: 0;
	}
	& .img-responsive {
		width: 100%;
		max-width: initial;
	}
}
.background-overlay {
  @media (min-width: 835px) {
    &:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255,255,255,.25);
    }
    &:has(.light-font):before {
      background-color: rgba(0,0,0,.25);
    }
  }
}
.cta-text {
  position: absolute;
  & h1 {
    font-weight: 400;
  }
}
.top-left {
  top: 3rem;
  left: 3rem;
}
.top-center {
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.top-right {
  top: 3rem;
  right: 3rem;
}
.center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    text-align: center;
}
.center-left {
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
}
.center-right {
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}
.bottom-left {
  bottom: 3rem;
  left: 3rem;
}
.bottom-center {
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.bottom-right {
  bottom: 3rem;
  right: 3rem;
}
.button-center {
  margin-left: auto;
  margin-right: auto;
}
.button-right {
  margin-left: auto;
}
.mobile-background {
  padding: 2rem 3rem 3rem;
}
.hero-wrapper-link {
    text-decoration: none;
    color: inherit;
}
.text-shadow .text-editor-block {
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
@media (min-width: 835px) {
    .hidden-responsive-up {
        display: none;
    }
}
@media (max-width: 834px) {
    .hidden-responsive-down {
        display: none;
    }
    .cta-text {
        position: initial;
        transform: initial;
        max-width: initial;
        width: 100%;
        padding: 2rem 1rem 3rem;
    }
}

.shop-hero-container {
  & > div {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1920px;
    margin: auto;
    padding: 0 1rem;
  }
}
