/******************************
REDDIWIP SPECIFIC COLORS
******************************/
/******************************
COLORS
******************************/
/******************************
REDDIWIP SPECIFIC COLORS
******************************/
/******************************
COLORS
******************************/
/*****************************************************
BEGIN FUNCTIONS
*****************************************************/
/*****************************************************
BEGIN FUNCTIONS
*****************************************************/
/*****************************************************
BEGIN EXTENDS
*****************************************************/
/*****************************************************
END EXTENDS
*****************************************************/
/*****************************************************
BEGIN PAGE SPECIFIC EXTENSIONS
*****************************************************/
/* line 8, ../../sass/components/page-recipes.scss */
.page .recipes-landing, .page .region-content-grid {
  background-color: white;
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: no-repeat;
}

/*****************************************************
END PAGE SPECIFIC EXTENSIONS
*****************************************************/
/* line 20, ../../sass/components/page-recipes.scss */
.page.recipes {
  color: #002b60;
}
/* line 26, ../../sass/components/page-recipes.scss */
.page.recipes .general-page .container:nth-of-type(2) .row [class*=" col-"] {
  padding: 0;
}
/* line 34, ../../sass/components/page-recipes.scss */
.page .content-hero {
  background: transparent !important;
}
/* line 38, ../../sass/components/page-recipes.scss */
.page .recipes-landing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  text-align: center;
  background: transparent;
}
/* line 49, ../../sass/components/page-recipes.scss */
.page .recipes-landing p {
  margin: 0;
}
/* line 54, ../../sass/components/page-recipes.scss */
.page .region-content-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: transparent;
  float: left;
  padding: 0 14px;
}
