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

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

.orphan-right {
  color: #000;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 25px
}

.orphan-right div {
  margin-top: 0px;
  margin-bottom: 40px;
}

h1, h2, h3 {
  text-transform: uppercase;
  font-family: "TrueNorth-Bold";
  font-size: 18px;
}

#content {
  margin-bottom: 50px;
}
