/** Shopify CDN: Minification failed

Line 140:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.home-callout__wrap {
    background-color: #ebe7df;
  }
  
  .home-callout__wrap .Container {
    max-width: 1200px;
    display: flex;
    padding: 80px 0;
  }

  .home-callout__anim-col {
      width: 485px;
      position: relative;
  }
  .home-callout__anim-col img {
    transform: translateX(-35px);
    width: 545px;
    height: auto;
  }

  .home-callout__text-col {
    width: 715px;
  }

  .home-callout__wrap .SectionHeader__Heading--emphasize {
    font-size: 40px;
    line-height: 1.1;
  }

  .home-callout__wrap .Heading.u-h6 {
    color: #363636;
  }

  .careers-anim__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    position: static;
    background-color: #faf7f5;
    border: 0px solid #00b373;
    transition: transform .25s linear;
    animation: 3s career-row-scale infinite;
  }
  .careers-anim__item--1 {
    animation-delay: 0s;
  }
  .careers-anim__item--2 {
    animation-delay: 1s;
  }
  .careers-anim__item--3 {
    animation-delay: 2s;
    
  }

  .careers-anim-item__img-wrap {
    width: 125px;
    height: 100%;
    background-color: #363636;
    display: flex;
    align-items: center;
    justify-content: center; 
  }

  .careers-anim-item__img-wrap img {
    height: 35px;
    width: auto;
    filter: invert(100%);
    transition: height .25s linear;
  }
  .active .careers-anim-item__img-wrap img {
    height: 50px;
  }


  .careers-anim-item__txt-wrap {
    font-size: 24px;
    padding-left: 20px;
  }

  @keyframes career-row-scale {
    0% { 
      transform: scale(1);
      border-width: 0px;
      position: relative;
    }
    17% { 
      transform: scale(1.25);
      border-width: 2px;
      background-color: #fff;
    }
    34% { 
      transform: scale(1);
      border-width: 0px;
      position: relative;
    }
    35% { 
      position: static;
    }
    100% { 
      transform: scale(1);
      border-width: 0px;
      position: static;
    }
  }

 @media all and (max-width: 767px) {
    .home-callout__wrap .Container {
      flex-direction: column;
    }
   
    .home-callout__text-col,
    .home-callout__anim-col {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; 
    }
    .home-callout__text-col {
      padding-left: 40px;
      padding-right: 40px;
    }
    .home-callout__anim-col {
      margin-bottom: 40px;
    }
    .home-callout__anim-col img {
      transform: none;
    }
    .home-callout__wrap .SectionHeader__Heading--emphasize {
      font-size: 32px;
    }
 }
<style>
  
</style>
screen and (min-width: 1240px) {

}
.home-careers-callout__wrap {
    background-color: #ebe7df;
  }
  
  .home-careers-callout__wrap .Container {
    max-width: 1200px;
    display: flex;
    gap: 100px;
    padding: 80px 0;
  }

  .home-careers__anim-col {
      width: 385px;
  }

  .home-careers__text-col {
    width: 715px;
  }

  .home-careers-callout__wrap .SectionHeader__Heading--emphasize {
    font-size: 40px;
    line-height: 1.1;
  }

  .home-careers-callout__wrap .Heading.u-h6 {
    color: #00b373;
  }

  .careers-anim__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    position: static;
    background-color: #faf7f5;
    border: 0px solid #00b373;
    transition: transform .25s linear;
    animation: 3s career-row-scale infinite;
  }
  .careers-anim__item--1 {
    animation-delay: 0s;
  }
  .careers-anim__item--2 {
    animation-delay: 1s;
  }
  .careers-anim__item--3 {
    animation-delay: 2s;
    
  }

  .careers-anim-item__img-wrap {
    width: 125px;
    height: 100%;
    background-color: #363636;
    display: flex;
    align-items: center;
    justify-content: center; 
  }

  .careers-anim-item__img-wrap img {
    height: 35px;
    width: auto;
    filter: invert(100%);
    transition: height .25s linear;
  }
  .active .careers-anim-item__img-wrap img {
    height: 50px;
  }


  .careers-anim-item__txt-wrap {
    font-size: 24px;
    padding-left: 20px;
  }

  @keyframes career-row-scale {
    0% { 
      transform: scale(1);
      border-width: 0px;
      position: relative;
    }
    17% { 
      transform: scale(1.25);
      border-width: 2px;
      background-color: #fff;
    }
    34% { 
      transform: scale(1);
      border-width: 0px;
      position: relative;
    }
    35% { 
      position: static;
    }
    100% { 
      transform: scale(1);
      border-width: 0px;
      position: static;
    }
  }
.PageHeader a:first-of-type {
	margin-right: 30px;
}
.PageHeader a.active {
	border-bottom: solid 3px #000;
}

.PageHeader .Button {
  position:fixed;
  top: 160px; 
  right: 25px;
  z-index: 10;
  margin: 0;
}

@media all and (max-width: 767px) {
  .PageHeader .Button {
    margin: 0 2.5%;
    width: 95%;
    right: unset;
    top: 140px;
  }
}
.shop-holder {
    clear: both;
  }

  .region-holder {
    margin-bottom: 3em;
  }

  .region-holder::after {
    clear: both;
    display: table;
    content: '';

  }

  .shop-content {
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
    align-items: center;
  }

  .shop-content::after {
    clear: both;
    display: table;
    content: '';
  }

  .shop-content__photo {
    max-width: 60%;
	width: 60%;
    float: left;
    text-align: right;
    padding: 0 2em;
  }
  .shop-content__info {
    max-width: 40%;
    width: 40%;
    float: left;
  }

  .Rte .shop-content__info h2 {
	margin-top: 0;
    font-weight: bold;
  }

  .Rte .shop-content__photo img {
	margin-top: 0;
    margin-bottom: 0;
  }

  #all-regions-container .region-holder > h2 {
    font-weight: 800;
    border-bottom: 2px solid #00b373;
	margin-top: 0;
  }

  #section-locations-template_inner {
    width: 940px;
    float: left;
    max-width: 940px;
    overflow-x: hidden;
  }

  @media screen and (max-width: 640px) {

    #section-locations-template_inner {
      max-width: 640px; 
      width: auto;
    }
  
    #all-regions-container {
      max-width: 100%;
    }

    .shop-content {
      display: block;  
      justify-content: center;
      flex-direction: column;
    } 

    .shop-content__photo,
    .shop-content__info {
      max-width: 100%;
      width: 100%;
      float: none;
      text-align: center;
    }
  }