.container {
  max-width: 1400px; }

@font-face {
  font-family: 'cervoneue-bold';
  src: url("../webfont_kit/cervoneue-boldneue-webfont.oft");
  /* IE9 Compat Modes */
  src: url("../webfont_kit/cervoneue-boldneue-webfont.woff") format("woff2"), url("../webfont_kit/cervoneue-boldneue-webfont.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'cervoneue-extrabold';
  src: url("../webfont_kit/cervoneue-extraboldneue-webfont.oft");
  /* IE9 Compat Modes */
  src: url("../webfont_kit/cervoneue-extraboldneue-webfont.woff") format("woff2"), url("../webfont_kit/cervoneue-extraboldneue-webfont.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'cervoneue-medium';
  src: url("../webfont_kit/cervoneue-mediumneue-webfont.oft");
  /* IE9 Compat Modes */
  src: url("../webfont_kit/cervoneue-mediumneue-webfont.woff") format("woff2"), url("../webfont_kit/cervoneue-mediumneue-webfont.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'cervoneue-regular';
  src: url("../webfont_kit/cervoNeue-RegularNeue.oft");
  /* IE9 Compat Modes */
  src: url("../webfont_kit/cervo-neue-regular.woff") format("woff");
  /* Pretty Modern Browsers */ }

.blue {
  color: #003E6F; }

.fluid_container {
  width: 85%;
  margin: 0 auto;
  max-width: 1600px; }

.view_more_repeat-holding {
  width: 85%;
  margin: 0 auto;
  max-width: 1600px; }

.fluid_container_rel {
  width: 85%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .fluid_container_rel {
      height: 245px; } }
  @media (max-width: 991.98px) {
    .fluid_container_rel .gray_meet {
      height: 320px; } }
  .fluid_container_rel .short_top {
    position: absolute;
    z-index: 20;
    top: 80px; }
  .fluid_container_rel .filter_holding {
    position: relative;
    z-index: 80; }
    @media (max-width: 765px) {
      .fluid_container_rel .filter_holding {
        padding-top: 240px; } }
    @media (max-width: 991.98px) {
      .fluid_container_rel .filter_holding .filter_right {
        padding-top: 50px;
        height: 130px; } }

.column_one {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) {
    .column_one {
      width: 50%; } }

.column_one {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) {
    .column_one {
      width: 50%; } }

.column_one_narrow {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) {
    .column_one_narrow {
      width: 44%; } }

.column_one_wide {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) {
    .column_one_wide {
      width: 55%; } }

.column_one_narrower {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) {
    .column_one_narrower {
      width: 32%; } }

.column_one_wider {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) {
    .column_one_wider {
      width: 67%; } }

.who_parent {
  background-color: #231F20;
  width: 100%;
  padding: 3rem 1rem; }
  @media (min-width: 768px) {
    .who_parent {
      padding: 0; } }

.who_ind {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .who_ind {
      width: 30%;
      margin: 1%;
      display: inline-block; } }
  @media (min-width: 768px) {
    .who_ind:nth-of-type(1) {
      padding-top: 90px;
      padding-left: 90px; } }
  .who_ind:nth-of-type(2) {
    display: none; }
    @media (min-width: 768px) {
      .who_ind:nth-of-type(2) {
        display: inline-block;
        padding-top: 80px;
        vertical-align: top; } }
  .who_ind:nth-of-type(3) {
    padding-bottom: 2rem; }
    @media (min-width: 768px) {
      .who_ind:nth-of-type(3) {
        float: right;
        padding-top: 90px;
        padding-right: 90px; } }

.who_title {
  color: #fff;
  font-size: 2.875rem;
  line-height: 2.875rem;
  font-weight: 800;
  font-family: 'cervoneue-bold';
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .who_title {
      width: 270px; } }
  .who_title:after {
    background-color: #fff;
    width: 120px;
    height: 8px;
    content: '_';
    color: transparent;
    display: block;
    margin-top: 14px; }

.who_body {
  color: #fff;
  font-family: "cervoneue-medium";
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block; }
  @media (min-width: 768px) {
    .who_body {
      max-width: 350px; } }

.who_learn {
  color: #F37121;
  font-family: "cervoneue-medium";
  text-transform: uppercase;
  margin-top: 20px; }

.who_contact {
  color: #F37121;
  font-family: "cervoneue-medium";
  text-transform: uppercase;
  margin-top: 20px; }

.desktop {
  display: none; }
  @media (min-width: 768px) {
    .desktop {
      display: block; } }

.mobile {
  display: block; }
  @media (min-width: 768px) {
    .mobile {
      display: none; } }

.desktop_hr {
  display: none; }
  @media (min-width: 1250px) {
    .desktop_hr {
      display: block; } }

.mobile_hr {
  display: block; }
  @media (min-width: 1250px) {
    .mobile_hr {
      display: none; } }

a:hover {
  text-decoration: none; }

.small_blue {
  font-family: "cervoneue-regular";
  color: #003E6F;
  text-transform: uppercase;
  font-size: 1rem; }

.center_no_posts {
  text-align: center;
  font-family: "cervoneue-regular";
  visibility: hidden;
  height: 0;
  position: absolute; }

.bottom_but_holding {
  height: 200px;
  position: relative; }

.viewing_toggle {
  font-size: 26px;
  font-family: "cervoneue-regular";
  color: #606060;
  text-transform: uppercase;
  display: inline-block; }

.additional_loads {
  max-width: 1400px;
  margin: 0 auto; }

.content_div p {
  font-family: "Roboto Slab", serif; }

.directions p {
  font-family: "Roboto Slab", serif; }

.navbar-light .navbar-nav a.nav-link {
  color: #fff;
  font-family: "cervoneue-bold";
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-transition: color 0.4s;
  /* Safari */
  transition: color 0.4s; }
  .navbar-light .navbar-nav a.nav-link:hover {
    color: #F37121; }

.header_top-wrapper {
  background-size: cover;
  height: 90px;
  position: fixed;
  top: 0px;
  width: 100vw;
  z-index: 1000; }
  @media (min-width: 768px) {
    .header_top-wrapper {
      height: 115px; } }

.home_header_top-wrapper {
  background-size: cover;
  height: 90px;
  position: absolute;
  width: 100%;
  z-index: 1000; }
  @media (min-width: 768px) {
    .home_header_top-wrapper {
      height: 115px; } }

.navbar-brand {
  width: 150px; }
  .navbar-brand .logo {
    width: 100%;
    position: relative;
    z-index: 200; }
  @media (min-width: 768px) {
    .navbar-brand {
      width: 212px; } }

.bottom_footer_holding .navbar-brand {
  width: 150px;
  vertical-align: top;
  display: block;
  margin-right: 0;
  margin: 2rem auto; }
  .bottom_footer_holding .navbar-brand .logo {
    width: 100%;
    position: relative;
    z-index: 200; }
  @media (min-width: 768px) {
    .bottom_footer_holding .navbar-brand {
      display: inline-block;
      width: 212px;
      vertical-align: top;
      margin: 0; } }

#navbarNav {
  padding-top: 50px; }

.navbar {
  align-items: inherit;
  justify-content: inherit; }

@media (min-width: 768px) {
  .navbar-expand-lg {
    justify-content: space-between; } }

.cust-nav_ul .navbar-nav .active > .nav-link {
  color: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .cust-nav_ul .navbar-nav .active > .nav-link:before {
      content: url(../../../uploads/spatula.svg);
      position: absolute;
      width: 50px;
      height: 12px;
      top: -15px;
      left: 50%;
      transform: translate(-50%, -50%); } }

.navbar-toggler {
  right: 0px;
  top: 30px;
  position: absolute; }

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background-color: #F37121;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#menuToggle {
  display: block;
  position: relative;
  z-index: 1000;
  -webkit-user-select: none;
  user-select: none; }

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none; }

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background-color: #F37121;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#menuToggle span:nth-of-type(1) {
  transform-origin: 0% 0%; }

#menuToggle span:nth-of-type(3) {
  transform-origin: 0% 100%; }

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #232323; }

#menuToggle input:checked ~ span:nth-of-type(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg) translate(-2px, -1px); }

@media (max-width: 991.98px) {
  ul#menu-primary {
    margin-top: 120px;
    padding: 1rem; } }

@media (max-width: 991.98px) {
  ul#menu-primary a {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 20px;
    font-weight: 500;
    color: #F37121;
    -webkit-transition: color 0.4s;
    /* Safari */
    transition: color 0.4s; }
    ul#menu-primary a:hover {
      text-decoration: none;
      color: #42A4CC;
      -webkit-transition: color 0.4s;
      /* Safari */
      transition: color 0.4s; } }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    .navbar-collapse {
      height: 140vh;
      position: absolute;
      left: -16px;
      width: calc(100vw + 1px);
      background-color: #E0E0E0;
      top: -10px;
      z-index: 400; } }

.navbar-light .navbar-toggler-icon {
  background-image: none; }

.navbar_secondlogo {
  display: none; }
  @media (min-width: 992px) {
    .navbar_secondlogo {
      display: inline-block;
      margin-top: 25px;
      margin-right: 30px;
      float: left; }
      .navbar_secondlogo img {
        width: 100px; } }

.nav_hr {
  display: none; }
  @media (min-width: 992px) {
    .nav_hr {
      width: 1px;
      height: 65px;
      background-color: #fff;
      display: inline-block;
      float: left;
      margin-right: 30px; } }

.home_hero {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #000; }
  @media (min-width: 1250px) {
    .home_hero {
      height: 905px; } }
  .home_hero .home_hero_img_div {
    height: 50vh;
    background-size: cover;
    background-position: center; }
    @media (min-width: 520px) {
      .home_hero .home_hero_img_div {
        height: 60vh; } }
    @media (min-width: 768px) {
      .home_hero .home_hero_img_div {
        height: 80vh; } }
    @media (min-width: 992px) {
      .home_hero .home_hero_img_div {
        height: 83vh; } }
  .home_hero .home_copy_holding {
    padding: 2.5rem 1rem 4rem 1rem;
    background-color: #000;
    margin-top: -0.5rem;
    position: relative; }
    @media (min-width: 500px) {
      .home_hero .home_copy_holding {
        padding: 2.5rem 2rem 4rem 2rem; } }
    @media (min-width: 1250px) {
      .home_hero .home_copy_holding {
        background-color: transparent;
        position: absolute;
        bottom: 200px;
        right: 0;
        width: 346px;
        display: block; } }
  @media (min-width: 1250px) and (min-width: 1350px) {
    .home_hero .home_copy_holding {
      right: 4%; } }
    .home_hero .home_copy_holding .home_sub {
      color: #F37121;
      font-family: "Roboto Slab", serif;
      font-size: 25px; }
    .home_hero .home_copy_holding .home_para {
      color: #fff;
      font-family: "Roboto Slab", serif; }
      @media (max-width: 991.98px) {
        .home_hero .home_copy_holding .home_para {
          padding-bottom: 2rem; } }
    .home_hero .home_copy_holding .home_tag {
      color: #F37121; }
  .home_hero .scrollformore_banner {
    position: absolute;
    bottom: -35px;
    width: 280px;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 2000; }
    @media (min-width: 768px) {
      .home_hero .scrollformore_banner {
        bottom: -65px;
        width: 390px; } }

.home_recipe_holding {
  width: 80%;
  margin: 2rem auto;
  vertical-align: top; }
  @media (min-width: 768px) {
    .home_recipe_holding {
      width: 42%;
      display: inline-block;
      margin: 2rem 3%; } }
  @media (min-width: 992px) {
    .home_recipe_holding {
      width: 27%;
      display: inline-block;
      margin: 2rem 3%; } }
  .home_recipe_holding a.recipe_link_home {
    width: calc(100% - 20px); }
    .home_recipe_holding a.recipe_link_home .recipe_ind-img {
      width: 100%;
      height: 340px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #ef8a52;
      position: relative; }
      .home_recipe_holding a.recipe_link_home .recipe_ind-img:hover {
        background-blend-mode: soft-light; }
        .home_recipe_holding a.recipe_link_home .recipe_ind-img:hover .hover_internal {
          opacity: 1;
          -webkit-transition: opacity 0.4s;
          /* Safari */
          transition: opacity 0.4s; }
  .home_recipe_holding .home_recipe_gray {
    background-color: #F4F4F4;
    height: 220px;
    padding: 28px;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .home_recipe_holding .home_recipe_gray {
        margin-top: -60px;
        margin-left: 15px; } }
    .home_recipe_holding .home_recipe_gray .corner_icon {
      position: absolute;
      top: -35px;
      right: -42px;
      width: 96px; }
    .home_recipe_holding .home_recipe_gray h2 {
      color: #F37121;
      font-family: "cervoneue-regular";
      text-transform: uppercase;
      font-size: 2rem;
      margin-bottom: 1.5rem; }
    .home_recipe_holding .home_recipe_gray h4.recipe_cat_home {
      font-family: "Roboto Slab", serif;
      color: #000;
      font-weight: bold;
      font-size: 15px; }
    .home_recipe_holding .home_recipe_gray .view_more_link {
      bottom: 35px;
      left: 28px;
      position: absolute;
      z-index: 10; }
      .home_recipe_holding .home_recipe_gray .view_more_link a {
        color: #F37121;
        font-size: 19px;
        font-family: "cervoneue-extrabold";
        text-transform: uppercase; }
        .home_recipe_holding .home_recipe_gray .view_more_link a:after {
          width: 84px;
          height: 15px;
          background-color: #d9d9d9;
          opacity: 0.5;
          top: 12px;
          left: -7px;
          position: absolute;
          content: "_";
          color: transparent;
          z-index: -1; }
  .home_recipe_holding .view_hap_gray {
    background-color: #F4F4F4;
    height: 396px;
    padding: 28px;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .home_recipe_holding .view_hap_gray {
        margin-top: -60px;
        margin-left: 15px; } }
    .home_recipe_holding .view_hap_gray .corner_icon {
      position: absolute;
      top: -35px;
      right: -42px;
      width: 96px; }
    .home_recipe_holding .view_hap_gray h2 {
      color: #F37121;
      font-family: "cervoneue-regular";
      text-transform: uppercase;
      font-size: 2rem;
      line-height: 2rem;
      margin-bottom: 0.9rem; }
    .home_recipe_holding .view_hap_gray .excerpt {
      color: #F37121;
      font-family: "Roboto Slab", serif;
      font-size: 15px;
      color: #000; }
    .home_recipe_holding .view_hap_gray h4.hap_cat_home {
      font-family: "Roboto Slab", serif;
      color: #42A4CC;
      font-weight: bold;
      font-size: 15px; }

.home_tip_holding {
  width: 80%;
  margin: 4rem auto;
  vertical-align: top; }
  @media (min-width: 768px) {
    .home_tip_holding {
      width: 42%;
      display: inline-block;
      margin: 4rem 3%; } }
  @media (min-width: 992px) {
    .home_tip_holding {
      width: 27%;
      display: inline-block;
      margin: 2rem 3%; } }
  .home_tip_holding a.tip_link_home {
    width: 100%; }
    .home_tip_holding a.tip_link_home .tip_ind-img {
      width: 100%;
      height: 340px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #ef8a52;
      position: relative; }
      .home_tip_holding a.tip_link_home .tip_ind-img:hover {
        background-blend-mode: soft-light; }
        .home_tip_holding a.tip_link_home .tip_ind-img:hover .hover_internal {
          opacity: 1;
          -webkit-transition: opacity 0.4s;
          /* Safari */
          transition: opacity 0.4s; }
  .home_tip_holding .home_tip_gray {
    background-color: #F4F4F4;
    padding: 28px 28px 48px 28px;
    width: 100%;
    position: relative;
    height: 200px; }
    @media (min-width: 768px) {
      .home_tip_holding .home_tip_gray {
        margin-top: -90px;
        margin-left: 25px;
        width: calc(100% - 25px); } }
    .home_tip_holding .home_tip_gray .corner_icon {
      position: absolute;
      top: -35px;
      right: -42px;
      width: 96px; }
    .home_tip_holding .home_tip_gray p.rec_cat {
      font-family: "Roboto Slab", serif;
      font-size: 15px;
      font-weight: bold; }
    .home_tip_holding .home_tip_gray h2 {
      color: #003E6F;
      font-family: "cervoneue-extrabold";
      text-transform: uppercase;
      font-size: 2rem;
      line-height: 2rem; }
      .home_tip_holding .home_tip_gray h2:after {
        background-color: #F37121;
        width: 65px;
        height: 5px;
        content: '_';
        color: transparent;
        display: block;
        margin-top: 14px; }
    .home_tip_holding .home_tip_gray .excerpt {
      font-family: "Roboto Slab", serif;
      font-size: 15px;
      line-height: 24px; }
    .home_tip_holding .home_tip_gray .view_more {
      bottom: 25px;
      right: 28px;
      position: absolute; }
      .home_tip_holding .home_tip_gray .view_more a.readmore {
        color: #F37121;
        font-size: 0.9rem;
        font-family: "cervoneue-extrabold";
        letter-spacing: 0.1rem .home_tip_holding .home_tip_gray .view_more a.readmore; }
        .home_tip_holding .home_tip_gray .view_more a.readmore :after {
          width: 75px;
          height: 15px;
          background-color: #d9d9d9;
          opacity: 0.5;
          top: 10px;
          left: -5px;
          position: absolute;
          content: "_";
          color: transparent;
          z-index: -1; }

.tip_section_parent {
  background-size: cover;
  background-position-x: center;
  padding: 0 2%;
  position: relative; }

.about_parent {
  background-size: contain; }
  .about_parent .about_blue {
    background-color: #003E6F;
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 1rem 1rem 7rem 1rem;
    position: relative; }
    @media (min-width: 768px) {
      .about_parent .about_blue {
        width: calc(100% - 80px);
        padding: 1rem 1rem 4rem 1rem; } }
    .about_parent .about_blue .about_title_div {
      width: 100%; }
      @media (min-width: 768px) {
        .about_parent .about_blue .about_title_div {
          width: 44%;
          display: inline-block;
          padding-left: 7vw; } }
      .about_parent .about_blue .about_title_div h2 {
        color: #42A4CC;
        font-family: "cervoneue-extrabold";
        text-transform: uppercase;
        font-size: 2.875rem;
        line-height: 2.7rem; }
        @media (min-width: 768px) {
          .about_parent .about_blue .about_title_div h2 {
            font-size: 5.5rem;
            line-height: 5.3rem; } }
        .about_parent .about_blue .about_title_div h2:after {
          background-color: #42A4CC;
          width: 140px;
          height: 13px;
          content: '_';
          color: transparent;
          display: block;
          margin-top: 25px; }
    .about_parent .about_blue .about_copy {
      width: 100%;
      margin-top: 3rem; }
      @media (min-width: 768px) {
        .about_parent .about_blue .about_copy {
          padding-top: 2rem;
          padding-right: 7vw;
          width: 55%;
          display: inline-block;
          vertical-align: top; } }
      .about_parent .about_blue .about_copy .about_subtitle {
        color: #fff;
        font-family: "Roboto Slab", serif;
        font-size: 2rem; }
      .about_parent .about_blue .about_copy .about_paragraph {
        color: #fff;
        font-family: "Roboto Slab", serif;
        font-size: 17px; }

.about_back {
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 60px; }

.about_link {
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  color: #42A4CC; }

.about_steak {
  position: absolute;
  bottom: 47px;
  right: 40px;
  width: 75px; }

.delicious_title {
  text-align: center;
  color: #F37121;
  margin-top: 80px;
  font-family: "cervoneue-regular"; }
  @media (min-width: 768px) {
    .delicious_title {
      font-size: 28px; } }

.grilling_recipes_title {
  text-align: center;
  color: #003E6F;
  font-family: "cervoneue-extrabold";
  position: relative;
  font-size: 3.5rem;
  width: 65%;
  margin: 0 auto; }
  .grilling_recipes_title:before {
    content: url(../../../uploads/orangefork.svg);
    display: inline-block;
    width: 45px;
    height: 60px;
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translate(0, -50%); }
  .grilling_recipes_title:after {
    content: url(../../../uploads/orangefork.svg);
    display: inline-block;
    width: 45px;
    height: 60px;
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translate(0, -50%); }
  @media (min-width: 768px) {
    .grilling_recipes_title {
      font-size: 4.8rem;
      display: block;
      width: 560px;
      margin: 0 auto; }
      .grilling_recipes_title:before {
        content: url(../../../uploads/orangefork.svg);
        display: inline-block;
        width: 38px;
        height: 38px;
        position: absolute;
        left: -48px;
        top: -10px;
        transform: translate(0, 0); }
      .grilling_recipes_title:after {
        content: url(../../../uploads/orangefork.svg);
        display: inline-block;
        width: 38px;
        height: 38px;
        position: absolute;
        right: -40px;
        top: -10px;
        transform: translate(0, 0); } }

.tip_hero_home {
  padding-top: 320px; }
  @media (min-width: 768px) {
    .tip_hero_home {
      padding-top: 450px; } }
  .tip_hero_home h2 {
    font-size: 3.5rem;
    font-family: "cervoneue-extrabold";
    color: #fff;
    text-align: center; }
    @media (min-width: 768px) {
      .tip_hero_home h2 {
        font-size: 4.8rem; } }
  .tip_hero_home p {
    font-family: "cervoneue-regular";
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1px; }
    @media (min-width: 768px) {
      .tip_hero_home p {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 2rem; } }

.what_gray {
  background-color: #F4F4F4;
  margin: 11rem 1rem 3rem 1rem;
  padding: 2rem 0; }
  @media (min-width: 992px) {
    .what_gray {
      width: calc(100% - 290px);
      margin: 0 auto;
      padding-left: 17%; } }

.whats_going_parent {
  position: relative;
  padding-top: 115px; }
  .whats_going_parent .what_title_div {
    position: absolute;
    margin-left: 7vw; }
    .whats_going_parent .what_title_div h2 {
      color: #003E6F;
      text-transform: uppercase;
      font-family: "cervoneue-extrabold";
      font-size: 2.875rem;
      line-height: 2.875rem; }
      .whats_going_parent .what_title_div h2:after {
        background-color: #003E6F;
        width: 120px;
        height: 8px;
        content: '_';
        color: transparent;
        display: block;
        margin-top: 14px; }

.button_holding {
  height: 50px;
  padding: 15px 0;
  position: absolute;
  bottom: 32px; }
  @media (min-width: 768px) {
    .button_holding {
      height: 60px;
      bottom: 75px; } }

.home_happenings h2 {
  font-family: "Roboto Slab", serif;
  color: #F37121;
  font-weight: bold;
  font-size: 22px; }

.home_happenings h3 {
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  line-height: 1.75rem; }

.home_hap_parent {
  width: 80%;
  margin: 4rem auto 6rem auto;
  vertical-align: top; }
  @media (max-width: 767.98px) {
    .home_hap_parent:nth-of-type(3) {
      margin: 4rem auto 3rem auto; } }
  @media (min-width: 768px) {
    .home_hap_parent {
      width: 42%;
      display: inline-block;
      margin: 3.5rem 3% 4rem 3%; } }
  @media (min-width: 1400px) {
    .home_hap_parent {
      width: 27%;
      display: inline-block;
      margin: 3.5rem 3% 4rem 3%; } }
  .home_hap_parent .tip_ind-img {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center; }
  .home_hap_parent .home_hap_holding {
    padding: 16px 0;
    height: 230px; }
    .home_hap_parent .home_hap_holding h4.news_cat {
      font-family: "cervoneue-extrabold";
      color: #003E6F;
      font-size: 0.9rem;
      text-transform: uppercase;
      position: relative;
      z-index: 10; }
    .home_hap_parent .home_hap_holding h4.news_cat:before {
      width: 60px;
      height: 10px;
      background-color: #fff;
      opacity: 1;
      top: 10px;
      left: -5px;
      position: absolute;
      content: "_";
      color: transparent;
      z-index: -1; }

.hap_link_home {
  color: #F37121;
  text-transform: uppercase;
  font-family: "cervoneue-bold";
  font-size: 0.9rem;
  display: inline-block; }
  .hap_link_home:after {
    content: url(../../../uploads/spatula.svg);
    width: 44px;
    height: 9px;
    display: inline-block;
    margin-left: 10px; }

.hap_loadmore_holding {
  width: 100%;
  margin: 0 auto;
  height: 140px;
  text-align: center; }
  @media (min-width: 768px) {
    .hap_loadmore_holding {
      height: 140px;
      width: calc(100% - 290px); } }
  .hap_loadmore_holding a.hap_loadmore {
    text-transform: uppercase;
    color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "cervoneue-bold";
    width: 270px;
    padding: 20px;
    font-size: 22px;
    text-align: center;
    margin-top: 25px; }
    @media (min-width: 768px) {
      .hap_loadmore_holding a.hap_loadmore {
        float: right; } }

.tips_loadmore_holding {
  width: 100%;
  margin: 0 auto;
  height: 150px;
  text-align: center;
  padding-top: 45px; }
  @media (min-width: 768px) {
    .tips_loadmore_holding {
      height: 200px;
      padding-top: 45px;
      width: calc(100% - 290px); } }
  .tips_loadmore_holding a.tips_loadmore {
    text-transform: uppercase;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-family: "cervoneue-bold";
    width: 270px;
    padding: 20px 75px;
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
    -webkit-transition: color 0.4s;
    /* Safari */
    transition: color 0.4s; }
    .tips_loadmore_holding a.tips_loadmore:hover {
      color: #003E6F;
      -webkit-transition: color 0.4s;
      /* Safari */
      transition: color 0.4s; }

.home_section_parent {
  width: 90%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .home_section_parent {
      width: 100%; } }

.copyright p {
  color: #fff;
  font-family: "Roboto Slab", serif;
  padding-bottom: 20px;
  font-size: 12px; }
  @media (min-width: 768px) {
    .copyright p {
      padding-left: 4%; } }

.why_banner {
  width: 250px;
  margin-left: -10px;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .why_banner {
      width: 650px;
      margin-left: -30px;
      margin-bottom: 4rem; } }

.social_copy_holding {
  padding: 2rem 1rem; }
  @media (min-width: 768px) {
    .social_copy_holding {
      display: inline-block;
      padding: 0;
      width: 50%;
      float: right; } }
  .social_copy_holding .social_sub {
    font-family: "Roboto Slab", serif;
    color: #F37121; }
  .social_copy_holding .social_para {
    font-family: "Roboto Slab", serif;
    color: #000; }

.social_parent {
  padding-top: 50px;
  background-color: #F4F4F4; }
  @media (min-width: 768px) {
    .social_parent {
      padding-top: 85px; } }

.meet_fork {
  float: right;
  right: 115px;
  top: 50px;
  width: 70px; }
  @media (min-width: 768px) {
    .meet_fork {
      position: absolute; } }

.hover_internal {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0; }

.fork_hover {
  width: 52px;
  margin: 0 auto;
  display: block; }

.hover_copy {
  color: #fff;
  font-family: "cervoneue-medium";
  font-size: 23px;
  text-transform: uppercase; }

.view_more {
  bottom: 25px;
  right: 28px;
  position: absolute;
  z-index: 10; }
  .view_more a.readmore {
    color: #F37121;
    font-size: 19px;
    font-family: "cervoneue-extrabold"; }
    .view_more a.readmore:after {
      width: 84px;
      height: 15px;
      background-color: #d9d9d9;
      opacity: 0.5;
      top: 12px;
      left: -7px;
      position: absolute;
      content: "_";
      color: transparent;
      z-index: -1; }

.meet_name_img {
  color: #fff;
  font-family: "cervoneue-extrabold";
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  text-transform: uppercase;
  word-spacing: 9999999px;
  top: 32px;
  left: 16px;
  width: 167px; }
  @media (min-width: 768px) {
    .meet_name_img {
      bottom: 55px;
      right: 55px; } }
  .meet_name_img:after {
    width: 94px;
    height: 10px;
    background-color: #fff;
    content: "_";
    color: transparent;
    display: block;
    margin-top: 10px; }

.heropanel--video {
  height: 760px;
  width: 100%; }
  .heropanel--video .video_internal {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none; }

.tip_background_mobile {
  padding-top: 1px;
  margin-top: -3px;
  position: relative; }

.tip_ribbon {
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: -18px; }

img.white_spatula {
  display: none; }
  @media (min-width: 768px) {
    img.white_spatula {
      width: 90px;
      position: absolute;
      right: 40px;
      bottom: 40px; } }

.hero_one {
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  background-position: center;
  margin-top: 90px;
  background-color: lightgray;
  background-blend-mode: multiply; }
  @media (min-width: 768px) {
    .hero_one {
      height: 600px;
      margin-top: 115px; } }
  .hero_one img.blue_chicken {
    position: absolute;
    width: 124px;
    left: 0;
    top: 10%; }
    @media (min-width: 768px) {
      .hero_one img.blue_chicken {
        top: 170px; } }
    @media (max-width: 991.98px) {
      .hero_one img.blue_chicken {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        right: 0;
        left: initial;
        display: none; } }
  .hero_one img.fork_cross {
    position: absolute;
    width: 80px;
    bottom: 125px;
    right: 50%;
    transform: translate(50%, -50%); }
    @media (min-width: 768px) {
      .hero_one img.fork_cross {
        bottom: 50px; } }
  .hero_one img.featured_banner {
    position: absolute;
    width: 250px;
    right: 0;
    bottom: 50px; }
    @media (min-width: 768px) {
      .hero_one img.featured_banner {
        width: 330px; } }
  .hero_one .hero_view {
    color: #fff;
    font-family: "cervoneue-bold";
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: relative;
    z-index: 10; }
  .hero_one .hero_view:before {
    width: 90px;
    height: 14px;
    background-color: #fff;
    opacity: 0.4;
    top: 10px;
    left: -6px;
    position: absolute;
    content: "_";
    color: transparent;
    z-index: -1;
    -webkit-transition: left 0.4s;
    /* Safari */
    transition: left 0.4s; }

#response {
  position: relative;
  margin: 4rem auto;
  z-index: 20; }
  @media (min-width: 768px) {
    #response {
      max-width: 1400px;
      margin: 0 auto; } }

.recipe_ind-holding {
  width: 75%;
  margin: 3rem auto;
  vertical-align: top; }
  .recipe_ind-holding .recipe_ind-img {
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #ef8a52; }
    .recipe_ind-holding .recipe_ind-img:hover {
      background-blend-mode: soft-light;
      -webkit-transition: background-blend-mode 0.4s;
      /* Safari */
      transition: background-blend-mode 0.4s; }
      .recipe_ind-holding .recipe_ind-img:hover .hover_internal {
        opacity: 1;
        -webkit-transition: opacity 0.4s;
        /* Safari */
        transition: opacity 0.4s; }
  .recipe_ind-holding .recipe_ind-copy {
    height: 220px;
    width: 100%;
    background-color: #F4F4F4;
    padding: 1rem; }
  .recipe_ind-holding h4.hap_cat_home {
    font-family: "Roboto Slab", serif;
    color: #42A4CC;
    font-weight: bold;
    font-size: 15px; }
  .recipe_ind-holding .hap_ind-copy {
    height: 396px;
    width: calc(100% - 15px);
    margin-left: 15px;
    margin-top: -60px;
    background-color: #F4F4F4;
    padding: 1rem; }
  @media (min-width: 768px) {
    .recipe_ind-holding {
      width: 40%;
      margin: 4%;
      display: inline-block; }
      .recipe_ind-holding .recipe_ind-img {
        height: 330px; }
        .recipe_ind-holding .recipe_ind-img:hover {
          background-blend-mode: soft-light; }
          .recipe_ind-holding .recipe_ind-img:hover .hover_internal {
            opacity: 1;
            -webkit-transition: opacity 0.4s;
            /* Safari */
            transition: opacity 0.4s; }
      .recipe_ind-holding .recipe_ind-copy {
        margin-top: -60px;
        margin-left: 15px;
        padding: 30px 25px; } }
  @media (min-width: 1200px) {
    .recipe_ind-holding {
      width: 29%;
      margin: 2%;
      display: inline-block; } }

.recipe_ind-copy {
  position: relative; }
  .recipe_ind-copy p.rec_cat {
    font-family: "Roboto Slab", serif;
    font-size: 15px; }
  .recipe_ind-copy h2 {
    color: #F37121;
    font-family: "cervoneue-regular";
    font-size: 2rem;
    text-transform: uppercase; }
  .recipe_ind-copy .corner_icon {
    position: absolute;
    top: -35px;
    right: -42px;
    width: 96px; }

.hap_ind-copy {
  position: relative; }
  .hap_ind-copy p.rec_cat {
    font-family: "Roboto Slab", serif;
    font-size: 15px; }
  .hap_ind-copy h2 {
    color: #F37121;
    font-family: "cervoneue-regular";
    font-size: 2rem;
    text-transform: uppercase; }
  .hap_ind-copy .excerpt {
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    color: #000; }
  .hap_ind-copy .corner_icon {
    position: absolute;
    top: -35px;
    right: -42px;
    width: 96px; }

.hero_one_internal {
  position: absolute;
  top: 40%;
  transform: translate(1rem, -50%);
  width: 90%; }
  @media (min-width: 768px) {
    .hero_one_internal {
      top: 170px;
      left: 10%;
      width: 80%;
      transform: translate(0%, 0%); } }

.hero_recipe p.hero_excerpt {
  display: none; }

.hero_recipe_title {
  color: #fff;
  font-size: 3.5rem;
  font-family: 'cervoneue-medium';
  text-transform: uppercase;
  line-height: 3.5rem; }
  @media (min-width: 768px) {
    .hero_recipe_title {
      width: 650px;
      font-size: 4.8rem;
      line-height: 4.8rem;
      margin-bottom: 3rem; } }

.hero_reccat {
  color: #fff;
  font-family: "Roboto Slab", serif; }

.hero_excerpt {
  color: #fff;
  font-family: "Roboto Slab", serif; }

.ingredients_title {
  font-size: 2.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold; }

.directions_title {
  font-size: 1.75rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold; }

.recipe_ingredients_holding {
  padding-top: 90px; }
  .recipe_ingredients_holding ul {
    padding: 0; }
    .recipe_ingredients_holding ul li {
      font-family: "Roboto Slab", serif;
      list-style: none;
      margin-bottom: 10px; }
      .recipe_ingredients_holding ul li:before {
        content: "-";
        text-indent: -5px; }

.directions p {
  font-family: "Roboto Slab", serif; }

.directions ol {
  font-family: "Roboto Slab", serif; }
  .directions ol li {
    font-family: "Roboto Slab", serif; }

.directions ul {
  font-family: "Roboto Slab", serif; }
  .directions ul li {
    font-family: "Roboto Slab", serif; }

.view_more-holding {
  margin: 2% 2% 3rem 2%;
  border-bottom: 5px solid #dbdbdb; }
  @media (min-width: 768px) {
    .view_more-holding {
      margin: 2%; } }
  .view_more-holding h2 {
    font-family: "cervoneue-extrabold";
    color: #003E6F;
    text-transform: uppercase;
    padding: 8px 0; }

@media (min-width: 768px) {
  .view_more_parent {
    padding-bottom: 120px; } }

.view_more_link {
  position: relative; }

.view_recipe_link {
  color: #F37121;
  font-family: "cervoneue-extrabold";
  text-transform: uppercase;
  position: absolute;
  z-index: 100;
  letter-spacing: 0.1rem; }
  .view_recipe_link:hover {
    text-decoration: none; }

.view_recipe_link:before {
  width: 96px;
  height: 15px;
  background-color: #d9d9d9;
  opacity: 0.3;
  top: 10px;
  left: -5px;
  position: absolute;
  content: "_";
  color: transparent;
  z-index: -1; }

.filter_parent {
  position: relative; }

.filter_back_one {
  width: 100%;
  position: absolute; }
  @media (min-width: 768px) {
    .filter_back_one {
      height: 295px; } }

.filter_holding {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 72px 2% 0 2%; }

.viewing_left_holding {
  display: block;
  border-bottom: 6px solid #d8d8d8; }
  @media (min-width: 768px) {
    .viewing_left_holding {
      width: 60%;
      display: inline-block; } }

.viewing_left_space {
  display: block; }
  @media (min-width: 768px) {
    .viewing_left_space {
      width: 60%;
      display: inline-block; } }

.viewing_label {
  font-size: 26px;
  font-family: "cervoneue-regular";
  color: #606060;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 13px; }

.filter_right {
  border-bottom: 6px solid #d8d8d8;
  padding-top: 20px;
  height: 90px; }
  .filter_right .viewing_label {
    font-size: 26px;
    font-family: "cervoneue-regular";
    color: #606060;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 0; }
  .filter_right form {
    padding-bottom: 10px;
    display: inline-block; }
  @media (min-width: 768px) {
    .filter_right {
      display: inline-block;
      width: 38%;
      margin-left: 1%;
      height: inherit; } }
  .filter_right form {
    padding-bottom: 6px; }

.custom-select {
  font-family: "cervoneue-regular";
  text-transform: uppercase;
  background: transparent !important;
  border: none !important;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 3px; }
  .custom-select select {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "cervoneue-regular";
    color: #606060; }
    .custom-select select option {
      text-transform: uppercase;
      font-size: 20px !important;
      font-family: "cervoneue-regular";
      color: #606060; }

option {
  text-transform: uppercase;
  font-size: 20px !important;
  font-family: "cervoneue-regular";
  color: #606060; }

.load_more_holding {
  text-align: center;
  height: 100px; }
  .load_more_holding a {
    text-transform: uppercase;
    background-color: #F37121;
    background-size: contain;
    background-position: center;
    color: #fff !important;
    font-family: "cervoneue-bold";
    width: 270px;
    padding: 20px 75px;
    font-size: 22px;
    text-align: center;
    -webkit-transition: background-color 0.4s;
    /* Safari */
    transition: background-color 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer; }

.gray_button_holding {
  height: 100px;
  padding-top: 20px; }

.gray_button {
  text-transform: uppercase;
  background-color: #E0E0E0;
  color: #003E6F;
  height: 70px;
  font-family: "cervoneue-bold";
  width: 250px;
  padding: 20px 0;
  font-size: 22px;
  text-align: center;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  -webkit-transition: background-color 0.4s;
  /* Safari */
  transition: background-color 0.4s; }

.hide {
  display: none; }

#hidden_response {
  visibility: hidden;
  height: 0; }

.social_sharing {
  width: 80px;
  display: inline-block; }

.tip_tip_holding {
  width: 80%;
  margin: 4rem auto;
  vertical-align: top; }
  @media (min-width: 768px) {
    .tip_tip_holding {
      width: 42%;
      display: inline-block;
      margin: 4rem 3%; } }
  .tip_tip_holding a.tip_link_home {
    width: 100%; }
    .tip_tip_holding a.tip_link_home .tip_ind-img {
      width: 100%;
      height: 320px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #ef8a52;
      position: relative; }
      @media (min-width: 1150px) {
        .tip_tip_holding a.tip_link_home .tip_ind-img {
          height: 450px; } }
      .tip_tip_holding a.tip_link_home .tip_ind-img:hover {
        background-blend-mode: soft-light;
        -webkit-transition: background-blend-mode 2s;
        /* Safari */
        transition: background-blend-mode 2s; }
        .tip_tip_holding a.tip_link_home .tip_ind-img:hover .hover_internal {
          opacity: 1;
          -webkit-transition: opacity 0.4s;
          /* Safari */
          transition: opacity 0.4s; }
  .tip_tip_holding .home_tip_gray {
    background-color: #F4F4F4;
    padding: 28px 28px 48px 28px;
    width: 100%;
    position: relative; }
    @media (min-width: 1150px) {
      .tip_tip_holding .home_tip_gray {
        margin-top: -135px;
        margin-left: 135px;
        width: calc(100% - 135px);
        height: 340px; } }
    .tip_tip_holding .home_tip_gray .corner_icon {
      position: absolute;
      top: -35px;
      right: -42px;
      width: 96px; }
    .tip_tip_holding .home_tip_gray p.rec_cat {
      font-family: "Roboto Slab", serif;
      font-size: 15px;
      font-weight: bold; }
    .tip_tip_holding .home_tip_gray h2 {
      color: #003E6F;
      font-family: "cervoneue-extrabold";
      text-transform: uppercase;
      font-size: 2.875rem;
      line-height: 2.875rem; }
      @media (min-width: 1150px) {
        .tip_tip_holding .home_tip_gray h2 {
          width: 290px; } }
      .tip_tip_holding .home_tip_gray h2:after {
        background-color: #F37121;
        width: 65px;
        height: 5px;
        content: '_';
        color: transparent;
        display: block;
        margin-top: 14px;
        margin-bottom: 22px; }
    .tip_tip_holding .home_tip_gray .excerpt {
      font-family: "Roboto Slab", serif;
      font-size: 15px;
      line-height: 24px;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .tip_tip_holding .home_tip_gray .excerpt {
          padding-right: 70px; } }

.ambass_single_holding {
  width: 80%;
  margin: 4rem auto;
  vertical-align: top;
  height: 600px;
  position: relative; }
  @media (min-width: 768px) {
    .ambass_single_holding {
      width: 42%;
      display: inline-block;
      margin: 4rem 3%;
      position: relative; } }
  .ambass_single_holding .view_ambass_ind-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 270px; }
    @media (min-width: 1100px) {
      .ambass_single_holding .view_ambass_ind-img {
        width: 50%;
        position: absolute;
        z-index: 10;
        height: 270px; } }
  .ambass_single_holding a.tip_link_home {
    width: 100%; }
    .ambass_single_holding a.tip_link_home .tip_ind-img {
      width: 100%;
      height: 320px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 1100px) {
        .ambass_single_holding a.tip_link_home .tip_ind-img {
          height: 450px; } }
  .ambass_single_holding .floating_copy {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 6;
    top: 330px;
    padding-left: 1rem;
    width: 100%; }
    @media (min-width: 1100px) {
      .ambass_single_holding .floating_copy {
        width: 50%;
        left: 50%;
        z-index: 6;
        top: 70px; } }
    .ambass_single_holding .floating_copy .corner_icon {
      position: absolute;
      top: -40px;
      right: -35px;
      width: 80px; }
      @media (min-width: 768px) {
        .ambass_single_holding .floating_copy .corner_icon {
          right: -42px;
          width: 96px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .ambass_single_holding .floating_copy .corner_icon {
      top: 0; } }
    .ambass_single_holding .floating_copy h2 {
      color: #003E6F;
      font-family: "cervoneue-extrabold";
      text-transform: uppercase;
      font-size: 2.875rem;
      line-height: 2.875rem; }
      @media (min-width: 1100px) {
        .ambass_single_holding .floating_copy h2 {
          width: calc(100% - 45px); } }
      .ambass_single_holding .floating_copy h2:after {
        background-color: #F37121;
        width: 65px;
        height: 5px;
        content: '_';
        color: transparent;
        display: block;
        margin-top: 14px;
        margin-bottom: 22px; }
    .ambass_single_holding .floating_copy h4.ambass_cat_home {
      color: #F37121;
      font-family: "cervoneue-bold";
      font-size: 13px;
      text-transform: uppercase; }
    .ambass_single_holding .floating_copy .excerpt {
      font-family: "Roboto Slab", serif;
      font-size: 15px;
      line-height: 24px;
      padding-right: 16px; }
      @media (min-width: 768px) {
        .ambass_single_holding .floating_copy .excerpt {
          padding-right: 20px; } }
      @media (min-width: 1200px) {
        .ambass_single_holding .floating_copy .excerpt {
          padding-right: 70px; } }
    .ambass_single_holding .floating_copy .view_more_link {
      float: right;
      color: #F37121;
      width: 100%;
      height: 30px; }
      .ambass_single_holding .floating_copy .view_more_link a {
        right: 28px; }
  .ambass_single_holding .home_ambass_gray {
    background-color: #F4F4F4;
    padding: 28px 28px 48px 28px;
    width: 100%;
    position: relative;
    height: 330px; }
    @media (min-width: 768px) {
      .ambass_single_holding .home_ambass_gray {
        height: 420px; } }
    @media (min-width: 1100px) {
      .ambass_single_holding .home_ambass_gray {
        margin-top: 40px;
        margin-left: 168px;
        width: calc(100% - 168px);
        height: 405px;
        z-index: 5;
        padding-left: 190px; } }

.hero_two {
  height: 140vh;
  position: relative;
  margin-top: 90px;
  background-color: #000; }
  @media (min-width: 768px) {
    .hero_two {
      width: 100%;
      height: 640px;
      margin-top: 115px; } }
  .hero_two .hero_image {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 60vh; }
    @media (min-width: 768px) {
      .hero_two .hero_image {
        position: absolute;
        width: 50%;
        height: 100%;
        z-index: 10; } }
  .hero_two .hero_block {
    width: 100%;
    position: relative;
    background-color: #F37121;
    padding: 1rem;
    height: 80vh; }
    @media (min-width: 768px) {
      .hero_two .hero_block {
        width: 55%;
        height: calc(100% - 25px);
        display: inline-block;
        float: right;
        position: absolute;
        z-index: 100;
        left: 45%;
        padding: 70px 70px; } }
    .hero_two .hero_block .ambassador_grill {
      position: absolute;
      bottom: 32px;
      right: 16px;
      width: 40px; }
      @media (min-width: 768px) {
        .hero_two .hero_block .ambassador_grill {
          position: absolute;
          bottom: 75px;
          right: 60px;
          width: 60px; } }
    .hero_two .hero_block .ambassador_ofmonth {
      position: absolute;
      right: 16px;
      font-family: 'cervoneue-extrabold', san-serif;
      text-transform: uppercase;
      color: #fff;
      width: 150px;
      font-size: 1.5rem;
      top: 16px; }
      @media (min-width: 768px) {
        .hero_two .hero_block .ambassador_ofmonth {
          width: 189px;
          font-size: 2rem;
          right: 60px; } }
      .hero_two .hero_block .ambassador_ofmonth:after {
        background-color: #fff;
        width: 120px;
        height: 8px;
        content: '_';
        color: #F37121;
        display: block;
        margin-top: 14px; }
    .hero_two .hero_block .ambassador_title {
      color: #fff;
      font-weight: 800;
      font-family: 'cervoneue-bold';
      /*word-spacing: 9999999px;*/
      margin-top: 120px;
      font-size: 4rem;
      line-height: 70px;
      text-transform: uppercase;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .hero_two .hero_block .ambassador_title {
          font-size: 4.75rem;
          color: #fff;
          margin-top: 90px;
          line-height: 80px;
          display: inline-block;
          text-transform: uppercase;
          margin-bottom: 1.5rem; } }
       @media (min-width:960px) {
       	  .hero_two .hero_block .ambassador_title {
			font-size: 5.5rem;
			line-height: 90px;
       	  }
       }
    .hero_two .hero_block .excerpt {
      font-family: "Roboto Slab", serif;
      color: #fff; }
      @media (min-width: 768px) {
        .hero_two .hero_block .excerpt {
          margin-bottom: 1.5rem; } }
      @media (min-width: 992px) {
        .hero_two .hero_block .excerpt {
          width: 495px; } }
    .hero_two .hero_block .recipe_hero_title {
      font-size: 4rem;
      color: #fff;
      font-weight: 800;
      font-family: 'cervoneue-bold';
      margin-top: 90px;
      display: inline-block;
      text-transform: uppercase; }
  .hero_two .white_button {
    text-transform: uppercase;
    font-family: 'cervoneue-bold';
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 8px 30px;
    border: 5px solid #fff;
    bottom: 32px; }
    @media (min-width: 768px) {
      .hero_two .white_button {
        font-size: 1.4rem;
        border: 5px solid #fff;
        padding: 8px 45px;
        -webkit-transition: color 0.4s;
        /* Safari */
        transition: color 0.4s; } }
    .hero_two .white_button:hover {
      -webkit-transition: color 0.4s;
      /* Safari */
      transition: color 0.4s;
      text-decoration: none;
      color: #003E6F; }

.view_more_link a:hover {
  color: #42A4CC !important; }

.hero_block-single {
  width: 100%;
  background-color: #F37121;
  height: 80vh;
  position: relative;
  padding: 1rem; }
  @media (min-width: 768px) {
    .hero_block-single {
      width: 55%;
      height: calc(100% - 80px);
      background-color: #F37121;
      display: inline-block;
      float: right;
      position: absolute;
      z-index: 100;
      left: 45%;
      padding: 70px 70px; } }
  .hero_block-single .ambassador_ofmonth {
    position: absolute;
    font-family: 'cervoneue-extrabold', san-serif;
    text-transform: uppercase;
    color: #fff;
    width: 208px;
    font-size: 2rem;
    right: 16px;
    top: 30px; }
    @media (min-width: 768px) {
      .hero_block-single .ambassador_ofmonth {
        right: 60px; } }
    .hero_block-single .ambassador_ofmonth:after {
      background-color: #fff;
      width: 120px;
      height: 8px;
      content: '_';
      color: #F37121;
      display: block;
      margin-top: 14px; }
  .hero_block-single .ambassador_title {
    font-size: 4rem;
    color: #fff;
    font-weight: 800;
    font-family: 'cervoneue-bold';
    position: absolute;
    text-transform: uppercase;
    bottom: 130px;
    left: 16px;
    line-height: 1;
    padding-right: 80px;
    /*word-spacing: 9999999px;*/ }
    @media (min-width: 768px) {
      .hero_block-single .ambassador_title {
        font-size: 5.5rem;
        line-height: 5rem;
        bottom: 70px;
        padding-right: 130px;
      } 
  	}
  .hero_block-single .recipe_hero_title {
    font-size: 4.8rem;
    line-height: 4.8rem;
    color: #fff;
    font-weight: 800;
    font-family: 'cervoneue-bold';
    margin-top: 90px;
    display: inline-block;
    text-transform: uppercase;
    bottom: 130px;
    position: absolute; }
    @media (min-width: 768px) {
      .hero_block-single .recipe_hero_title {
        font-size: 5.25rem;
        line-height: 5.25rem; } }

.ambassador_grill {
  position: absolute;
  bottom: 130px;
  right: 16px;
  width: 40px; }
  @media (min-width: 768px) {
    .ambassador_grill {
      position: absolute;
      bottom: 75px;
      right: 60px;
      width: 60px; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 768px) {
  .why_grill_copy {
    padding-right: 60px; } }

.why_grill_copy h3 {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  margin-bottom: 1rem; }

.why_grill_copy p {
  font-size: 17px;
  font-family: "Roboto Slab", serif;
  line-height: 28px; }

.hero_gray {
  width: 100%;
  background-color: #F4F4F4;
  height: 85px;
  position: absolute;
  bottom: 0; }

.orange_social {
  width: 34px;
  margin: 5px;
  vertical-align: top; }

.share_float {
  float: right;
  margin-top: 24px;
  margin-right: 60px; 
  z-index: 200; }
  .share_float .share_this {
    display: inline-block;
    color: #F37121;
    font-size: 1rem;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 8px;
    padding-top: 12px;
    vertical-align: top; }
  .share_float a {
    vertical-align: top; }

.norm_row.sfsi_wDiv {
  max-width: 100px; }
.sfsi_tool_tip_2 {
	z-index: 200 !important;
}
.meet_title {
  color: #E0E0E0;
  font-size: 2.875rem;
  line-height: 2.875rem;
  font-weight: 800;
  font-family: 'cervoneue-bold';
  width: 240px;
  text-transform: uppercase; }
  .meet_title:after {
    background-color: #E0E0E0;
    width: 120px;
    height: 8px;
    content: '_';
    color: transparent;
    display: block;
    margin-top: 14px; }

.news_single_title {
  color: #E0E0E0;
  font-size: 2.875rem;
  line-height: 2.875rem;
  font-weight: 800;
  font-family: 'cervoneue-bold';
  width: 330px;
  text-transform: uppercase; }
  .news_single_title:after {
    background-color: #E0E0E0;
    width: 120px;
    height: 8px;
    content: '_';
    color: transparent;
    display: block;
    margin-top: 14px; }

.meet_title.blue {
  color: #003E6F;
  font-size: 2.875rem;
  font-weight: 800;
  font-family: 'cervoneue-bold';
  width: 240px;
  text-transform: uppercase; }
  .meet_title.blue:after {
    background-color: #003E6F;
    width: 120px;
    height: 8px;
    content: '_';
    color: transparent;
    display: block;
    margin-top: 14px; }

.flame_relative {
  height: 50px;
  position: relative; }
  .flame_relative .flame_absolute {
    width: 65px;
    position: absolute;
    z-index: 500;
    top: -60px; }

.meet_body {
  font-family: "Roboto Slab", serif; }
  @media (min-width: 768px) {
    .meet_body {
      padding-right: 30%; } }
  @media (min-width: 992px) {
    .meet_body {
      padding-right: 130px; } }

.ambassador_about {
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  font-weight: bold;
  margin-top: 24px; }

.mbass_single_holding {
  width: 80%;
  margin: 3rem auto; }
  @media (min-width: 768px) {
    .mbass_single_holding {
      width: 42%;
      display: inline-block;
      margin: 3%; } }

.gray_meet {
  background: #F4F4F4;
  height: 200px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 70px;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .gray_meet {
      height: 115px; } }

@media (min-width: 768px) {
  .home_meet_ambassador_holding {
    height: 700px;
    position: relative; } }

.home_meet_ambassador_holding .meet_ambass_image_mobile {
  height: 50vh;
  width: 100%;
  background-color: gray;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (min-width: 768px) {
    .home_meet_ambassador_holding .meet_ambass_image_mobile {
      display: none; } }

.home_meet_ambassador_holding .meet_ambass_orange {
  background-color: #F37121;
  height: 70vh;
  width: 100%;
  padding: 3rem 1rem;
  position: relative; }
  @media (min-width: 768px) {
    .home_meet_ambassador_holding .meet_ambass_orange {
      height: 100%;
      width: 62%;
      display: inline-block;
      position: absolute;
      padding: 120px; } }
  .home_meet_ambassador_holding .meet_ambass_orange .ha_title {
    color: #fff;
    font-family: "cervoneue-extrabold";
    text-transform: uppercase;
    font-size: 2.875rem;
    line-height: 2.875rem; }
    @media (min-width: 768px) {
      .home_meet_ambassador_holding .meet_ambass_orange .ha_title {
        width: 400px;
        font-size: 3.5rem;
        line-height: 3.5rem; } }
    .home_meet_ambassador_holding .meet_ambass_orange .ha_title:after {
      background-color: #fff;
      width: 95px;
      height: 8px;
      content: '_';
      color: transparent;
      display: block;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .home_meet_ambassador_holding .meet_ambass_orange .ha_title:after {
          margin-top: 40px;
          margin-bottom: 30px; } }
  .home_meet_ambassador_holding .meet_ambass_orange .excerpt {
    font-family: "Roboto Slab", serif;
    color: #fff; }
    @media (min-width: 768px) {
      .home_meet_ambassador_holding .meet_ambass_orange .excerpt {
        width: 520px;
        font-size: 1rem;
        line-height: 2rem; } }
  @media (min-width: 768px) {
    .home_meet_ambassador_holding .meet_ambass_orange .button_holding {
      position: absolute;
      bottom: 120px; } }
  .home_meet_ambassador_holding .meet_ambass_orange .white_button {
    text-transform: uppercase;
    font-family: 'cervoneue-bold';
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 8px 30px;
    border: 5px solid #fff;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .home_meet_ambassador_holding .meet_ambass_orange .white_button {
        font-size: 1.4rem;
        border: 5px solid #fff;
        padding: 8px 45px; } }
    .home_meet_ambassador_holding .meet_ambass_orange .white_button:hover {
      -webkit-transition: color 0.4s;
      /* Safari */
      transition: color 0.4s;
      text-decoration: none;
      color: #003E6F; }

.home_meet_ambassador_holding .meet_ambass_image {
  display: none; }
  @media (min-width: 768px) {
    .home_meet_ambassador_holding .meet_ambass_image {
      display: inline-block;
      width: calc(38% + 75px);
      height: calc(100% - 90px);
      position: absolute;
      right: 0;
      top: 45px;
      background-color: gray;
      background-size: cover;
      background-position: center; } }
  .home_meet_ambassador_holding .meet_ambass_image .sub_holding {
    position: relative;
    width: 100%;
    height: 100%; }

.social_icons a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px; }
  .social_icons a img {
    width: 100%; }

.follow_amb {
  color: #42A4CC;
  font-family: "Roboto Slab", serif;
  font-size: 17px; 
  margin-top: 20px;
}

.amb_content {
  margin-top: 45px;
  font-family: "Roboto Slab", serif; }
  @media (min-width: 768px) {
    .amb_content {
      margin-top: 90px; } }
  .amb_content h3 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .amb_content h3 {
        font-size: 2.875rem; } }
  .amb_content p {
    font-family: "Roboto Slab", serif; }
  .amb_content ul {
    font-family: "Roboto Slab", serif; }
    .amb_content ul li {
      font-family: "Roboto Slab", serif; }
  .amb_content img {
    max-width: 100%;
    width: 100% !important; }

.tip_body * {
  font-family: "Roboto Slab", serif; }

.tip_body p {
  font-family: "Roboto Slab", serif; }

.tip_body ul {
  font-family: "Roboto Slab", serif; }
  .tip_body ul li {
    font-family: "Roboto Slab", serif; }
    .tip_body ul li a {
      color: #42A4CC; }

.tip_body ol {
  font-family: "Roboto Slab", serif; }
  .tip_body ol li {
    font-family: "Roboto Slab", serif; }
    .tip_body ol li a {
      color: #42A4CC; }

.tip_body a {
  color: #42A4CC; }
  .tip_body a:hover {
    color: #003E6F; }

.video_holding {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .video_holding {
      max-width: calc(100% - 60px); } }

.video_holding iframe,
.video_holding object,
.video_holding embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.meet_hr {
  margin: 60px 0 40px 0;
  height: 3px solid #E0E0E0; }
  @media (min-width: 768px) {
    .meet_hr {
      margin: 60px 60px 40px 0; } }

.hero_center_headline {
  color: #fff;
  font-family: "cervoneue-extrabold";
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 3.5rem; }
  @media (min-width: 768px) {
    .hero_center_headline {
      font-size: 4.8rem; } }

.hero_center_paragraph {
  color: #fff;
  font-family: "Roboto Slab", serif;
  text-align: center; }
  @media (min-width: 768px) {
    .hero_center_paragraph {
      width: 615px;
      margin: 0 auto;
      display: block; } }

.news_subtitle {
  font-size: 2.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold; }

.news_subtitle_single p {
  font-family: "Roboto Slab", serif;
  }
  .news_subtitle_single p a {
    color: #42A4CC; }

.news_subtitle_single ul li {
  font-family: "Roboto Slab", serif; }
  .news_subtitle_single ul li a {
    color: #42A4CC; }

.news_subtitle_single ol li {
  font-family: "Roboto Slab", serif; }
  .news_subtitle_single ol li a {
    color: #42A4CC; }

@media (min-width: 768px) {
  .directions_holding {
    padding-right: 100px; } }

.optional_sub {
  font-size: 1.75rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold; }

.footer_social .blue_social_logo {
  width: 40px;
  height: 40px;
  margin: 10px auto;
  display: block; }

@media (min-width: 768px) {
  .footer_social {
    display: inline-block;
    margin-top: 40px;
    margin-left: 40px; }
    .footer_social .blue_social_logo {
      width: 40px;
      height: 40px;
      margin-right: 10px;
      display: inline-block; } }

.footer_holding {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .footer_holding {
      height: 180px;
      padding-bottom: 0; } }
  .footer_holding .container .navbar {
    flex-direction: column; }
    @media (min-width: 768px) {
      .footer_holding .container .navbar {
        flex-direction: row; } }

.footer_cust-nav_ul .navbar-nav a.nav-link {
  color: #F37121;
  -webkit-transition: color 0.4s;
  /* Safari */
  transition: color 0.4s;
  text-align: center;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .footer_cust-nav_ul .navbar-nav a.nav-link {
      text-align: left;
      font-size: 0.9rem; } }
  .footer_cust-nav_ul .navbar-nav a.nav-link:hover {
    color: #003E6F;
    -webkit-transition: color 0.4s;
    /* Safari */
    transition: color 0.4s; }

.navbar-light .footer_cust-nav_ul .navbar-nav a.nav-link:hover {
  color: #003E6F;
  -webkit-transition: color 0.4s;
  /* Safari */
  transition: color 0.4s; }

@media (min-width: 768px) {
  .footer_cust-nav_ul {
    padding-top: 50px; } }

html {
  visibility: visible;
  opacity: 1; }



.tip-filter_right {
	height: 80px;
}

.filter-dropdown {
	display: inline-block;	
	margin-left: 5px;
	position: relative;
	top: -5px;
}
.filter-dropdown .dropdown-toggle,
.filter-dropdown .dropdown-item {
	font-family: "Roboto Slab", serif;
}
.filter-dropdown .dropdown-item:active {
	background-color: #F37121;
}
.filter-dropdown .btn {
	background-color: #606060;
	border-color: #606060;
}

@media (min-width: 768px) {
	.tip-filter_right {
		height: 78px;
	}
}


.cat-links a {
	color: #003E6F;
}
.cat-links a:hover {
	color: #42A4CC;
}


.alignright img,
.alignleft img,
.aligncenter img,
.alignnone img, 
img.alignright,
img.alignleft,
img.aligncenter,
img.alignnone {
	height: auto !important;
	max-width: 100%;
}

