.homepagev2 #home-hero-container-parallax {
  height: calc(65vh + 80px);
}
.homepagev2 #home-hero-container-parallax #home-parallax-slide-contents {
  height: 100%;
}
.homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content {
  top: -50px;
}
.homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content h1 {
  font-family: 'Knockout 94 Ultimate Sumo';
  font-weight: 400;
}
.homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content h1 span {
  font-family: 'Knockout 28 Junior Featherweight';
  font-weight: 400;
  font-size: 72px;
}
.homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content p {
  color: #003c71 !important;
  font-family: 'Knockout 30 Junior Welterweight';
  font-size: 24px;
  font-weight: bold;
}
.homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content .made-with {
  background: none;
  background-color: #003c71;
  display: flex;
  justify-content: flex-start;
}
.homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content .made-with .made-with-content {
  flex: 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 0 10px;
}
.homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content .made-with .made-with-content p {
  color: #ffc422 !important;
  font-family: 'Knockout 28 Junior Featherweight';
  font-size: 15px;
  font-weight: 400;
}
.homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content .made-with a.product-image {
  position: absolute;
  width: 220px;
  height: 220px;
  right: -20px;
  top: -60px;
}
@media (max-width: 960px) {
  .homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content .made-with {
    background-color: transparent;
  }
  .homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content .made-with a.product-image {
    top: -40px;
    right: 30px;
  }
}
@media (max-width: 960px) {
  .homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content {
    top: 0;
  }
}
.homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with .made-with-content a.product {
  color: white;
  font-family: 'Knockout 94 Ultimate Sumo';
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .homepagev2 #home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content h1 span {
    font-size: 52px;
  }
}
@media (max-width: 960px) {
  .homepagev2 #home-hero-container-parallax #home-parallax-slide-contents {
    height: 850px;
  }
}
.homepagev2 #home-hero-container-parallax #home-parallax-slide-bgs {
  height: 100%;
  top: -50px;
}
@media (max-width: 960px) {
  .homepagev2 #home-hero-container-parallax #home-parallax-slide-bgs {
    height: 50vh;
    top: 0;
  }
}
.homepagev2 #home-hero-container-parallax:hover #previous {
  background: #ffcc33 url(/img/icons/arrow-dark-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.homepagev2 #home-hero-container-parallax:hover #previous:hover {
  background: #8fad15 url(/img/icons/arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.homepagev2 #home-hero-container-parallax:hover #next {
  background: #ffcc33 url(/img/icons/arrow-dark-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  transform: scale(-1);
}
.homepagev2 #home-hero-container-parallax:hover #next:hover {
  background: #8fad15 url(/img/icons/arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.homepagev2 #home-hero-container-parallax #pagination {
  height: 50px;
  background-color: #ffc422;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 0 15px;
}
.homepagev2 #home-hero-container-parallax #pagination li {
  border: none;
  margin: 0 5px;
  background-color: white;
}
.homepagev2 #home-hero-container-parallax #pagination li:last-child {
  margin-right: 5px;
}
.homepagev2 #home-hero-container-parallax #pagination li.current {
  background-color: #003c71;
}
@media (max-width: 960px) {
  .homepagev2 #home-hero-container-parallax #pagination {
    bottom: 0;
  }
}
@media (max-width: 960px) {
  .homepagev2 #home-hero-container-parallax {
    height: 100% !important;
  }
}
.homepagev2 .homepage #how-to-callout.home {
  padding: 100px 0 50px 0;
}
.homepagev2 .homepage #how-to-callout.home .fullwidth .row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  min-height: 420px;
}
.homepagev2 .homepage #how-to-callout.home .fullwidth .row .content {
  background-color: #e04e39;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}
.homepagev2 .homepage #how-to-callout.home .fullwidth .row .content img {
  width: 75px;
  height: auto;
}
.homepagev2 .homepage #how-to-callout.home .fullwidth .row .content .section-title {
  font-family: 'Knockout 94 Ultimate Sumo';
  color: white;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
}
.homepagev2 .homepage #how-to-callout.home .fullwidth .row .content p {
  color: white;
  font-family: 'Knockout 30 Junior Welterweight';
  font-size: 24px;
  font-weight: 400;
}
.homepagev2 .homepage #how-to-callout.home .fullwidth .row .image a {
  display: flex;
}
.homepagev2 .homepage #how-to-callout.home .fullwidth .row .image .callout-feat-img {
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
@media (max-width: 851px) {
  .homepagev2 .homepage #how-to-callout.home {
    padding: 20px 0;
  }
  .homepagev2 .homepage #how-to-callout.home .fullwidth .row {
    min-height: 100%;
    flex-direction: column-reverse;
  }
  .homepagev2 .homepage #how-to-callout.home .fullwidth .row .two {
    width: 100%;
  }
  .homepagev2 .homepage #how-to-callout.home .fullwidth .row .content {
    padding: 20px;
  }
  .homepagev2 .homepage #how-to-callout.home .fullwidth .row .content img {
    max-width: 70px;
  }
  .homepagev2 .homepage #how-to-callout.home .fullwidth .row .image .callout-feat-img {
    max-width: 100%;
    position: relative;
  }
}
.homepagev2 .homepage #recipes {
  background: #10ada0 url(/img/homepage/recipe_inspo_bg.png) no-repeat;
  background-size: 850px;
  background-position: right bottom -150px;
  padding: 100px 20px;
}
.homepagev2 .homepage #recipes #text-bg {
  background-image: none;
  background-color: transparent;
  padding: 0;
}
.homepagev2 .homepage #recipes #text-bg .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto;
}
.homepagev2 .homepage #recipes #text-bg .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.homepagev2 .homepage #recipes #text-bg .content .title img {
  margin-right: 10px;
  max-width: 75px;
  top: -10px;
  position: relative;
}
.homepagev2 .homepage #recipes #text-bg .content .title .section-title {
  color: white;
  font-size: 49px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Knockout 94 Ultimate Sumo';
  margin: 0;
  padding: 0;
}
.homepagev2 .homepage #recipes #text-bg .content .title .section-title span {
  color: #ffc524;
  font-family: 'Knockout 30 Junior Welterweight';
  font-weight: 400;
  line-height: 1;
  font-size: 49px;
}
.homepagev2 .homepage #recipes #text-bg .content p {
  color: white;
  font-family: 'Knockout 30 Junior Welterweight';
  font-size: 24px;
  font-weight: 400;
}
.homepagev2 .homepage #recipes #text-bg #slider-wrapper #recipe-slider .slick-prev {
  background: url(/img/icons/arrow-full-yellow.svg);
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
.homepagev2 .homepage #recipes #text-bg #slider-wrapper #recipe-slider .slick-next {
  background: url(/img/icons/arrow-full-yellow.svg);
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  transform: scale(-1);
}
.homepagev2 .homepage #recipes #text-bg #slider-wrapper #recipe-slider .recipe-thumbnail .text {
  z-index: 500;
}
.homepagev2 .homepage #recipes #text-bg #slider-wrapper #recipe-slider .recipe-thumbnail .wrapper .made-with {
  position: relative;
  top: 15px;
  z-index: 99;
  transform: scale(1);
}
.homepagev2 .homepage #recipes #text-bg #slider-wrapper #recipe-slider .recipe-thumbnail .wrapper .cooktime {
  padding: 0;
}
.homepagev2 .homepage #recipes #text-bg #slider-wrapper #recipe-slider .recipe-thumbnail .wrapper .product-text {
  background-color: #d5e8f3;
  padding: 55px 12px 15px 12px;
  border-radius: 0px 0px 30px 30px;
  position: relative;
  top: -40px;
  margin: 0 auto;
  max-width: 308px;
}
.homepagev2 .homepage #recipes #text-bg #slider-wrapper #recipe-slider .recipe-thumbnail .wrapper .product {
  font-family: "NexaRustSans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #003c71;
  text-transform: uppercase;
}
.homepagev2 .homepage #recipes #text-bg #slider-wrapper #recipe-slider .recipe-thumbnail .wrapper .product a {
  color: #003c71;
}
.homepagev2 .homepage #recipes #text-bg #slider-wrapper #recipe-slider .recipe-thumbnail .cta {
  display: none;
}
@media (max-width: 980px) {
  .homepagev2 .homepage #recipes {
    background-position: right bottom -450px;
    padding: 50px 20px;
  }
  .homepagev2 .homepage #recipes #text-bg .content {
    max-width: 100%;
    margin: 0 auto;
  }
}
.homepagev2 .homepage #newsletter {
  background-image: none;
  background-color: #96268f;
  padding: 100px 0;
  height: 100%;
}
.homepagev2 .homepage #newsletter .fullwidth .section-title {
  margin: 10px auto 20px auto;
  padding: 0;
  color: white;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  font-family: 'Knockout 94 Ultimate Sumo';
}
.homepagev2 .homepage #newsletter .fullwidth .section-title span {
  color: #ffc524;
  font-family: 'Knockout 28 Junior Featherweight';
  font-weight: 400;
  line-height: 1;
  font-size: 48px;
}
.homepagev2 .homepage #newsletter .fullwidth #signup {
  display: flex;
  justify-content: center;
}
.homepagev2 .homepage #newsletter .fullwidth #signup input {
  color: #96268f;
  font-family: 'Knockout 28 Junior Featherweight';
  padding: 0px 5px 2px 70px;
  background-image: url(/img/icons/email-purple.png);
  background-position: 16px center;
  box-shadow: none;
  max-width: 475px;
}
.homepagev2 .homepage #newsletter .fullwidth #signup input::placeholder {
  color: #96268f;
  font-family: 'Knockout 28 Junior Featherweight';
}
.homepagev2 .homepage #newsletter .fullwidth #signup input::-webkit-input-placeholder {
  color: #96268f;
  font-family: 'Knockout 28 Junior Featherweight';
}
@media (max-width: 450px) {
  .homepagev2 .homepage #newsletter .fullwidth #signup input {
    font-size: 21px;
  }
}
@media (max-width: 860px) {
  .homepagev2 .homepage #newsletter {
    padding: 50px 0;
  }
  .homepagev2 .homepage #newsletter .fullwidth .section-title {
    font-size: 32px;
  }
  .homepagev2 .homepage #newsletter .fullwidth .section-title span {
    font-size: 38px;
  }
}
.homepagev2 .homepage #brands {
  background-image: none;
  background-color: #003c71;
  margin: 0;
  padding: 100px 0;
}
.homepagev2 .homepage #brands .fullwidth .title {
  max-width: 850px;
  margin: 0 auto;
}
.homepagev2 .homepage #brands .fullwidth .title .section-title {
  color: white;
  font-weight: 400;
  line-height: 1;
  font-family: 'Knockout 94 Ultimate Sumo';
  font-size: 49px;
  margin: 0 auto;
}
.homepagev2 .homepage #brands .fullwidth .title .section-title span {
  color: #ffc524;
  line-height: 1;
  font-weight: 400;
  font-family: 'Knockout 48 Featherweight';
  font-size: 49px;
}
.homepagev2 .homepage #brands .fullwidth .title p {
  color: white;
}
.homepagev2 .homepage #brands .fullwidth .title a {
  color: #ffc524;
}
.homepagev2 .homepage #brands .fullwidth .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.homepagev2 .homepage #brands .fullwidth .row .three {
  background-color: white;
  margin: 5px;
  flex: 1 32%;
  padding: 40px 20px;
  min-width: 260px;
}
.homepagev2 .homepage #brands .fullwidth .row .three .brand-copy {
  color: #003c71;
  font-family: 'Knockout 30 Junior Welterweight';
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.homepagev2 .homepage #brands .fullwidth .cta {
  margin-top: 50px;
}
.homepagev2 .homepage #how-to-callout.callout {
  padding: 20px 0;
  background-color: white;
  margin-top: 100px;
}
.homepagev2 .homepage #how-to-callout.callout .fullwidth .row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 420px;
}
.homepagev2 .homepage #how-to-callout.callout .fullwidth .row .image .hw-label {
  display: none;
}
.homepagev2 .homepage #how-to-callout.callout .fullwidth .row .image a {
  display: flex;
}
.homepagev2 .homepage #how-to-callout.callout .fullwidth .row .image .callout-feat-img {
  border-radius: 0;
  margin: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  left: 0;
  top: 0;
}
.homepagev2 .homepage #how-to-callout.callout .fullwidth .row .col-pad {
  width: 100%;
}
.homepagev2 .homepage #how-to-callout.callout .fullwidth .row .content {
  background-color: #e87722;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepagev2 .homepage #how-to-callout.callout .fullwidth .row .content .type {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.homepagev2 .homepage #how-to-callout.callout .fullwidth .row .content .type .ht-title {
  color: #ffc422;
  text-transform: uppercase;
  font-family: 'Knockout 28 Junior Featherweight';
  font-weight: 400;
  line-height: 1;
  font-size: 48px;
}
.homepagev2 .homepage #how-to-callout.callout .fullwidth .row .content .type .callout-feat-icon {
  max-width: 60px;
  height: auto;
  margin-right: 10px;
}
.homepagev2 .homepage #how-to-callout.callout .fullwidth .row .content .section-title {
  margin: 0 auto;
  color: white;
  font-family: 'Knockout 94 Ultimate Sumo';
  font-weight: 400;
  line-height: 1;
}
.homepagev2 .homepage #how-to-callout.callout .fullwidth .row .content p {
  color: white;
  font-family: 'Knockout 30 Junior Welterweight';
  font-weight: 400;
  line-height: 1;
  font-size: 24px;
  max-width: 100%;
}
@media (max-width: 851px) {
  .homepagev2 .homepage #how-to-callout.callout {
    padding: 20px 0;
    margin-top: 20px;
  }
  .homepagev2 .homepage #how-to-callout.callout .fullwidth .row {
    min-height: 100%;
    flex-direction: column;
  }
  .homepagev2 .homepage #how-to-callout.callout .fullwidth .row .two {
    width: 100%;
  }
  .homepagev2 .homepage #how-to-callout.callout .fullwidth .row .image .callout-feat-img {
    position: relative;
  }
  .homepagev2 .homepage #how-to-callout.callout .fullwidth .row .content {
    padding: 20px;
  }
  .homepagev2 .homepage #how-to-callout.callout .fullwidth .row .content .type .callout-feat-icon {
    position: relative;
    top: auto;
    margin-top: 0;
    left: auto;
    margin-left: 0;
    max-width: 40px;
  }
}
