.primary-footer .footer-left .nav-primary .footer-menu li {
  padding: 0.2rem 1rem;
}
@media print, screen and (min-width: 64em) {
  .primary-footer .footer-left .nav-primary .footer-menu li {
    padding: 0 1.8rem 1rem 0;
  }
}
#ansira-sign-up {
  max-width: 600px;
}
#ansira-form {
  width: auto;
  margin: 0;
}
#ansira-form .card-section {
  padding: 2rem 3rem;
}
@media screen and (max-width: 39.9375em) {
  .recipe-ingredients {
    margin: 4rem 1.8rem;
  }
}
@media print, screen and (min-width: 40em) {
  .recipe-ingredients {
    padding: 3rem 0;
  }
}
.popular-recipe-callout {
  width: 33%;
  height: 30rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 70em) {
  .popular-recipe-callout {
    width: 49%;
  }
}
@media screen and (max-width: 50em) {
  .popular-recipe-callout {
    width: 100%;
  }
}
.popular-recipe-callout .h1 {
  font-size: 1.3rem;
}
@media screen and (max-width: 65em) {
  .popular-recipe-callout .h1 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 40em) {
  .popular-recipe-callout .h1 {
    font-size: 1.1rem;
  }
}
.featured-recipe-callout {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.featured-recipe-callout .grid-container {
  position: relative;
  height: auto;
  z-index: 2;
  width: 100% !important;
  margin: 0;
}
.featured-recipe-callout .grid-container .grid-x {
  height: 100%;
  align-items: flex-start;
  background-color: transparent;
  box-shadow: none;
}
.featured-recipe-callout .grid-container .grid-x .cell {
  box-shadow: 50px 50px 50px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 65em) {
}
.featured-recipe-callout .grid-container .card {
  margin-bottom: 0;
}
.featured-recipe-callout .grid-container .card .card-section {
  padding: 1.875rem 1rem 1.875rem 1.875rem;
}
.featured-recipe-callout .grid-container .card .card-section .h1 {
  font-size: 1.25rem;
}
@media screen and (max-width: 65em) {
  .featured-recipe-callout .grid-container .card .card-section .h1 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 40em) {
  .featured-recipe-callout .grid-container .card .card-section .h1 {
    font-size: 0.8rem;
  }
}
.featured-recipe-image {
  display: block;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.header-background {
  background-image: url(../images/header-background.png);
  background-repeat: repeat-x;
  z-index: 9;
  height: 170px;
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 0px;
  width: 100%;
}
.full-recipe-callout {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 4.375rem;
}
.full-recipe-callout .grid-container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.full-recipe-callout .grid-container .grid-x {
  height: 100%;
  align-items: flex-start;
}
.full-recipe-callout .grid-container .grid-x .cell {
  transform: translateY(-30px);
}
.full-recipe-callout .grid-container .card {
  margin-bottom: 0;
}
.full-recipe-callout .grid-container .card .card-section {
  padding: 1.875rem 1rem 1.875rem 1.875rem;
}
.full-recipe-image {
  display: block;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media print, screen and (min-width: 40em) {
  .full-recipe-callout {
    height: 37.5rem;
    background-position-x: 20%;
    margin-bottom: 9.375rem;
    box-shadow: 50px 50px 50px 0 rgba(0, 0, 0, 0.1);
  }
  .full-recipe-callout .grid-container .grid-x {
    align-items: flex-end;
  }
  .full-recipe-callout .grid-container .grid-x .cell {
    transform: translateY(0);
  }
  .full-recipe-image {
    position: absolute;
    height: 100%;
  }
}
@media screen and (min-width: 80em) {
  .full-recipe-callout {
    height: 46.875rem;
  }
}
@media screen and (min-width: 90em) {
  .full-recipe-callout {
    margin-bottom: 6.25rem;
  }
}
.three-column {
  position: relative;
}
.three-column-img-container {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.three-column-img-container .three-column-img-column {
  width: 33.33%;
  position: relative;
  text-align: center;
  margin-bottom: -65px;
}
@media screen and (max-width: 1199px) {
  .three-column-img-container .three-column-img-column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .three-column-img-container .three-column-img-column {
    width: 100%;
  }
}
.three-column-img-container .three-column-img-column .green-bg-button {
  padding: 10px 50px;
  background-color: #085418;
  color: white;
  font-weight: bold;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  position: relative;
  bottom: 80px;
  text-align: center;
  display: inline-block;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .three-column-img-container .three-column-img-column .green-bg-button {
    font-size: 1rem;
    padding: 5px 25px;
  }
}
.three-column-header {
  text-align: center;
  margin: 0 0 50px;
}
.three-column-footer {
  text-align: center;
  margin: 75px 0;
}
.intro-full-image {
  height: 0;
  padding-bottom: 56%;
  min-height: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1000px) {
  .intro-full-image {
    min-height: 0;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 749px) {
  .intro-full-image {
    min-height: 400px;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 556px) {
  .intro-full-image {
    min-height: 300px;
    margin-bottom: 3.5rem;
  }
}
.intro-full-image .intro__image-container .masthead-image {
  height: auto;
}
.intro-full-image .intro__image-container .masthead-image img {
  display: block;
  position: relative !important;
  object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .intro-full-image .intro__image-container .masthead-image img {
    min-height: 550px;
    object-position: center;
    object-fit: cover;
  }
}
@media screen and (max-width: 749px) {
  .intro-full-image .intro__image-container .masthead-image img {
    min-height: 400px;
  }
}
@media screen and (max-width: 556px) {
  .intro-full-image .intro__image-container .masthead-image img {
    min-height: 300px;
  }
}
