/* Products Slide Hero */
.buy-hero-outer {
  width: 100%;
  min-height: 375px;
  background-image: url("../img/recipes/recipe_index-header-1.jpg");
  background-size: cover;
  background-position: top center;
}
/*.buy-hero-img-1 {
  margin-top: 110px;
}*/
.buy-heading {
  margin-top: 100px;
  text-transform: uppercase;
  font-family: "TrueNorth-Regular";
  font-size: 28px;
}
.store-heading {
  margin-top: 50px;
  text-transform: uppercase;
  font-family: "TrueNorth-Regular";
  font-size: 28px;
}

.map-outer {
  margin-top: 90px;
  margin-bottom: 120px;
}

.buy-hr {
  background-image: url("../img/recipes/yellow_sm_divider.png");
  height: 10px;
  background-repeat: repeat-x;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.buy-text {
  font-family: 'Work Sans', sans-serif;
  font-size: 19px;
  color: #000;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.region_logo {
  padding-left:10px;
  padding-right:10px;
}

.work-sans {
  font-family: 'Work Sans', sans-serif;
}

.store-tabs {
  margin-top: 40px;
  margin-bottom: 40px;
}
#map_transform_wrapper {
  position: relative;
}
.map-text {
  position: absolute;
  font-family: 'LunchBox-Bold';
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  pointer-events: none;
}
.text-west {
  top: 25%;
  left: 20%;
}
.text-midwest {
  top: 30%;
  left: 55%;
}
.text-southwest {
  top: 65%;
  left: 35%;
}
.text-southeast {
  left: 70%;
  top: 65%;
}
.text-northeast {
  top: 17%;
  left: 76%;
}

#map_outer_container {
  position: relative;
}

.buy-outer {
  background-color: #fff;
  top: 0px;
  width: 100%;
  z-index: 10;
}

#backtomap {
  -ms-transform: scale(0.8, 0.8); /* IE 9 */
    -webkit-transform: scale(0.8, 0.8); /* Safari */
    transform: scale(0.8, 0.8);
}
