/**
* Importing by selector filtering example
* https://github.com/maoberlehner/node-sass-magic-importer/tree/master/packages/node-sass-magic-importer#selector-filtering
 */
/**
* Importing by glob example
* https://github.com/maoberlehner/node-sass-magic-importer/tree/master/packages/node-sass-magic-importer#globbing
 */
.brands-list {
  margin-top: 40px;
}
@media screen and (min-width: 750px) {
  .brands-list {
    margin-top: 85px;
  }
}
.brands-list h2 {
  color: var(--color-secondary);
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.52px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .brands-list h2 {
    margin-bottom: 48px;
    line-height: 63px;
  }
}
.brands-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 750px) {
  .brands-list__items {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 26px;
    grid-row-gap: 56px;
    margin-bottom: 157px;
  }
}
.brands-list__item-cta {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-secondary);
  letter-spacing: -0.21px;
  margin-top: 6px;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .brands-list__item-cta {
    font-size: 24px;
  }
}
.brands-list__item-image {
  aspect-ratio: 4/3;
  border: 1px solid rgb(151, 151, 151);
  width: 100%;
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding: 15px;
}
.brands-list__item a {
  display: block;
  height: 100%;
}
.brands-list__item a img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

body.has-greenhouse-block #content {
  margin-top: 0;
  padding-top: 0;
}
body.has-greenhouse-block .pad-top {
  padding-top: 10px;
}
@media screen and (min-width: 750px) {
  body.has-greenhouse-block .pad-top {
    padding-top: 30px;
  }
}
body.has-greenhouse-block .pad-bottom {
  padding-bottom: 30px;
}
@media screen and (min-width: 750px) {
  body.has-greenhouse-block .pad-bottom {
    padding-top: 30px;
  }
}

.wp-block-acf-phynet-hero-block .acf-block-preview .hero-block {
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero-block {
  color: var(--color-secondary);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .hero-block {
    aspect-ratio: 1600/675;
    display: flex;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.hero-block h2 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .hero-block h2 {
    font-size: 60px;
    letter-spacing: -0.52px;
    line-height: 63px;
    margin-bottom: 40px;
    margin-top: 0px;
    text-align: left;
  }
}
.hero-block p {
  font-size: 1.1rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .hero-block p {
    font-size: 1.5rem;
    letter-spacing: -0.31px;
    line-height: 1.5;
  }
}
.hero-block__image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 750px) {
  .hero-block__image {
    position: absolute;
    z-index: 0;
  }
}
.hero-block::after {
  content: "";
  clear: both;
}
@media screen and (min-width: 750px) {
  .hero-block__content {
    z-index: 1;
    max-width: 560px;
    margin-left: 100px;
    margin-top: 6.6875%;
    margin-bottom: 30px;
  }
}

.has-greenhouse-block-detail article {
  margin-top: 20px;
}
.has-greenhouse-block-detail .aioseo-breadcrumbs {
  margin-left: 30px;
}
.has-greenhouse-block-detail #grnhse_app iframe {
  max-width: 1000px;
}
.has-greenhouse-block-detail .gh-breadcrumb {
  margin-left: 20px;
  font-size: 1.2rem;
}
.has-greenhouse-block-detail .gh-breadcrumb a {
  color: var(--color-secondary);
}

#greenhouse-careers {
  text-align: center;
}

#greenhouse-careers {
  background-color: #fff;
}
@media screen and (min-width: 750px) {
  #greenhouse-careers {
    height: 100%;
    max-width: calc(100% - 40px);
    min-width: 500px;
    padding-bottom: 50px;
    width: 100%;
  }
}
#greenhouse-careers h2 {
  color: var(--primary-color);
  font-size: 3.75rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 750px) {
  #greenhouse-careers h2 {
    margin-bottom: 30px;
  }
}
#greenhouse-careers .brand-logo {
  margin: 30px auto;
  width: 100%;
  max-width: 300px;
}
#greenhouse-careers .careers-results-count {
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}
#greenhouse-careers .careers-filters {
  margin-bottom: 60px;
}
#greenhouse-careers .careers-filters .toolbar input,
#greenhouse-careers .careers-filters .toolbar select {
  height: 48px;
  font-size: 17px;
  display: flex;
  align-items: center;
  padding: 0 14px;
}
#greenhouse-careers .careers-filters .toolbar input::-moz-placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: var(--color-primary);
}
#greenhouse-careers .careers-filters .toolbar input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: var(--color-primary);
}
#greenhouse-careers .careers-filters .toolbar input::-moz-placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: var(--color-primary);
}
#greenhouse-careers .careers-filters .toolbar input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: var(--color-primary);
}
#greenhouse-careers .careers-filters .toolbar select {
  border: 1px solid #8691a6;
  width: 26%;
  padding-right: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
@media (min-width: 750px) {
  #greenhouse-careers .careers-filters .toolbar select:not(:first-of-type) {
    margin-left: 15px;
  }
}
@media (max-width: 750px) {
  #greenhouse-careers .careers-filters .toolbar select {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
@media (min-width: 1100px) {
  #greenhouse-careers .careers-filters .toolbar {
    display: flex;
    justify-content: space-between;
  }
}
#greenhouse-careers .careers-filters .toolbar .srch {
  width: 30%;
  max-height: 48px;
  position: relative;
}
#greenhouse-careers .careers-filters .toolbar .srch input {
  height: 48px;
  max-height: 48px;
  width: 100%;
}
@media (max-width: 1100px) {
  #greenhouse-careers .careers-filters .toolbar .srch {
    width: 100%;
    margin-bottom: 20px;
  }
}
#greenhouse-careers .careers-filters .toolbar .srch::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 50 50" width="50px" height="50px"><path d="M 21 3 C 11.601563 3 4 10.601563 4 20 C 4 29.398438 11.601563 37 21 37 C 24.355469 37 27.460938 36.015625 30.09375 34.34375 L 42.375 46.625 L 46.625 42.375 L 34.5 30.28125 C 36.679688 27.421875 38 23.878906 38 20 C 38 10.601563 30.398438 3 21 3 Z M 21 7 C 28.199219 7 34 12.800781 34 20 C 34 27.199219 28.199219 33 21 33 C 13.800781 33 8 27.199219 8 20 C 8 12.800781 13.800781 7 21 7 Z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
#greenhouse-careers .careers-filters .toolbar .selcts {
  width: 70%;
}
@media (max-width: 1100px) {
  #greenhouse-careers .careers-filters .toolbar .selcts {
    width: 100%;
  }
}
@media (min-width: 750px) {
  #greenhouse-careers .careers-filters .toolbar .selcts {
    display: flex;
    justify-content: flex-end;
  }
}
#greenhouse-careers .careers-filters .toolbar .selcts .nice-select {
  margin: 0 2px;
  height: 48px;
}
@media (max-width: 750px) {
  #greenhouse-careers .careers-filters .toolbar .selcts .nice-select {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
}
#greenhouse-careers .careers-filters .toolbar .selcts > div {
  font-size: 17px;
  font-weight: bold;
  min-width: 100px;
}
#greenhouse-careers .careers-filters .toolbar .selcts > div:not(.nice-select) {
  height: 100%;
}
#greenhouse-careers .careers-filters .toolbar .selcts > div.fltrby {
  min-width: 110px;
  height: 48px;
}
@media (min-width: 750px) {
  #greenhouse-careers .careers-filters .toolbar .selcts > div {
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 750px) {
  #greenhouse-careers .careers-filters .toolbar .selcts > div {
    margin-bottom: 10px;
    text-align: left;
  }
}
#greenhouse-careers .careers-filters .toolbar button {
  text-transform: uppercase;
  width: 315px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  margin-left: 15px;
  width: auto;
  padding: 0 20px;
  height: 48px;
  max-height: 48px;
}
@media (max-width: 750px) {
  #greenhouse-careers .careers-filters .toolbar button {
    margin-left: 0px;
    width: 100%;
  }
}
#greenhouse-careers.isMainBrand .careers-filters .toolbar {
  display: block;
}
#greenhouse-careers.isMainBrand .careers-filters .toolbar .srch, #greenhouse-careers.isMainBrand .careers-filters .toolbar .selcts {
  width: 100%;
  margin-bottom: 20px;
}
#greenhouse-careers .careers-listings a {
  text-decoration: none;
}
#greenhouse-careers .careers-listings .listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #8691a6;
}
@media (max-width: 750px) {
  #greenhouse-careers .careers-listings .listing {
    flex-direction: column;
    align-items: flex-start;
  }
}
#greenhouse-careers .careers-listings .listing .info {
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  #greenhouse-careers .careers-listings .listing .info {
    width: calc(100% - 330px);
  }
}
@media screen and (min-width: 750px) {
  #greenhouse-careers .careers-listings .listing .info {
    margin-bottom: 0px;
  }
}
#greenhouse-careers .careers-listings .listing .info > div {
  font-size: 1.3125rem;
  color: #000;
  margin: 5px 0;
  line-height: 1.8125rem;
}
#greenhouse-careers .careers-listings .listing .info > div:last-of-type {
  font-weight: bold;
  font-size: 1.75rem;
  color: var(--color-primary);
}
#greenhouse-careers .careers-listings .listing .details-button {
  text-transform: uppercase;
  width: 315px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 750px) {
  #greenhouse-careers .careers-listings .listing .details-button {
    margin: 0;
    width: 315px;
  }
}
#greenhouse-careers .careers-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
#greenhouse-careers .careers-pagination a {
  text-decoration: none;
}
#greenhouse-careers .careers-pagination .lnks {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#greenhouse-careers .careers-pagination .lnks > a,
#greenhouse-careers .careers-pagination .lnks span {
  padding: 0 5px;
  color: var(--color-secondary);
  font-weight: normal;
  font-size: 1.5rem;
}
#greenhouse-careers .careers-pagination .page-numbers.current {
  color: var(--color-primary);
}
#greenhouse-careers .careers-pagination .page-numbers.prev:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid var(--color-secondary);
  margin-right: 10px;
}
#greenhouse-careers .careers-pagination .page-numbers.next:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--color-secondary);
  margin-left: 10px;
}
#greenhouse-careers .view_all {
  text-transform: uppercase;
  width: 315px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  margin: auto;
}
#greenhouse-careers .no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding: 50px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 24px;
  margin-bottom: 30px;
}

.locations-list {
  margin-top: 40px;
}
@media screen and (min-width: 750px) {
  .locations-list {
    margin-top: 85px;
  }
}
.locations-list h2 {
  color: var(--color-tertiary);
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.52px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .locations-list h2 {
    margin-bottom: 48px;
    line-height: 63px;
  }
}
.locations-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 750px) {
  .locations-list__items {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 26px;
    grid-row-gap: 56px;
    margin-bottom: 157px;
  }
}
.locations-list__item-cta {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-secondary);
  letter-spacing: -0.21px;
  margin-top: 6px;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .locations-list__item-cta {
    font-size: 24px;
  }
}
.locations-list__item-image {
  aspect-ratio: 4/3;
  width: 100%;
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.locations-list__item a {
  display: block;
  height: 100%;
}
.locations-list__item a img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

.wp-block-media-text.media-text-block h2 {
  color: var(--color-secondary);
}
.wp-block-media-text.media-text-block p {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.21px;
  line-height: 22px;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .wp-block-media-text.media-text-block p {
    font-size: 24px;
    letter-spacing: -0.21px;
    line-height: 30px;
  }
}
.wp-block-media-text.media-text-block .wp-block-media-text__content {
  padding: 20px 0 0;
}
@media screen and (min-width: 750px) {
  .wp-block-media-text.media-text-block .wp-block-media-text__content {
    padding: inherit;
  }
}
.wp-block-media-text.media-text-block .wp-block-media-text__media {
  height: 100%;
}
.wp-block-media-text.media-text-block .wp-block-media-text__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.perks-block {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .perks-block > div {
    margin: 77px 0 65px;
  }
}
.perks-block h2 {
  color: var(--color-secondary);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.52px;
  line-height: 63px;
  text-align: center;
}
.perks-block__perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .perks-block__perks {
    margin-bottom: 130px;
  }
}
.perks-block__perk {
  flex: 1 1 50%;
}
@media screen and (min-width: 750px) {
  .perks-block__perk {
    flex: 1 1 0;
  }
}
.perks-block__perk-icon {
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (min-width: 750px) {
  .perks-block__perk-icon {
    margin: 0;
  }
}
.perks-block__perk-icon > img {
  height: 65px;
}
@media screen and (min-width: 750px) {
  .perks-block__perk-icon > img {
    height: 85px;
  }
}
.perks-block__perk-icon > svg {
  height: 65px;
}
@media screen and (min-width: 750px) {
  .perks-block__perk-icon > svg {
    height: 85px;
  }
}
.perks-block__perk-icon h4 {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.21px;
  margin: 0;
  padding: 12px 0 0;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .perks-block__perk-icon h4 {
    font-size: 24px;
    padding: 18px 30px 0;
  }
}
