/* Generated on: Thu Nov 03 2016 21:12:29 GMT-0400 (EDT) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
.infographics-wrapper {
  color: #4b443e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0 auto;
  max-width: 940px;
}
.infographics-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.infographics-wrapper img {
  max-width: 100%;
}
.infographics-wrapper p {
  margin-bottom: 1em;
}
.infographics-wrapper ul,
.infographics-wrapper ol {
  margin-left: 0;
}
.infographics-wrapper .circle-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 988px) {
  .infographics-wrapper .hover {
    transition: 0.1s;
  }
  .infographics-wrapper .hover:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.infographics-wrapper .line-box {
  margin: 20px;
  position: relative;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100px;
  height: 100px;
}
.infographics-wrapper .line-box:after {
  border-right: 2px solid #e32119;
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 1px;
  height: 140%;
}
.infographics-wrapper .line-box.dotted:after {
  border-right-style: dotted;
}
.infographics-wrapper .line-horizontal-red-dotted {
  border-bottom: 2px dotted #e32119;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 1px;
}
.infographics-wrapper .line-vertical-red-dotted {
  border-right: 2px dotted #e32119;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 10px;
}
.app-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.main-container {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  height: 100%;
  overflow: auto;
}
.ios .main-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.show-me-more {
  cursor: pointer;
  width: 20px;
  height: 12px;
  position: relative;
  display: block;
  color: #95a5a6;
  display: inline-block;
  text-decoration: none;
}
.show-me-more:hover,
.show-me-more:focus {
  color: #4b443e;
}
.show-me-more .line {
  display: block;
  background: #4b443e;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  border-radius: 0.5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  overflow: hidden;
}
.show-me-more .line.line-1 {
  top: 0;
}
.show-me-more .line.line-2 {
  top: 50%;
}
.show-me-more .line.line-3 {
  top: 100%;
}
.infographic-healthy-bowls {
  color: #e32119;
}
.infographic-healthy-bowls .circle-item {
  margin: 0 20px 2em;
  text-align: center;
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .circle-item {
    position: absolute;
    text-align: left;
  }
  .infographic-healthy-bowls .circle-item:nth-child(1) {
    left: 64%;
  }
  .infographic-healthy-bowls .circle-item:nth-child(1) .line-box {
    top: 13px;
    left: -20px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .infographic-healthy-bowls .circle-item:nth-child(2) {
    left: 70%;
  }
  .infographic-healthy-bowls .circle-item:nth-child(2) .line-box {
    top: 13px;
    left: -110px;
    width: 200px;
    height: 200px;
  }
  .infographic-healthy-bowls .circle-item:nth-child(3) {
    left: 66%;
  }
  .infographic-healthy-bowls .circle-item:nth-child(3) .line-box {
    top: 13px;
    left: -20px;
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
  }
  .infographic-healthy-bowls .circle-item:nth-child(4) {
    right: 66%;
  }
  .infographic-healthy-bowls .circle-item:nth-child(4) .line-box {
    top: 13px;
    right: -20px;
    -webkit-transform: scaleY(-1) translateX(100%);
        -ms-transform: scaleY(-1) translateX(100%);
            transform: scaleY(-1) translateX(100%);
  }
  .infographic-healthy-bowls .circle-item:nth-child(5) {
    right: 70%;
  }
  .infographic-healthy-bowls .circle-item:nth-child(5) .line-box {
    top: 13px;
    right: -40px;
    width: 160px;
    height: 160px;
  }
  .infographic-healthy-bowls .circle-item:nth-child(6) {
    right: 64%;
  }
  .infographic-healthy-bowls .circle-item:nth-child(6) h3 {
    padding-left: 60px;
  }
  .infographic-healthy-bowls .circle-item:nth-child(6) .line-box {
    top: 13px;
    right: -20px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .infographic-healthy-bowls .circle-item:nth-child(1),
  .infographic-healthy-bowls .circle-item:nth-child(6) {
    top: 13%;
  }
  .infographic-healthy-bowls .circle-item:nth-child(2),
  .infographic-healthy-bowls .circle-item:nth-child(5) {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .infographic-healthy-bowls .circle-item:nth-child(2) h3,
  .infographic-healthy-bowls .circle-item:nth-child(5) h3 {
    border-bottom: 0;
  }
  .infographic-healthy-bowls .circle-item:nth-child(2) .line-box,
  .infographic-healthy-bowls .circle-item:nth-child(5) .line-box {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .infographic-healthy-bowls .circle-item:nth-child(3),
  .infographic-healthy-bowls .circle-item:nth-child(4) {
    top: 68%;
  }
  .infographic-healthy-bowls .circle-item:nth-child(4),
  .infographic-healthy-bowls .circle-item:nth-child(5),
  .infographic-healthy-bowls .circle-item:nth-child(6) {
    text-align: right;
  }
  .infographic-healthy-bowls .circle-item:nth-child(4) h3:before,
  .infographic-healthy-bowls .circle-item:nth-child(5) h3:before,
  .infographic-healthy-bowls .circle-item:nth-child(6) h3:before {
    float: right;
    margin-left: 5px;
    margin-right: 0;
  }
  .infographic-healthy-bowls .circle-item:nth-child(4) h3 span,
  .infographic-healthy-bowls .circle-item:nth-child(5) h3 span,
  .infographic-healthy-bowls .circle-item:nth-child(6) h3 span {
    padding-right: 34px;
  }
  .infographic-healthy-bowls .circle-item:nth-child(4) .ingredient-list,
  .infographic-healthy-bowls .circle-item:nth-child(5) .ingredient-list,
  .infographic-healthy-bowls .circle-item:nth-child(6) .ingredient-list {
    padding-right: 34px;
  }
}
.infographic-healthy-bowls .circle-item h3 {
  border-bottom: 2px dotted #e32119;
  color: #e32119;
  font-size: 19px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 3px;
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .circle-item h3 {
    display: inline-block;
    white-space: nowrap;
  }
}
.infographic-healthy-bowls .circle-item h3:before,
.infographic-healthy-bowls .circle-item h3 .number {
  background-color: #e32119;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  margin-top: -3px;
  margin-left: auto;
  margin-right: 10px;
  padding: 2px;
  text-align: center;
  width: 25px;
  height: 25px;
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .circle-item h3:before,
  .infographic-healthy-bowls .circle-item h3 .number {
    font-size: 0.9em;
    margin-left: 0;
    margin-right: 5px;
    width: 23px;
    height: 23px;
  }
}
.infographic-healthy-bowls .circle-item h3 span {
  display: block;
  font-size: 0.7em;
  margin-top: 0.4em;
  padding-left: 34px;
}
.infographic-healthy-bowls .circle-item .line-box {
  display: none;
  position: absolute;
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .circle-item .line-box {
    display: block;
  }
}
.infographic-healthy-bowls .circle-list {
  list-style: none;
}
.infographic-healthy-bowls .circle-list .owl-prev,
.infographic-healthy-bowls .circle-list .owl-next {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 20px;
}
.infographic-healthy-bowls .circle-list .owl-next {
  left: auto;
  right: 20px;
}
.infographic-healthy-bowls .dressing-container {
  text-align: center;
}
.infographic-healthy-bowls .dressing-header h3 {
  color: #e32119;
  margin-bottom: 0.5em;
}
.infographic-healthy-bowls .dressing-header .line-horizontal-red-dotted {
  position: static;
  margin: 0 auto;
  width: 66%;
}
.infographic-healthy-bowls .dressing-header .line-vertical-red-dotted {
  position: static;
  margin: 0 auto;
  height: 25px;
}
.infographic-healthy-bowls .dressing-image {
  border-radius: 50%;
}
.infographic-healthy-bowls .dressing-image-container {
  border: 2px dotted #e32119;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 80px;
  height: 80px;
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .dressing-image-container {
    width: 100px;
    height: 100px;
  }
}
.infographic-healthy-bowls .dressing-item {
  font-size: 0.8em;
  margin: 0 20px 20px;
  padding: 0 5px 20px;
  position: relative;
  -webkit-flex-basis: calc((100% - 60px) / 3);
      -ms-flex-preferred-size: calc((100% - 60px) / 3);
          flex-basis: calc((100% - 60px) / 3);
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 480px) {
  .infographic-healthy-bowls .dressing-item {
    font-size: 0.9em;
  }
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .dressing-item {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie .infographic-healthy-bowls .dressing-item {
  -webkit-flex-basis: calc((100% - 60px) / 3 - 40px);
      -ms-flex-preferred-size: calc((100% - 60px) / 3 - 40px);
          flex-basis: calc((100% - 60px) / 3 - 40px);
}
.infographic-healthy-bowls .dressing-item h4 {
  color: #e32119;
  margin-bottom: 15px;
}
.infographic-healthy-bowls .dressing-item .arrow-down-image {
  display: inline;
  margin-bottom: 10px;
}
.infographic-healthy-bowls .dressing-item .line-vertical-red-dotted {
  position: static;
  margin: 0 auto;
  height: 15px;
}
.infographic-healthy-bowls .dressing-item .line-vertical-red-dotted.first {
  margin-bottom: 2px;
  height: 30px;
}
.infographic-healthy-bowls .dressing-list,
.infographic-healthy-bowls .dressing-ingredient-list {
  list-style: none;
}
.infographic-healthy-bowls .dressing-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}
.infographic-healthy-bowls .dressing-ingredient-list {
  border: 2px dotted #e32119;
  color: #e32119;
  padding-top: 10px;
  padding-bottom: 10px;
}
.infographic-healthy-bowls .infographic-header {
  background: url("/userfiles/image/infographics/images/healthy-bowls/Header-Background-Desktop.svg") no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding-top: 150px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 920px) {
  .infographic-healthy-bowls .infographic-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .infographic-header {
    margin-bottom: 0;
  }
}
.infographic-healthy-bowls .infographic-header h2,
.infographic-healthy-bowls .infographic-header .infographic-summary {
  position: relative;
  z-index: 2;
}
.infographic-healthy-bowls .infographic-header h2 {
  border-top: 1px solid #e32119;
  color: #e32119;
  line-height: 1;
  margin: 0 auto 20px;
  padding-top: 5px;
  text-align: center;
  width: 300px;
}
@media (min-width: 920px) {
  .infographic-healthy-bowls .infographic-header h2 {
    width: 400px;
  }
}
@media (min-width: 940px) {
  .infographic-healthy-bowls .infographic-header h2 {
    width: 500px;
  }
}
.infographic-healthy-bowls .infographic-header h2 small {
  font-weight: 300;
}
.infographic-healthy-bowls .infographic-header .main-title {
  font-family: "Passion One", cursive;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: -5px;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .infographic-healthy-bowls .infographic-header .main-title {
    font-size: 2.5em;
  }
}
@media (min-width: 940px) {
  .infographic-healthy-bowls .infographic-header .main-title {
    font-size: 3em;
  }
}
@media (min-width: 920px) {
  .infographic-healthy-bowls .healthy-bowls-1-image,
  .infographic-healthy-bowls .healthy-bowls-2-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.infographic-healthy-bowls .healthy-bowls-1-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 300px;
}
@media (min-width: 920px) {
  .infographic-healthy-bowls .healthy-bowls-1-image {
    top: 130px;
    left: -145px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 300px;
  }
}
.infographic-healthy-bowls .healthy-bowls-2-image {
  display: none;
}
@media (min-width: 920px) {
  .infographic-healthy-bowls .healthy-bowls-2-image {
    display: block;
    left: auto;
    right: -160px;
    top: -100px;
    width: 320px;
  }
}
@media (min-width: 940px) {
  .infographic-healthy-bowls .healthy-bowls-2-image {
    width: 320px;
  }
}
.infographic-healthy-bowls .infographic-summary {
  color: #4b443e;
  font-size: 0.9em;
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
@media (min-width: 920px) {
  .infographic-healthy-bowls .infographic-summary {
    width: 400px;
  }
}
@media (min-width: 940px) {
  .infographic-healthy-bowls .infographic-summary {
    width: 500px;
  }
}
.infographic-healthy-bowls .ingredient-list {
  color: #e32119;
  font-size: 14px;
  list-style: none;
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .ingredient-list {
    padding-left: 34px;
  }
}
.infographic-healthy-bowls .line-horizontal-red-dotted {
  display: block;
}
.infographic-healthy-bowls .line-vertical-red-dotted {
  display: block;
}
.infographic-healthy-bowls .line-vertical-red-dotted.choose {
  display: none;
  top: 66%;
  left: 49.9%;
  height: 230px;
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .line-vertical-red-dotted.choose {
    display: block;
  }
}
.infographic-healthy-bowls .healthy-container {
  position: relative;
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .healthy-container {
    height: 700px;
  }
}
.infographic-healthy-bowls .healthy-image {
  border-radius: 50%;
}
.infographic-healthy-bowls .healthy-image-container {
  border: 4px solid #e32119;
  border-radius: 50%;
  margin: 0 auto 20px;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 300px;
  height: 300px;
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .healthy-image-container {
    position: absolute;
    top: 23%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.infographic-healthy-bowls .healthy-number {
  background-color: #e32119;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  width: 30px;
  height: 30px;
}
@media (min-width: 988px) {
  .infographic-healthy-bowls .healthy-number {
    display: none;
  }
}
.infographic-healthy-bowls .healthy-number:nth-child(1) {
  top: 17%;
  left: 61%;
}
.infographic-healthy-bowls .healthy-number:nth-child(2) {
  top: 45%;
  left: 77%;
}
.infographic-healthy-bowls .healthy-number:nth-child(3) {
  top: 73%;
  left: 61%;
}
.infographic-healthy-bowls .healthy-number:nth-child(4) {
  top: 73%;
  left: 29%;
}
.infographic-healthy-bowls .healthy-number:nth-child(5) {
  top: 45%;
  left: 15%;
}
.infographic-healthy-bowls .healthy-number:nth-child(6) {
  top: 17%;
  left: 29%;
}
.infographic-healthy-bowls .healthy-slice {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  width: 50%;
  height: 50%;
  overflow: hidden;
}
.infographic-breakfast {
  overflow-x: hidden;
}
.infographic-breakfast .bottom-line {
  color: #e32119;
  line-height: 1.4;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.infographic-breakfast .eta-container {
  border: 2px solid #e32119;
  color: #e32119;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  width: 280px;
}
@media (min-width: 480px) {
  .infographic-breakfast .eta-container {
    width: 400px;
  }
}
.infographic-breakfast .eta-detail {
  border-top: 2px solid #e32119;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 12px;
}
.infographic-breakfast .eta-image {
  display: block;
}
.infographic-breakfast .eta-image-container {
  border-right: 2px solid #e32119;
}
.infographic-breakfast .eta-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 600;
}
.infographic-breakfast .ingredient-caption {
  background-color: #e32119;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 2px 10px;
}
@media (min-width: 940px) {
  .infographic-breakfast .ingredient-caption {
    font-size: 14px;
  }
}
.infographic-breakfast .ingredient-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}
@media (min-width: 480px) {
  .infographic-breakfast .ingredient-center {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 920px) {
  .infographic-breakfast .ingredient-center {
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 940px) {
  .infographic-breakfast .ingredient-center {
    width: 300px;
    height: 300px;
  }
}
.infographic-breakfast .ingredient-center .ingredient-caption {
  font-size: 16px;
  margin-bottom: 0.6em;
}
@media (min-width: 940px) {
  .infographic-breakfast .ingredient-center .ingredient-caption {
    font-size: 17.6px;
    margin-top: -10px;
  }
}
.infographic-breakfast .ingredient-item-content {
  -webkit-transform: rotate(-29deg);
      -ms-transform: rotate(-29deg);
          transform: rotate(-29deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transition: 0.3s;
  width: 160px;
  height: 160px;
}
@media (min-width: 480px) {
  .infographic-breakfast .ingredient-item-content {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 920px) {
  .infographic-breakfast .ingredient-item-content {
    -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
            transform: rotate(-120deg);
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 940px) {
  .infographic-breakfast .ingredient-item-content {
    width: 200px;
    height: 200px;
  }
}
.infographic-breakfast .ingredient-list {
  background: rgba(216,30,5,0.1) url("/userfiles/image/infographics/images/breakfast/styled-circles.png") center center no-repeat;
  background-size: cover;
  border: 2px dashed #e32119;
  border-radius: 50%;
  margin: 30px auto;
  -webkit-transform: rotate(29deg);
      -ms-transform: rotate(29deg);
          transform: rotate(29deg);
  transition: 0.3s;
  border-radius: 50%;
  padding: 0;
  list-style: none;
  position: relative;
  width: 450px;
  height: 450px;
}
.infographic-breakfast .ingredient-list .ingredient-item {
  margin: -80px;
  width: 160px;
  height: 160px;
}
.infographic-breakfast .ingredient-list .ingredient-item:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(225px) rotate(0deg);
      -ms-transform: rotate(0deg) translate(225px) rotate(0deg);
          transform: rotate(0deg) translate(225px) rotate(0deg);
}
.infographic-breakfast .ingredient-list .ingredient-item:nth-child(2) {
  -webkit-transform: rotate(60deg) translate(225px) rotate(-60deg);
      -ms-transform: rotate(60deg) translate(225px) rotate(-60deg);
          transform: rotate(60deg) translate(225px) rotate(-60deg);
}
.infographic-breakfast .ingredient-list .ingredient-item:nth-child(3) {
  -webkit-transform: rotate(120deg) translate(225px) rotate(-120deg);
      -ms-transform: rotate(120deg) translate(225px) rotate(-120deg);
          transform: rotate(120deg) translate(225px) rotate(-120deg);
}
.infographic-breakfast .ingredient-list .ingredient-item:nth-child(4) {
  -webkit-transform: rotate(180deg) translate(225px) rotate(-180deg);
      -ms-transform: rotate(180deg) translate(225px) rotate(-180deg);
          transform: rotate(180deg) translate(225px) rotate(-180deg);
}
.infographic-breakfast .ingredient-list .ingredient-item:nth-child(5) {
  -webkit-transform: rotate(240deg) translate(225px) rotate(-240deg);
      -ms-transform: rotate(240deg) translate(225px) rotate(-240deg);
          transform: rotate(240deg) translate(225px) rotate(-240deg);
}
.infographic-breakfast .ingredient-list .ingredient-item:nth-child(6) {
  -webkit-transform: rotate(300deg) translate(225px) rotate(-300deg);
      -ms-transform: rotate(300deg) translate(225px) rotate(-300deg);
          transform: rotate(300deg) translate(225px) rotate(-300deg);
}
@media (min-width: 480px) {
  .infographic-breakfast .ingredient-list {
    border-radius: 50%;
    padding: 0;
    list-style: none;
    position: relative;
    width: 700px;
    height: 700px;
  }
  .infographic-breakfast .ingredient-list .ingredient-item {
    margin: -100px;
    width: 200px;
    height: 200px;
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(1) {
    -webkit-transform: rotate(0deg) translate(350px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(350px) rotate(0deg);
            transform: rotate(0deg) translate(350px) rotate(0deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(2) {
    -webkit-transform: rotate(60deg) translate(350px) rotate(-60deg);
        -ms-transform: rotate(60deg) translate(350px) rotate(-60deg);
            transform: rotate(60deg) translate(350px) rotate(-60deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(3) {
    -webkit-transform: rotate(120deg) translate(350px) rotate(-120deg);
        -ms-transform: rotate(120deg) translate(350px) rotate(-120deg);
            transform: rotate(120deg) translate(350px) rotate(-120deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(4) {
    -webkit-transform: rotate(180deg) translate(350px) rotate(-180deg);
        -ms-transform: rotate(180deg) translate(350px) rotate(-180deg);
            transform: rotate(180deg) translate(350px) rotate(-180deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(5) {
    -webkit-transform: rotate(240deg) translate(350px) rotate(-240deg);
        -ms-transform: rotate(240deg) translate(350px) rotate(-240deg);
            transform: rotate(240deg) translate(350px) rotate(-240deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(6) {
    -webkit-transform: rotate(300deg) translate(350px) rotate(-300deg);
        -ms-transform: rotate(300deg) translate(350px) rotate(-300deg);
            transform: rotate(300deg) translate(350px) rotate(-300deg);
  }
}
@media (min-width: 920px) {
  .infographic-breakfast .ingredient-list {
    border-radius: 50%;
    padding: 0;
    list-style: none;
    position: relative;
    width: 550px;
    height: 550px;
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item {
    margin: -100px;
    width: 200px;
    height: 200px;
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(1) {
    -webkit-transform: rotate(0deg) translate(275px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(275px) rotate(0deg);
            transform: rotate(0deg) translate(275px) rotate(0deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(2) {
    -webkit-transform: rotate(60deg) translate(275px) rotate(-60deg);
        -ms-transform: rotate(60deg) translate(275px) rotate(-60deg);
            transform: rotate(60deg) translate(275px) rotate(-60deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(3) {
    -webkit-transform: rotate(120deg) translate(275px) rotate(-120deg);
        -ms-transform: rotate(120deg) translate(275px) rotate(-120deg);
            transform: rotate(120deg) translate(275px) rotate(-120deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(4) {
    -webkit-transform: rotate(180deg) translate(275px) rotate(-180deg);
        -ms-transform: rotate(180deg) translate(275px) rotate(-180deg);
            transform: rotate(180deg) translate(275px) rotate(-180deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(5) {
    -webkit-transform: rotate(240deg) translate(275px) rotate(-240deg);
        -ms-transform: rotate(240deg) translate(275px) rotate(-240deg);
            transform: rotate(240deg) translate(275px) rotate(-240deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(6) {
    -webkit-transform: rotate(300deg) translate(275px) rotate(-300deg);
        -ms-transform: rotate(300deg) translate(275px) rotate(-300deg);
            transform: rotate(300deg) translate(275px) rotate(-300deg);
  }
}
@media (min-width: 940px) {
  .infographic-breakfast .ingredient-list {
    border-radius: 50%;
    padding: 0;
    list-style: none;
    position: relative;
    width: 700px;
    height: 700px;
  }
  .infographic-breakfast .ingredient-list .ingredient-item {
    margin: -100px;
    width: 200px;
    height: 200px;
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(1) {
    -webkit-transform: rotate(0deg) translate(350px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(350px) rotate(0deg);
            transform: rotate(0deg) translate(350px) rotate(0deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(2) {
    -webkit-transform: rotate(60deg) translate(350px) rotate(-60deg);
        -ms-transform: rotate(60deg) translate(350px) rotate(-60deg);
            transform: rotate(60deg) translate(350px) rotate(-60deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(3) {
    -webkit-transform: rotate(120deg) translate(350px) rotate(-120deg);
        -ms-transform: rotate(120deg) translate(350px) rotate(-120deg);
            transform: rotate(120deg) translate(350px) rotate(-120deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(4) {
    -webkit-transform: rotate(180deg) translate(350px) rotate(-180deg);
        -ms-transform: rotate(180deg) translate(350px) rotate(-180deg);
            transform: rotate(180deg) translate(350px) rotate(-180deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(5) {
    -webkit-transform: rotate(240deg) translate(350px) rotate(-240deg);
        -ms-transform: rotate(240deg) translate(350px) rotate(-240deg);
            transform: rotate(240deg) translate(350px) rotate(-240deg);
  }
  .infographic-breakfast .ingredient-list .ingredient-item:nth-child(6) {
    -webkit-transform: rotate(300deg) translate(350px) rotate(-300deg);
        -ms-transform: rotate(300deg) translate(350px) rotate(-300deg);
            transform: rotate(300deg) translate(350px) rotate(-300deg);
  }
}
.infographic-breakfast .ingredient-list.five {
  -webkit-transform: rotate(17deg);
      -ms-transform: rotate(17deg);
          transform: rotate(17deg);
  border-radius: 50%;
  padding: 0;
  list-style: none;
  position: relative;
  width: 450px;
  height: 450px;
}
.infographic-breakfast .ingredient-list.five .ingredient-item {
  margin: -80px;
  width: 160px;
  height: 160px;
}
.infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(225px) rotate(0deg);
      -ms-transform: rotate(0deg) translate(225px) rotate(0deg);
          transform: rotate(0deg) translate(225px) rotate(0deg);
}
.infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(2) {
  -webkit-transform: rotate(72deg) translate(225px) rotate(-72deg);
      -ms-transform: rotate(72deg) translate(225px) rotate(-72deg);
          transform: rotate(72deg) translate(225px) rotate(-72deg);
}
.infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(3) {
  -webkit-transform: rotate(144deg) translate(225px) rotate(-144deg);
      -ms-transform: rotate(144deg) translate(225px) rotate(-144deg);
          transform: rotate(144deg) translate(225px) rotate(-144deg);
}
.infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(4) {
  -webkit-transform: rotate(216deg) translate(225px) rotate(-216deg);
      -ms-transform: rotate(216deg) translate(225px) rotate(-216deg);
          transform: rotate(216deg) translate(225px) rotate(-216deg);
}
.infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(5) {
  -webkit-transform: rotate(288deg) translate(225px) rotate(-288deg);
      -ms-transform: rotate(288deg) translate(225px) rotate(-288deg);
          transform: rotate(288deg) translate(225px) rotate(-288deg);
}
@media (min-width: 480px) {
  .infographic-breakfast .ingredient-list.five {
    border-radius: 50%;
    padding: 0;
    list-style: none;
    position: relative;
    width: 700px;
    height: 700px;
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item {
    margin: -100px;
    width: 200px;
    height: 200px;
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(1) {
    -webkit-transform: rotate(0deg) translate(350px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(350px) rotate(0deg);
            transform: rotate(0deg) translate(350px) rotate(0deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(2) {
    -webkit-transform: rotate(72deg) translate(350px) rotate(-72deg);
        -ms-transform: rotate(72deg) translate(350px) rotate(-72deg);
            transform: rotate(72deg) translate(350px) rotate(-72deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(3) {
    -webkit-transform: rotate(144deg) translate(350px) rotate(-144deg);
        -ms-transform: rotate(144deg) translate(350px) rotate(-144deg);
            transform: rotate(144deg) translate(350px) rotate(-144deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(4) {
    -webkit-transform: rotate(216deg) translate(350px) rotate(-216deg);
        -ms-transform: rotate(216deg) translate(350px) rotate(-216deg);
            transform: rotate(216deg) translate(350px) rotate(-216deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(5) {
    -webkit-transform: rotate(288deg) translate(350px) rotate(-288deg);
        -ms-transform: rotate(288deg) translate(350px) rotate(-288deg);
            transform: rotate(288deg) translate(350px) rotate(-288deg);
  }
}
@media (min-width: 920px) {
  .infographic-breakfast .ingredient-list.five {
    border-radius: 50%;
    padding: 0;
    list-style: none;
    position: relative;
    width: 550px;
    height: 550px;
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item {
    margin: -100px;
    width: 200px;
    height: 200px;
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(1) {
    -webkit-transform: rotate(0deg) translate(275px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(275px) rotate(0deg);
            transform: rotate(0deg) translate(275px) rotate(0deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(2) {
    -webkit-transform: rotate(72deg) translate(275px) rotate(-72deg);
        -ms-transform: rotate(72deg) translate(275px) rotate(-72deg);
            transform: rotate(72deg) translate(275px) rotate(-72deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(3) {
    -webkit-transform: rotate(144deg) translate(275px) rotate(-144deg);
        -ms-transform: rotate(144deg) translate(275px) rotate(-144deg);
            transform: rotate(144deg) translate(275px) rotate(-144deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(4) {
    -webkit-transform: rotate(216deg) translate(275px) rotate(-216deg);
        -ms-transform: rotate(216deg) translate(275px) rotate(-216deg);
            transform: rotate(216deg) translate(275px) rotate(-216deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(5) {
    -webkit-transform: rotate(288deg) translate(275px) rotate(-288deg);
        -ms-transform: rotate(288deg) translate(275px) rotate(-288deg);
            transform: rotate(288deg) translate(275px) rotate(-288deg);
  }
}
@media (min-width: 940px) {
  .infographic-breakfast .ingredient-list.five {
    border-radius: 50%;
    padding: 0;
    list-style: none;
    position: relative;
    width: 700px;
    height: 700px;
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item {
    margin: -100px;
    width: 200px;
    height: 200px;
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(1) {
    -webkit-transform: rotate(0deg) translate(350px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(350px) rotate(0deg);
            transform: rotate(0deg) translate(350px) rotate(0deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(2) {
    -webkit-transform: rotate(72deg) translate(350px) rotate(-72deg);
        -ms-transform: rotate(72deg) translate(350px) rotate(-72deg);
            transform: rotate(72deg) translate(350px) rotate(-72deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(3) {
    -webkit-transform: rotate(144deg) translate(350px) rotate(-144deg);
        -ms-transform: rotate(144deg) translate(350px) rotate(-144deg);
            transform: rotate(144deg) translate(350px) rotate(-144deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(4) {
    -webkit-transform: rotate(216deg) translate(350px) rotate(-216deg);
        -ms-transform: rotate(216deg) translate(350px) rotate(-216deg);
            transform: rotate(216deg) translate(350px) rotate(-216deg);
  }
  .infographic-breakfast .ingredient-list.five .ingredient-item:nth-child(5) {
    -webkit-transform: rotate(288deg) translate(350px) rotate(-288deg);
        -ms-transform: rotate(288deg) translate(350px) rotate(-288deg);
            transform: rotate(288deg) translate(350px) rotate(-288deg);
  }
}
.infographic-breakfast .ingredient-list.five .ingredient-item-content {
  -webkit-transform: rotate(-17deg);
      -ms-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
.infographic-breakfast .ingredient-list .ingredient-item {
  color: #e32119;
  display: block;
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.infographic-breakfast .ingredient-list-toggle {
  background-color: #fff;
  border: 2px solid #767676;
  border-radius: 5px;
  color: #767676;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  padding: 2px 10px;
  transition: 0.3s;
}
.infographic-breakfast .ingredient-list-toggle:hover {
  background-color: #767676;
  color: #fff;
}
.infographic-breakfast .ingredient-navigation {
  margin: 0 auto;
  position: relative;
  z-index: 3000;
  width: 320px;
  height: 30px;
}
@media (min-width: 920px) {
  .infographic-breakfast .ingredient-navigation {
    display: none;
  }
}
.infographic-breakfast .ingredient-left,
.infographic-breakfast .ingredient-right {
  cursor: pointer;
  position: absolute;
  top: 14px;
}
.infographic-breakfast .ingredient-left {
  left: 20px;
}
.infographic-breakfast .ingredient-right {
  right: 20px;
  text-align: right;
}
.infographic-breakfast .ingredient-left-arrow-image,
.infographic-breakfast .ingredient-right-arrow-image {
  height: 30px;
}
.infographic-breakfast .ingredients-container {
  position: absolute;
  top: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: 0.3s;
  width: 700px;
}
@media (min-width: 480px) {
  .infographic-breakfast .ingredients-container {
    top: -280px;
  }
}
@media (min-width: 600px) {
  .infographic-breakfast .ingredients-container {
    top: -272px;
  }
}
@media (min-width: 920px) {
  .infographic-breakfast .ingredients-container {
    top: 220px;
  }
}
.infographic-breakfast .breakfast-container {
  background: #fff url("/userfiles/image/infographics/images/breakfast/Background.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  height: 800px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .infographic-breakfast .breakfast-container {
    height: 900px;
  }
}
@media (min-width: 920px) {
  .infographic-breakfast .breakfast-container {
    border-bottom: 2px dotted #666;
    height: 1200px;
  }
}
@media (min-width: 940px) {
  .infographic-breakfast .breakfast-container {
    height: 1400px;
  }
}
.infographic-breakfast .breakfast-container:last-child {
  border: 0;
}
.infographic-breakfast .breakfast-footer {
  margin-top: 350px;
}
@media (min-width: 480px) {
  .infographic-breakfast .breakfast-footer {
    margin-top: 500px;
  }
}
@media (min-width: 920px) {
  .infographic-breakfast .breakfast-footer {
    margin-top: 790px;
  }
}
@media (min-width: 940px) {
  .infographic-breakfast .breakfast-footer {
    margin-top: 970px;
  }
}
.infographic-breakfast .breakfast-header {
  background-color: #e32119;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
  z-index: 4000;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-breakfast .breakfast-header {
    background-color: transparent;
    color: #e32119;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.infographic-breakfast .breakfast-header h2 {
  color: #fff;
  font-weight: normal;
  margin-top: 0;
}
@media (min-width: 920px) {
  .infographic-breakfast .breakfast-header h2 {
    color: #e32119;
    font-size: 2em;
  }
}
.infographic-breakfast .breakfast-header small,
.infographic-breakfast .breakfast-header span {
  display: block;
  line-height: 1;
}
.infographic-breakfast .breakfast-header small {
  font-size: 1.4em;
  font-weight: 300;
}
@media (min-width: 940px) {
  .infographic-breakfast .breakfast-header small {
    font-size: 50px;
  }
}
.infographic-breakfast .breakfast-header span {
  font-family: "Passion One", cursive;
  font-size: 2.2em;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media (min-width: 940px) {
  .infographic-breakfast .breakfast-header span {
    font-size: 100px;
  }
  .infographic-breakfast .breakfast-header span + small {
    margin-top: -10px;
  }
}
.infographic-yogurt section {
  margin: 0 10px 40px;
}
@media (min-width: 480px) {
  .infographic-yogurt section {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media (min-width: 920px) {
  .infographic-yogurt section {
    border: 0;
    width: 90%;
  }
}
.infographic-yogurt .infographic-header {
  background: url("/userfiles/image/infographics/images/yogurt/NewHeader-Background.jpg") left center no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 40px;
  padding: 30px 10px;
  position: relative;
}
@media (min-width: 920px) {
  .infographic-yogurt .infographic-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.infographic-yogurt .infographic-header h2 {
  color: #fff;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}
@media (min-width: 920px) {
  .infographic-yogurt .infographic-header h2 {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    margin-bottom: 0;
  }
}
.infographic-yogurt .infographic-header h2 small {
  font-size: 1.2em;
  font-weight: 100;
}
.infographic-yogurt .infographic-header h2 span {
  display: block;
  font-family: "Passion One", cursive;
  font-size: 3.6em;
  font-weight: normal;
  line-height: 1;
  margin-bottom: -5px;
  text-transform: uppercase;
}
@media (min-width: 940px) {
  .infographic-yogurt .infographic-header {
    padding-right: 45px;
  }
}
.infographic-yogurt .infographic-header .background-dish {
  background: url("/userfiles/image/infographics/images/yogurt/Bowl.png") center bottom no-repeat;
  background-size: auto 57%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
@media (min-width: 920px) {
  .infographic-yogurt .infographic-header .background-dish {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.infographic-yogurt .infographic-summary {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: none;
  font-size: 0.9em;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 240px;
}
@media (min-width: 920px) {
  .infographic-yogurt .infographic-summary {
    border-color: #e32119;
    color: #e32119;
    display: block;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    visibility: hidden;
  }
}
@media (min-width: 940px) {
  .infographic-yogurt .infographic-summary {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    font-size: 0.9em;
  }
}
.infographic-yogurt .yogurt-box {
  border-bottom: 1px dotted #4b443e;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 480px) {
  .infographic-yogurt .yogurt-box {
    -webkit-flex-basis: calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 988px) {
  .infographic-yogurt .yogurt-box {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ie .infographic-yogurt .yogurt-box {
    -webkit-flex-basis: calc(50% - 80px);
        -ms-flex-preferred-size: calc(50% - 80px);
            flex-basis: calc(50% - 80px);
  }
}
.infographic-yogurt .yogurt-box figcaption {
  font-size: 0.9em;
}
.infographic-yogurt .yogurt-box h3 {
  color: #e32119;
  font-family: roboto-regular;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.2em;
}
@media (min-width: 988px) {
  .infographic-yogurt .yogurt-box img {
    transition: 0.1s;
  }
  .infographic-yogurt .yogurt-box img:hover {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
}
.infographic-yogurt .yogurt-box p {
  font-size: 13px;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .infographic-yogurt .yogurt-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 988px) {
  .infographic-yogurt .yogurt-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.infographic-yogurt .yogurt-header-image {
  display: none;
}
@media (min-width: 920px) {
  .infographic-yogurt .yogurt-header-image {
    display: block;
    position: absolute;
    right: -38px;
    bottom: 0;
    width: 65%;
  }
}
@media (min-width: 940px) {
  .infographic-yogurt .yogurt-header-image {
    right: 0;
    width: 55%;
  }
}
.infographic-yogurt .yogurt-number {
  background-color: #e32119;
  border-radius: 50%;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
}
.infographic-hummus {
  padding-bottom: 40px;
}
.infographic-hummus section {
  border-bottom: 1px dotted #4b443e;
  margin: 0 10px 20px;
}
@media (min-width: 480px) {
  .infographic-hummus section {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media (min-width: 920px) {
  .infographic-hummus section {
    border: 0;
    width: 90%;
  }
}
.infographic-hummus .equation-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 920px) {
  .infographic-hummus .equation-container {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.infographic-hummus .equation-element {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-hummus .equation-element {
    -webkit-flex-basis: calc((100% - 20px * 4 - 100px) / 6);
        -ms-flex-preferred-size: calc((100% - 20px * 4 - 100px) / 6);
            flex-basis: calc((100% - 20px * 4 - 100px) / 6);
    margin-bottom: 0;
  }
}
.infographic-hummus .equation-element figcaption {
  font-size: 0.8em;
}
@media (min-width: 480px) {
  .infographic-hummus .equation-element img {
    max-width: 190px;
  }
}
@media (min-width: 920px) {
  .infographic-hummus .equation-element img {
    max-width: 100%;
  }
}
@media (min-width: 988px) {
  .infographic-hummus .equation-element img {
    transition: 0.1s;
  }
  .infographic-hummus .equation-element img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.infographic-hummus .equation-name {
  color: #e32119;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 6%;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-hummus .equation-name {
    -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
  }
}
.infographic-hummus .equation-operation {
  color: #e32119;
  display: none;
  -webkit-flex-basis: 20px;
      -ms-flex-preferred-size: 20px;
          flex-basis: 20px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 2em;
  font-weight: bold;
  margin-top: 5%;
}
@media (min-width: 920px) {
  .infographic-hummus .equation-operation {
    display: block;
  }
}
.infographic-hummus .infographic-header {
  background: url("/userfiles/image/infographics/images/hummus/HEADER.jpg") left center no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding: 30px 10px;
}
@media (min-width: 920px) {
  .infographic-hummus .infographic-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 940px) {
  .infographic-hummus .infographic-header {
    padding-right: 90px;
  }
}
.infographic-hummus .infographic-header:after {
  clear: both;
  content: '';
  display: block;
}
.infographic-hummus .infographic-header h2 {
  color: #e32119;
  line-height: 0.9;
  margin: 0 auto 10px;
  width: 222px;
}
@media (min-width: 920px) {
  .infographic-hummus .infographic-header h2 {
    margin-right: 20px;
    margin-bottom: 0;
    width: 450px;
  }
}
.infographic-hummus .infographic-header .first {
  float: left;
  font-size: 41px;
}
@media (min-width: 920px) {
  .infographic-hummus .infographic-header .first {
    font-size: 61px;
  }
}
.infographic-hummus .infographic-header .main-title {
  clear: both;
  display: block;
  font-family: "Passion One", cursive;
  font-size: 2.7em;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .infographic-hummus .infographic-header .main-title {
    font-size: 4em;
  }
}
.infographic-hummus .infographic-header .underline {
  border-bottom: 2px solid #e32119;
  float: left;
  font-size: 26px;
  margin-top: 8px;
  margin-left: 10px;
  padding-bottom: 1px;
  text-decoration: none;
}
@media (min-width: 920px) {
  .infographic-hummus .infographic-header .underline {
    font-size: 43px;
  }
}
.infographic-hummus .infographic-summary {
  border-top: 1px solid #e32119;
  border-bottom: 1px solid #e32119;
  color: #e32119;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 80%;
}
@media (min-width: 940px) {
  .infographic-hummus .infographic-summary {
    width: 47%;
  }
}
@media (min-width: 920px) {
  .infographic-mac-and-cheese .column-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.infographic-mac-and-cheese .equation-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 40px;
  padding: 0 20px 40px;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-mac-and-cheese .equation-container {
    border-bottom: 0;
    border-left: 3px dashed #e32119;
    -webkit-flex-basis: calc((100%) / 5);
        -ms-flex-preferred-size: calc((100%) / 5);
            flex-basis: calc((100%) / 5);
  }
  .infographic-mac-and-cheese .equation-container:first-child {
    border-left: 0;
  }
}
.infographic-mac-and-cheese .equation-element {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 920px) {
  .infographic-mac-and-cheese .equation-element {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    height: 200px;
  }
}
.infographic-mac-and-cheese .equation-element figcaption {
  font-size: 0.9em;
}
@media (min-width: 988px) {
  .infographic-mac-and-cheese .equation-element img {
    transition: 0.1s;
  }
  .infographic-mac-and-cheese .equation-element img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.infographic-mac-and-cheese .equation-header {
  color: #e32119;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-size: 1.2em;
  font-weight: bold;
}
@media (min-width: 988px) {
  .infographic-mac-and-cheese .equation-header {
    position: relative;
    z-index: 1000;
  }
}
.infographic-mac-and-cheese .equation-name {
  display: inline-block;
}
@media (min-width: 920px) {
  .infographic-mac-and-cheese .equation-name {
    display: block;
    margin: 0 auto;
  }
}
.infographic-mac-and-cheese .equation-number {
  background-color: #e32119;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  width: 23px;
  height: 23px;
}
@media (min-width: 920px) {
  .infographic-mac-and-cheese .equation-number {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 5px;
  }
}
.infographic-mac-and-cheese .infographic-header {
  background: url("/userfiles/image/infographics/images/mac-and-cheese/Desktop-Header.jpg") left center no-repeat;
  background-size: cover;
  line-height: 1;
  margin-bottom: 40px;
  padding: 30px 10px;
}
@media (min-width: 988px) {
  .infographic-mac-and-cheese .infographic-header {
    padding-left: 40px;
  }
}
@media (min-width: 940px) {
  .infographic-mac-and-cheese .infographic-header {
    padding-top: 52px;
    padding-bottom: 52px;
    padding-left: 60px;
  }
}
.infographic-mac-and-cheese .infographic-header:after {
  clear: both;
  content: '';
  display: block;
}
.infographic-mac-and-cheese .infographic-header h2 {
  border-top: 1px solid #e32119;
  border-bottom: 1px solid #e32119;
  color: #e32119;
  line-height: 1;
  margin: 0 auto 20px;
  padding: 10px 0;
  width: 255px;
}
@media (min-width: 920px) {
  .infographic-mac-and-cheese .infographic-header h2 {
    margin-left: 20px;
    margin-bottom: 10px;
  }
}
.infographic-mac-and-cheese .infographic-header .first {
  font-size: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.infographic-mac-and-cheese .infographic-header .main-title {
  display: block;
  font-family: "Passion One", cursive;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
.infographic-mac-and-cheese .infographic-header .number {
  float: left;
  font-size: 70px;
  margin-right: 5px;
}
.infographic-mac-and-cheese .infographic-summary {
  color: #e32119;
  font-size: 0.85em;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  width: 255px;
}
@media (min-width: 920px) {
  .infographic-mac-and-cheese .infographic-summary {
    margin-left: 20px;
    text-align: left;
    width: 300px;
  }
}
.infographic-side-dish .duration-box-container {
  text-align: center;
}
.infographic-side-dish .duration-box {
  background-color: #ffa500;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  padding: 5px 15px;
}
.infographic-side-dish .equation-container {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-side-dish .equation-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.infographic-side-dish .equation-element {
  -webkit-flex-basis: 240px;
      -ms-flex-preferred-size: 240px;
          flex-basis: 240px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  height: 240px;
}
@media (min-width: 940px) {
  .infographic-side-dish .equation-element {
    -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px;
    width: 300px;
    height: 300px;
  }
}
.infographic-side-dish .equation-element:first-child {
  border: 2px dashed #e32119;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  width: 240px;
  height: 240px;
}
@media (min-width: 940px) {
  .infographic-side-dish .equation-element:first-child {
    -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px;
    width: 300px;
    height: 300px;
  }
}
.infographic-side-dish .equation-element:first-child img {
  max-width: 120%;
}
@media (min-width: 940px) {
  .infographic-side-dish .equation-element:first-child img {
    width: 355px;
    height: 355px;
  }
}
.safari .infographic-side-dish .equation-element:first-child img {
  max-width: 100%;
  height: 100%;
}
@media (min-width: 988px) {
  .infographic-side-dish .equation-element img {
    transition: 0.1s;
  }
  .infographic-side-dish .equation-element img:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.infographic-side-dish .equation-operation {
  color: #e32119;
  -webkit-flex-basis: 20px;
      -ms-flex-preferred-size: 20px;
          flex-basis: 20px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 988px) {
  .infographic-side-dish .equation-operation {
    font-size: 5em;
  }
}
.infographic-side-dish .ingredient-item {
  display: inline-block;
}
.infographic-side-dish .ingredient-item:after {
  color: #e32119;
  content: ' + ';
  font-weight: bold;
  margin-right: 5px;
}
.infographic-side-dish .ingredient-item:last-child:after {
  content: '';
}
.infographic-side-dish .ingredient-item span {
  font-weight: normal;
}
.infographic-side-dish .ingredient-list {
  font-size: 15px;
  line-height: 1.4;
  list-style: none;
  margin-bottom: 20px;
  text-align: center;
}
.infographic-side-dish .section-header {
  margin-bottom: 20px;
  text-align: center;
}
.infographic-side-dish .section-header h2 {
  line-height: 1;
}
.infographic-side-dish .section-title {
  color: #f39300;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 940px) {
  .infographic-side-dish .section-title {
    font-size: 2.2em;
  }
}
.infographic-side-dish .section-title small,
.infographic-side-dish .section-title span {
  display: block;
}
.infographic-side-dish .section-title small {
  font-family: roboto;
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 0.2em;
}
.infographic-side-dish .section-title span {
  font-family: "Passion One", cursive;
  font-size: 2em;
  text-transform: uppercase;
}
.infographic-side-dish .side-dish {
  border-bottom: 2px dotted #4b443e;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
}
.infographic-spice {
  text-align: center;
  width: 300px;
  overflow-x: hidden;
}
@media (min-width: 480px) {
  .infographic-spice {
    width: 460px;
  }
}
@media (min-width: 920px) {
  .infographic-spice {
    width: 680px;
  }
}
@media (min-width: 988px) {
  .infographic-spice {
    width: 740px;
  }
}
@media (min-width: 1180px) {
  .infographic-spice {
    width: auto;
  }
}
.infographic-spice .perfect-box {
  border: 1px solid #e32119;
  color: #fff;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
}
.infographic-spice .perfect-box .round {
  background-color: #fff;
  z-index: 10;
}
.infographic-spice .perfect-box .round.round-1 {
  top: -21px;
  left: -21px;
}
.infographic-spice .perfect-box .round.round-2 {
  top: -21px;
  right: -21px;
}
.infographic-spice .perfect-box .round.round-3 {
  bottom: -21px;
  right: -21px;
}
.infographic-spice .perfect-box .round.round-4 {
  bottom: -21px;
  left: -21px;
}
.infographic-spice .perfect-border {
  background-color: #e32119;
  border: 1px solid #fff;
  padding: 10px;
  position: relative;
}
.infographic-spice .perfect-border .round {
  background-color: #fff;
  z-index: 5;
  width: 25px;
  height: 25px;
}
.infographic-spice .perfect-border .round:before {
  border-top-color: #fff;
}
.infographic-spice .perfect-border .round.round-1 {
  top: -12px;
  left: -12px;
}
.infographic-spice .perfect-border .round.round-2 {
  top: -12px;
  right: -12px;
}
.infographic-spice .perfect-border .round.round-3 {
  bottom: -12px;
  right: -12px;
}
.infographic-spice .perfect-border .round.round-4 {
  bottom: -12px;
  left: -12px;
}
.infographic-spice .perfect-list {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  list-style: none;
}
.infographic-spice .perfect-title {
  background-color: #fff;
  color: #e32119;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0px 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
.infographic-spice .round {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
}
.infographic-spice .round:before {
  border: 1px solid #fff;
  border-radius: 50%;
  border-top-color: #e32119;
  color: transparent;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 90%;
}
.infographic-spice .round-1 {
  top: -21px;
  left: -21px;
}
.infographic-spice .round-1:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.infographic-spice .round-2 {
  top: -21px;
  right: -21px;
}
.infographic-spice .round-2:before {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.infographic-spice .round-3 {
  bottom: -21px;
  right: -21px;
}
.infographic-spice .round-3:before {
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
.infographic-spice .round-4 {
  bottom: -21px;
  left: -21px;
}
.infographic-spice .round-4:before {
  -webkit-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
          transform: rotate(405deg);
}
.infographic-spice .spice-container {
  border: 1px solid #e32119;
  margin: 4em 10px;
  padding: 50px 10px 40px;
  position: relative;
  max-width: 760px;
}
@media (min-width: 480px) {
  .infographic-spice .spice-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 920px) {
  .infographic-spice .spice-container {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.infographic-spice .spice-container h2 {
  line-height: 1;
  margin-top: 0;
}
.infographic-spice .spice-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 98%;
}
@media (min-width: 480px) {
  .infographic-spice .spice-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 70%;
  }
}
@media (min-width: 920px) {
  .infographic-spice .spice-content {
    width: 55%;
  }
}
.infographic-spice .spice-image-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  width: 70%;
}
@media (min-width: 920px) {
  .infographic-spice .spice-image-container {
    margin-right: 20px;
    margin-bottom: 0;
    width: 45%;
  }
}
.infographic-spice .spice-ingredients {
  font-size: 16px;
  list-style: none;
  text-transform: uppercase;
}
.infographic-spice .spice-ingredients .ingredient {
  border-bottom: 1px solid #e32119;
  color: #767676;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.infographic-spice .spice-ingredients .ingredient:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.infographic-spice .spice-name {
  background-color: #fff;
  color: #e32119;
  display: inline-block;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 50%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 480px) {
  .infographic-spice .spice-name {
    font-size: 2.4em;
  }
}
@media (min-width: 920px) {
  .infographic-spice .spice-name {
    font-size: 3em;
  }
}
.infographic-spice .spice-name small,
.infographic-spice .spice-name span {
  display: block;
  white-space: nowrap;
}
.infographic-spice .spice-name small {
  font-family: roboto;
  font-size: 11px;
}
@media (min-width: 920px) {
  .infographic-spice .spice-name small {
    font-size: 15px;
  }
}
.infographic-spice .spice-name span {
  font-family: "Passion One", cursive;
}
@media (min-width: 920px) {
  .infographic-spice .spice-name span {
    font-size: 48px;
  }
}
.infographic-lobster {
  background-image: url("../images/lobster/Lobster-Background.svg");
  background-size: cover;
  padding: 40px 10px 120px;
}
@media (min-width: 988px) {
  .lobster-body {
    display: block;
    position: absolute;
    top: 5px;
    left: 100%;
    z-index: 1;
    width: 200px;
  }
}
.lobster-body h3 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 988px) {
  .lobster-body h3 {
    color: #447fba;
    font-size: 1.8em;
    font-weight: 100;
    margin: 0;
    padding: 0;
  }
}
.lobster-body h3 span {
  background-color: #fff;
  border-radius: 50%;
  color: #447fba;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
}
@media (min-width: 988px) {
  .lobster-body h3 span {
    display: none;
  }
}
.lobster-body p {
  border-top: 3px dotted #fff;
  border-bottom: 3px dotted #fff;
  color: #fff;
  font-size: 14.4px !important;
  margin-bottom: 1em !important;
  padding: 20px 0;
}
@media (min-width: 988px) {
  .lobster-body p {
    border: 0;
    color: #4b443e;
    padding: 0;
  }
}
.lobster-header {
  color: #e32119;
  margin: 0 auto 2em;
  text-align: center;
  width: 300px;
}
.lobster-header.fr h2 span {
  font-size: 2.9em;
}
.lobster-header h2 {
  border-bottom: 1px solid #e32119;
  font-weight: normal;
  margin-bottom: 5px;
  padding-top: 10px;
}
.lobster-header h2 img {
  display: inline-block;
  margin-bottom: -10px;
}
.lobster-header h2 small {
  font-size: 26px;
  line-height: 1;
}
.lobster-header h2 span {
  color: #e32119;
  display: block;
  font-family: "Passion One", cursive;
  font-size: 3.4em;
  line-height: 1;
  text-transform: uppercase;
}
.lobster-image {
  display: block;
  margin-bottom: 25px;
}
.lobster-image-container {
  position: relative;
}
.lobster-image-container .lobster-number {
  background-color: #447fba;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  width: 40px;
  height: 40px;
}
@media (min-width: 988px) {
  .lobster-image-container .lobster-number {
    display: none;
  }
}
.lobster-image-container .lobster-number:nth-child(1) {
  top: 2%;
  left: 26%;
}
.lobster-image-container .lobster-number:nth-child(2) {
  top: 47%;
  left: 31%;
}
.lobster-image-container .lobster-number:nth-child(3) {
  top: 88%;
  left: 47%;
}
.lobster-image-container .lobster-number:nth-child(4) {
  top: 27%;
  left: 73%;
}
.lobster-image-container .lobster-number:nth-child(5) {
  top: 51%;
  left: 57%;
}
.lobster-image-container .lobster-number:nth-child(6) {
  top: 60%;
  left: 51%;
}
.lobster-line {
  display: none;
}
@media (min-width: 988px) {
  .lobster-line {
    background-color: #447fba;
    display: block;
    position: absolute;
    top: 50%;
    width: 100px;
    height: 2px;
  }
  #claws .lobster-line,
  #shell .lobster-line,
  #tail .lobster-line {
    right: calc(100% + 20px);
    width: 45px;
  }
  #shell .lobster-line {
    width: 70px;
  }
  #tail .lobster-line {
    width: 50px;
  }
  #legs .lobster-line,
  #tomalley .lobster-line,
  #roe-eggs .lobster-line {
    left: calc(100% + 20px);
    width: 40px;
  }
}
.lobster-main-container {
  position: relative;
  margin: 0 auto;
  max-width: 520px;
}
.lobster-number-box {
  background-color: #447fba;
  color: #fff;
  margin-bottom: 30px;
  padding: 20px;
  transition: 0.3s;
}
@media (min-width: 988px) {
  .lobster-number-box {
    background-color: #447fba;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.1s;
    width: 40px;
    height: 40px;
  }
  .lobster-number-box:after {
    border: 2px solid #447fba;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
  }
  .lobster-number-box:nth-child(1) {
    top: 2%;
    left: 26%;
  }
  .lobster-number-box:nth-child(1) .lobster-body {
    left: auto;
    right: 115px;
    text-align: right;
    width: 170px;
  }
  .lobster-number-box:nth-child(1) .lobster-body h3 {
    text-align: right;
  }
  .lobster-number-box:nth-child(2) {
    top: 47%;
    left: 31%;
  }
  .lobster-number-box:nth-child(2) .lobster-body {
    top: 0;
    left: auto;
    right: 140px;
    text-align: right;
    width: 170px;
  }
  .lobster-number-box:nth-child(2) .lobster-body h3 {
    text-align: right;
  }
  .lobster-number-box:nth-child(3) {
    top: 86%;
    left: 47%;
  }
  .lobster-number-box:nth-child(3) .lobster-body {
    top: 0;
    left: auto;
    right: 120px;
    text-align: right;
    width: 283px;
  }
  .lobster-number-box:nth-child(3) .lobster-body h3 {
    text-align: right;
  }
  .lobster-number-box:nth-child(4) {
    top: 27%;
    left: 73%;
  }
  .lobster-number-box:nth-child(4) .lobster-body {
    top: 0;
    left: calc(100% + 70px);
    text-align: left;
    width: 134px;
  }
  .lobster-number-box:nth-child(4) .lobster-body h3 {
    text-align: left;
  }
  .lobster-number-box:nth-child(5) {
    top: 48%;
    left: 57%;
  }
  .lobster-number-box:nth-child(5) .lobster-body {
    left: calc(100% + 70px);
    text-align: left;
    width: 222px;
  }
  .lobster-number-box:nth-child(5) .lobster-body h3 {
    text-align: left;
  }
  .lobster-number-box:nth-child(6) {
    top: 73%;
    left: 49%;
  }
  .lobster-number-box:nth-child(6) .lobster-body {
    left: calc(100% + 70px);
    text-align: left;
    width: 220px;
  }
  .lobster-number-box:nth-child(6) .lobster-body h3 {
    text-align: left;
  }
}
@media (min-width: 940px) {
  .lobster-number-box:nth-child(1) .lobster-body {
    width: 217px;
  }
  .lobster-number-box:nth-child(4) .lobster-body {
    width: 170px;
  }
  .lobster-number-box:nth-child(5) .lobster-body {
    width: 300px;
  }
  .lobster-number-box:nth-child(6) {
    top: 68%;
  }
}
.lobster-number-box:hover {
  background-color: rgba(68,127,186,0.85);
}
.lobster-number-box .lobster-number {
  display: none;
}
@media (min-width: 988px) {
  .lobster-number-box .lobster-number {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4em;
    font-weight: 500;
  }
  .ie .lobster-number-box .lobster-number {
    margin-left: -6px;
  }
  .safari .lobster-number-box .lobster-number {
    margin-right: 12px;
  }
}
.lobster-number-container {
  background-color: #447fba;
  opacity: 0;
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: -1;
  transition: 0.3s;
  width: auto;
}
@media (min-width: 988px) {
  .lobster-number-container {
    display: block;
    opacity: 1;
    position: static;
    z-index: 0;
  }
}
.lobster-number-container.owl-loaded {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lobster-number-container.show {
  opacity: 1;
  z-index: 1;
}
.lobster-close {
  background-color: #fff;
  border-radius: 4px;
  color: #447fba;
  cursor: pointer;
  font-size: 0.8em;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: 100px;
}
@media (min-width: 988px) {
  .lobster-close {
    display: none;
  }
}
.lobster-numbers .lobster-number {
  cursor: pointer;
}
.lobster-summary {
  font-size: 0.9em;
  padding: 10px 0;
}
.infographic-corn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
@media (min-width: 920px) {
  .infographic-corn {
    background-image: url("/userfiles/image/infographics/images/corn/Corn.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }
}
.infographic-corn h3 {
  background-color: #4b443e;
  color: #fff;
  font-size: 1.6em;
  font-weight: normal;
  margin: 0 auto 1em;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 270px;
}
@media (min-width: 920px) {
  .infographic-corn h3 {
    background-color: transparent;
    color: #e32119;
    width: auto;
  }
}
.infographic-corn .ingredient-item {
  line-height: 1;
}
.infographic-corn .ingredient-item:after {
  color: #e32119;
  content: ' + ';
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 920px) {
  .infographic-corn .ingredient-item:after {
    color: #e32119;
    line-height: 1;
  }
}
.infographic-corn .ingredient-item:last-child:after {
  content: '';
}
.infographic-corn .ingredient-item-content {
  background-color: #e32119;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  width: 270px;
}
@media (min-width: 920px) {
  .infographic-corn .ingredient-item-content {
    background-color: transparent;
    color: #4b443e;
  }
}
.infographic-corn .ingredient-list {
  font-size: 0.9em;
  list-style: none;
  text-align: center;
}
.infographic-corn .corn-box {
  background-image: url("/userfiles/image/infographics/images/corn/Corn-Mobile.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-bottom: 1px dotted #4b443e;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 3em;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-corn .corn-box {
    background-image: none;
    border-bottom: 0;
    -webkit-flex-basis: 310px;
        -ms-flex-preferred-size: 310px;
            flex-basis: 310px;
  }
}
@media (min-width: 940px) {
  .infographic-corn .corn-box {
    position: relative;
  }
}
.infographic-corn .corn-box.indian,
.infographic-corn .corn-box.thai {
  margin-bottom: 0;
}
.infographic-corn .corn-container {
  position: relative;
}
.infographic-corn .corn-image {
  display: block;
}
@media (min-width: 988px) {
  .infographic-corn .corn-image {
    transition: 0.1s;
  }
  .infographic-corn .corn-image:hover {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
}
.infographic-corn .corn-image-container {
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  width: 270px;
}
@media (min-width: 920px) {
  .infographic-corn .corn-image-container {
    width: 310px;
  }
}
.corn-line-image {
  display: none;
}
@media (min-width: 1160px) {
  .corn-line-image {
    display: block;
    position: absolute;
  }
  .quebec .corn-line-image {
    top: 310px;
    left: 260px;
  }
  .italian .corn-line-image {
    top: 335px;
    left: -117px;
  }
  .asian .corn-line-image {
    top: 220px;
    left: 308px;
  }
  .tex-mex .corn-line-image {
    top: 255px;
    left: -160px;
  }
  .indian .corn-line-image {
    top: -130px;
    left: 260px;
  }
  .thai .corn-line-image {
    top: -50px;
    left: -140px;
  }
}
.infographic-recipes {
  padding-top: 40px;
}
.infographic-recipes .ingredient-item {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media (min-width: 988px) {
  .infographic-recipes .ingredient-item-image {
    transition: 0.1s;
  }
  .infographic-recipes .ingredient-item-image:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.infographic-recipes .ingredient-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-recipes .ingredient-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.infographic-recipes .main-image-container {
  display: none;
  text-align: center;
}
@media (min-width: 988px) {
  .infographic-recipes .main-image-container {
    display: block;
  }
}
.infographic-recipes .main-image-container.mobile {
  display: block;
}
@media (min-width: 988px) {
  .infographic-recipes .main-image-container.mobile {
    display: none;
  }
}
.infographic-recipes .main-image-container img {
  display: inline;
}
.infographic-recipes .recipe-add {
  color: #e32119;
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
}
.infographic-recipes .recipe-container {
  border-bottom: 1px dotted #4b443e;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.infographic-recipes .recipe-header {
  color: #e32119;
  text-align: center;
}
.infographic-recipes .recipe-header h2 {
  color: #e32119;
  font-family: "Passion One", cursive;
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.4em;
  text-transform: uppercase;
}
@media (min-width: 414px) {
  .infographic-recipes .recipe-header h2 {
    font-size: 3em;
  }
}
@media (min-width: 940px) {
  .infographic-recipes .recipe-header h2 {
    font-size: 60px;
    margin-bottom: 0.2em;
    padding-top: 20px;
  }
}
.infographic-recipes .recipe-header strong {
  display: block;
  font-size: 1.3em;
  margin-bottom: 0.2em;
}
@media (min-width: 920px) {
  .infographic-recipes .recipe-header strong {
    font-size: 1.6em;
  }
}
.infographic-pasta {
  overflow-x: hidden;
}
.infographic-pasta .ingredient-caption {
  background-color: #e32119;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 2px 10px;
}
.infographic-pasta .ingredient-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}
.infographic-pasta .ingredient-center .ingredient-caption {
  font-size: 19px;
  margin-bottom: 0.6em;
}
.infographic-pasta .ingredient-item-content {
  -webkit-transform: rotate(-29deg);
      -ms-transform: rotate(-29deg);
          transform: rotate(-29deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transition: 0.3s;
  width: 200px;
  height: 200px;
}
.infographic-pasta .ingredient-list {
  background: transparent url("/userfiles/image/infographics/images/pasta/styled-circles.png") center center no-repeat;
  background-size: cover;
  margin: 30px auto;
  -webkit-transform: rotate(29deg);
      -ms-transform: rotate(29deg);
          transform: rotate(29deg);
  transition: 0.3s;
  border-radius: 50%;
  padding: 0;
  list-style: none;
  position: relative;
  width: 500px;
  height: 500px;
}
.infographic-pasta .ingredient-list .ingredient-item {
  margin: -100px;
  width: 200px;
  height: 200px;
}
.infographic-pasta .ingredient-list .ingredient-item:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(250px) rotate(0deg);
      -ms-transform: rotate(0deg) translate(250px) rotate(0deg);
          transform: rotate(0deg) translate(250px) rotate(0deg);
}
.infographic-pasta .ingredient-list .ingredient-item:nth-child(2) {
  -webkit-transform: rotate(60deg) translate(250px) rotate(-60deg);
      -ms-transform: rotate(60deg) translate(250px) rotate(-60deg);
          transform: rotate(60deg) translate(250px) rotate(-60deg);
}
.infographic-pasta .ingredient-list .ingredient-item:nth-child(3) {
  -webkit-transform: rotate(120deg) translate(250px) rotate(-120deg);
      -ms-transform: rotate(120deg) translate(250px) rotate(-120deg);
          transform: rotate(120deg) translate(250px) rotate(-120deg);
}
.infographic-pasta .ingredient-list .ingredient-item:nth-child(4) {
  -webkit-transform: rotate(180deg) translate(250px) rotate(-180deg);
      -ms-transform: rotate(180deg) translate(250px) rotate(-180deg);
          transform: rotate(180deg) translate(250px) rotate(-180deg);
}
.infographic-pasta .ingredient-list .ingredient-item:nth-child(5) {
  -webkit-transform: rotate(240deg) translate(250px) rotate(-240deg);
      -ms-transform: rotate(240deg) translate(250px) rotate(-240deg);
          transform: rotate(240deg) translate(250px) rotate(-240deg);
}
.infographic-pasta .ingredient-list .ingredient-item:nth-child(6) {
  -webkit-transform: rotate(300deg) translate(250px) rotate(-300deg);
      -ms-transform: rotate(300deg) translate(250px) rotate(-300deg);
          transform: rotate(300deg) translate(250px) rotate(-300deg);
}
@media (min-width: 480px) {
  .infographic-pasta .ingredient-list {
    border-radius: 50%;
    padding: 0;
    list-style: none;
    position: relative;
    width: 600px;
    height: 600px;
  }
  .infographic-pasta .ingredient-list .ingredient-item {
    margin: -100px;
    width: 200px;
    height: 200px;
  }
  .infographic-pasta .ingredient-list .ingredient-item:nth-child(1) {
    -webkit-transform: rotate(0deg) translate(300px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(300px) rotate(0deg);
            transform: rotate(0deg) translate(300px) rotate(0deg);
  }
  .infographic-pasta .ingredient-list .ingredient-item:nth-child(2) {
    -webkit-transform: rotate(60deg) translate(300px) rotate(-60deg);
        -ms-transform: rotate(60deg) translate(300px) rotate(-60deg);
            transform: rotate(60deg) translate(300px) rotate(-60deg);
  }
  .infographic-pasta .ingredient-list .ingredient-item:nth-child(3) {
    -webkit-transform: rotate(120deg) translate(300px) rotate(-120deg);
        -ms-transform: rotate(120deg) translate(300px) rotate(-120deg);
            transform: rotate(120deg) translate(300px) rotate(-120deg);
  }
  .infographic-pasta .ingredient-list .ingredient-item:nth-child(4) {
    -webkit-transform: rotate(180deg) translate(300px) rotate(-180deg);
        -ms-transform: rotate(180deg) translate(300px) rotate(-180deg);
            transform: rotate(180deg) translate(300px) rotate(-180deg);
  }
  .infographic-pasta .ingredient-list .ingredient-item:nth-child(5) {
    -webkit-transform: rotate(240deg) translate(300px) rotate(-240deg);
        -ms-transform: rotate(240deg) translate(300px) rotate(-240deg);
            transform: rotate(240deg) translate(300px) rotate(-240deg);
  }
  .infographic-pasta .ingredient-list .ingredient-item:nth-child(6) {
    -webkit-transform: rotate(300deg) translate(300px) rotate(-300deg);
        -ms-transform: rotate(300deg) translate(300px) rotate(-300deg);
            transform: rotate(300deg) translate(300px) rotate(-300deg);
  }
}
.infographic-pasta .ingredient-list.five {
  -webkit-transform: rotate(17deg);
      -ms-transform: rotate(17deg);
          transform: rotate(17deg);
  border-radius: 50%;
  padding: 0;
  list-style: none;
  position: relative;
  width: 500px;
  height: 500px;
}
.infographic-pasta .ingredient-list.five .ingredient-item {
  margin: -100px;
  width: 200px;
  height: 200px;
}
.infographic-pasta .ingredient-list.five .ingredient-item:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(250px) rotate(0deg);
      -ms-transform: rotate(0deg) translate(250px) rotate(0deg);
          transform: rotate(0deg) translate(250px) rotate(0deg);
}
.infographic-pasta .ingredient-list.five .ingredient-item:nth-child(2) {
  -webkit-transform: rotate(72deg) translate(250px) rotate(-72deg);
      -ms-transform: rotate(72deg) translate(250px) rotate(-72deg);
          transform: rotate(72deg) translate(250px) rotate(-72deg);
}
.infographic-pasta .ingredient-list.five .ingredient-item:nth-child(3) {
  -webkit-transform: rotate(144deg) translate(250px) rotate(-144deg);
      -ms-transform: rotate(144deg) translate(250px) rotate(-144deg);
          transform: rotate(144deg) translate(250px) rotate(-144deg);
}
.infographic-pasta .ingredient-list.five .ingredient-item:nth-child(4) {
  -webkit-transform: rotate(216deg) translate(250px) rotate(-216deg);
      -ms-transform: rotate(216deg) translate(250px) rotate(-216deg);
          transform: rotate(216deg) translate(250px) rotate(-216deg);
}
.infographic-pasta .ingredient-list.five .ingredient-item:nth-child(5) {
  -webkit-transform: rotate(288deg) translate(250px) rotate(-288deg);
      -ms-transform: rotate(288deg) translate(250px) rotate(-288deg);
          transform: rotate(288deg) translate(250px) rotate(-288deg);
}
@media (min-width: 480px) {
  .infographic-pasta .ingredient-list.five {
    border-radius: 50%;
    padding: 0;
    list-style: none;
    position: relative;
    width: 600px;
    height: 600px;
  }
  .infographic-pasta .ingredient-list.five .ingredient-item {
    margin: -100px;
    width: 200px;
    height: 200px;
  }
  .infographic-pasta .ingredient-list.five .ingredient-item:nth-child(1) {
    -webkit-transform: rotate(0deg) translate(300px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(300px) rotate(0deg);
            transform: rotate(0deg) translate(300px) rotate(0deg);
  }
  .infographic-pasta .ingredient-list.five .ingredient-item:nth-child(2) {
    -webkit-transform: rotate(72deg) translate(300px) rotate(-72deg);
        -ms-transform: rotate(72deg) translate(300px) rotate(-72deg);
            transform: rotate(72deg) translate(300px) rotate(-72deg);
  }
  .infographic-pasta .ingredient-list.five .ingredient-item:nth-child(3) {
    -webkit-transform: rotate(144deg) translate(300px) rotate(-144deg);
        -ms-transform: rotate(144deg) translate(300px) rotate(-144deg);
            transform: rotate(144deg) translate(300px) rotate(-144deg);
  }
  .infographic-pasta .ingredient-list.five .ingredient-item:nth-child(4) {
    -webkit-transform: rotate(216deg) translate(300px) rotate(-216deg);
        -ms-transform: rotate(216deg) translate(300px) rotate(-216deg);
            transform: rotate(216deg) translate(300px) rotate(-216deg);
  }
  .infographic-pasta .ingredient-list.five .ingredient-item:nth-child(5) {
    -webkit-transform: rotate(288deg) translate(300px) rotate(-288deg);
        -ms-transform: rotate(288deg) translate(300px) rotate(-288deg);
            transform: rotate(288deg) translate(300px) rotate(-288deg);
  }
}
.infographic-pasta .ingredient-list.five .ingredient-item-content {
  -webkit-transform: rotate(-17deg);
      -ms-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
.infographic-pasta .ingredient-list .ingredient-item {
  color: #e32119;
  display: block;
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.infographic-pasta .ingredient-list-toggle {
  background-color: #fff;
  border: 2px solid #767676;
  border-radius: 5px;
  color: #767676;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  padding: 2px 10px;
  transition: 0.3s;
}
.infographic-pasta .ingredient-list-toggle:hover {
  background-color: #767676;
  color: #fff;
}
.infographic-pasta .ingredient-navigation {
  margin: 0 auto;
  position: relative;
  z-index: 3000;
  width: 320px;
  height: 30px;
}
@media (min-width: 920px) {
  .infographic-pasta .ingredient-navigation {
    display: none;
  }
}
.infographic-pasta .ingredient-left,
.infographic-pasta .ingredient-right {
  cursor: pointer;
  position: absolute;
  top: 14px;
}
.infographic-pasta .ingredient-left {
  left: 20px;
}
.infographic-pasta .ingredient-right {
  right: 20px;
  text-align: right;
}
.infographic-pasta .ingredient-left-arrow-image,
.infographic-pasta .ingredient-right-arrow-image {
  height: 30px;
}
.infographic-pasta .ingredients-container {
  position: absolute;
  top: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: 0.3s;
  width: 600px;
}
@media (min-width: 480px) {
  .infographic-pasta .ingredients-container {
    top: -190px;
  }
}
@media (min-width: 920px) {
  .infographic-pasta .ingredients-container {
    top: 220px;
  }
}
.infographic-pasta .pasta-container {
  background: #fff url("/userfiles/image/infographics/images/pasta/background.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .infographic-pasta .pasta-container {
    border-bottom: 2px dotted #666;
    height: 1030px;
  }
}
.infographic-pasta .pasta-container:last-child {
  border: 0;
}
.infographic-pasta .pasta-header {
  background-color: #e32119;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
  z-index: 4000;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-pasta .pasta-header {
    background-color: transparent;
    color: #e32119;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.infographic-pasta .pasta-header h2 {
  color: #fff;
  line-height: 1;
  margin-top: 0;
}
@media (min-width: 920px) {
  .infographic-pasta .pasta-header h2 {
    color: #e32119;
  }
}
.infographic-pasta .pasta-header small,
.infographic-pasta .pasta-header span {
  display: block;
  line-height: 1;
}
.infographic-pasta .pasta-header small {
  font-size: 1.6em;
}
.infographic-pasta .pasta-header span {
  font-family: "Passion One", cursive;
  font-size: 2.6em;
  font-weight: normal;
  text-transform: uppercase;
}
.infographic-vegetables {
  color: #e32119;
}
.infographic-vegetables .circle-item {
  border-bottom: 2px dotted #e32119;
  color: #4b443e;
  counter-increment: list-counter;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14.4px;
  margin: 0 20px 2em;
  padding-bottom: 2em;
}
@media (min-width: 988px) {
  .infographic-vegetables .circle-item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    position: absolute;
  }
  .infographic-vegetables .circle-item:nth-child(3),
  .infographic-vegetables .circle-item:last-child {
    max-width: 48%;
  }
  .infographic-vegetables .circle-item:nth-child(3) {
    border-right: 2px dotted #e32119;
    padding-right: 20%;
    bottom: 0;
  }
  .infographic-vegetables .circle-item:last-child {
    border-left: 2px dotted #e32119;
    padding-left: 22%;
    left: 55%;
    bottom: 0;
  }
}
.infographic-vegetables .circle-item:before {
  background-color: #e32119;
  border-radius: 50%;
  color: #fff;
  content: counter(list-counter);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-basis: 19px;
      -ms-flex-preferred-size: 19px;
          flex-basis: 19px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 0.3em;
  padding: 2px;
  text-align: center;
  width: 19px;
  height: 19px;
}
.infographic-vegetables .circle-item p {
  margin-bottom: 0.3em;
}
.infographic-vegetables .circle-list {
  counter-reset: list-counter;
  list-style: none;
}
.infographic-vegetables .infographic-header {
  background: url("/userfiles/image/infographics/images/vegetables/Header-Background-Desktop.svg") center center no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 988px) {
  .infographic-vegetables .infographic-header {
    margin-bottom: 20px;
    text-align: center;
    height: 213px;
  }
}
.infographic-vegetables .infographic-header:after {
  clear: both;
  content: '';
  display: block;
}
.infographic-vegetables .infographic-header h2 {
  border-top: 1px solid #e32119;
  color: #e32119;
  line-height: 1.2;
  margin-top: 0;
  padding: 5px 0;
  text-align: center;
}
@media (min-width: 480px) {
  .infographic-vegetables .infographic-header h2 {
    margin-left: auto;
    margin-right: auto;
    width: 440px;
  }
}
@media (min-width: 988px) {
  .infographic-vegetables .infographic-header h2 {
    display: inline-block;
    margin-top: 40px;
    width: 400px;
  }
}
@media (min-width: 940px) {
  .infographic-vegetables .infographic-header h2 {
    width: auto;
  }
}
.infographic-vegetables .infographic-header h2 small {
  font-weight: 300;
}
.infographic-vegetables .infographic-header .main-title {
  display: block;
  font-family: "Passion One", cursive;
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .infographic-vegetables .infographic-header .main-title {
    font-size: 52px;
  }
}
@media (min-width: 988px) {
  .infographic-vegetables .infographic-header .main-title {
    font-size: 62px;
  }
}
@media (min-width: 988px) {
  .infographic-vegetables .infographic-header .vegetables-cauliflower-image,
  .infographic-vegetables .infographic-header .vegetables-soup-image {
    display: block;
    position: absolute;
    width: 400px;
  }
}
.infographic-vegetables .infographic-header .vegetables-cauliflower-image {
  display: none;
}
@media (min-width: 988px) {
  .infographic-vegetables .infographic-header .vegetables-cauliflower-image {
    display: block;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-28%, 50%);
        -ms-transform: translate(-28%, 50%);
            transform: translate(-28%, 50%);
  }
}
.infographic-vegetables .infographic-header .vegetables-soup-image {
  margin-top: -220px;
  margin-bottom: 20px;
}
@media (min-width: 988px) {
  .infographic-vegetables .infographic-header .vegetables-soup-image {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    right: 0;
    -webkit-transform: translate(60%, -40%);
        -ms-transform: translate(60%, -40%);
            transform: translate(60%, -40%);
  }
}
.infographic-vegetables .infographic-summary {
  color: #4b443e;
  font-size: 0.9em;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 480px) {
  .infographic-vegetables .infographic-summary {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
}
.vegetables-image-container {
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 988px) {
  .vegetables-image-container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 940px) {
  .vegetables-image-container {
    width: 450px;
  }
}
.vegetables-image-container .number {
  background-color: #e32119;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  width: 35px;
  height: 35px;
}
@media (min-width: 988px) {
  .vegetables-image-container .number {
    display: none;
  }
}
.celery .vegetables-image-container .number:nth-child(1) {
  top: 10%;
  left: 20%;
}
.celery .vegetables-image-container .number:nth-child(2) {
  top: 37%;
  left: 35%;
}
.celery .vegetables-image-container .number:nth-child(3) {
  top: 60%;
  left: 41%;
}
.celery .vegetables-image-container .number:nth-child(4) {
  top: 74%;
  left: 42%;
}
.celery .vegetables-image-container .number:nth-child(5) {
  top: 23%;
  left: 68%;
}
.celery .vegetables-image-container .number:nth-child(6) {
  top: 68%;
  left: 52%;
}
.celery .vegetables-image-container .number:nth-child(7) {
  top: 84%;
  left: 47%;
}
.leek .vegetables-image-container .number:nth-child(1) {
  top: 10%;
  left: 35%;
}
.leek .vegetables-image-container .number:nth-child(2) {
  top: 37%;
  left: 45%;
}
.leek .vegetables-image-container .number:nth-child(3) {
  top: 87%;
  left: 45%;
}
.leek .vegetables-image-container .number:nth-child(4) {
  top: 21%;
  left: 56%;
}
.leek .vegetables-image-container .number:nth-child(5) {
  top: 68%;
  left: 43%;
}
.broccoli .vegetables-image-container .number:nth-child(1) {
  top: 25%;
  left: 25%;
}
.broccoli .vegetables-image-container .number:nth-child(2) {
  top: 64%;
  left: 46%;
}
.broccoli .vegetables-image-container .number:nth-child(3) {
  top: 76%;
  left: 38%;
}
.broccoli .vegetables-image-container .number:nth-child(4) {
  top: 30%;
  left: 75%;
}
.broccoli .vegetables-image-container .number:nth-child(5) {
  top: 82%;
  left: 53%;
}
.cauliflower .vegetables-image-container .number:nth-child(1) {
  top: 13%;
  left: 41%;
}
.cauliflower .vegetables-image-container .number:nth-child(2) {
  top: 39%;
  left: 15%;
}
.cauliflower .vegetables-image-container .number:nth-child(3) {
  top: 63%;
  left: 40%;
}
.cauliflower .vegetables-image-container .number:nth-child(4) {
  top: 17%;
  left: 66%;
}
.cauliflower .vegetables-image-container .number:nth-child(5) {
  top: 34%;
  left: 57%;
}
.cauliflower .vegetables-image-container .number:nth-child(6) {
  top: 55%;
  left: 77%;
}
.beets .vegetables-image-container .number:nth-child(1) {
  top: 10%;
  left: 8%;
}
.beets .vegetables-image-container .number:nth-child(2) {
  top: 62%;
  left: 30%;
}
.beets .vegetables-image-container .number:nth-child(3) {
  top: 74%;
  left: 44%;
}
.beets .vegetables-image-container .number:nth-child(4) {
  top: 10%;
  left: 51%;
}
.beets .vegetables-image-container .number:nth-child(5) {
  top: 26%;
  left: 86%;
}
.beets .vegetables-image-container .number:nth-child(6) {
  top: 65%;
  left: 68%;
}
.beets .vegetables-image-container .number:nth-child(7) {
  top: 27%;
  left: 49%;
}
.vegetables-container {
  margin-bottom: 100px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
@media (min-width: 988px) {
  .vegetables-container {
    border-bottom: 1px dotted #4b443e;
    padding-bottom: 100%;
    height: 0;
  }
}
.vegetables-container:last-child {
  border-bottom: 0;
}
@media (min-width: 988px) {
  .vegetables-container.beets {
    padding-bottom: 65%;
  }
}
@media (min-width: 988px) {
  .vegetables-container.beets .circle-item {
    max-width: 180px;
  }
  .vegetables-container.beets .circle-item:nth-child(1),
  .vegetables-container.beets .circle-item:nth-child(2),
  .vegetables-container.beets .circle-item:nth-child(3) {
    left: 0;
  }
  .vegetables-container.beets .circle-item:nth-child(4),
  .vegetables-container.beets .circle-item:nth-child(5),
  .vegetables-container.beets .circle-item:nth-child(6),
  .vegetables-container.beets .circle-item:nth-child(7) {
    max-width: none;
  }
  .vegetables-container.beets .circle-item:nth-child(3),
  .vegetables-container.beets .circle-item:nth-child(7) {
    max-width: 48%;
  }
  .vegetables-container.beets .circle-item:nth-child(1) {
    top: 0;
    max-width: 24%;
  }
  .vegetables-container.beets .circle-item:nth-child(2) {
    padding-right: 5%;
    top: 48%;
    max-width: 30%;
  }
  .vegetables-container.beets .circle-item:nth-child(3) {
    border-right: 2px dotted #e32119;
    padding-right: 20%;
    bottom: 0;
  }
  .vegetables-container.beets .circle-item:nth-child(4) {
    padding-left: 3%;
    left: 75%;
    top: 0;
  }
  .vegetables-container.beets .circle-item:nth-child(5) {
    padding-left: 10%;
    left: 66%;
    top: 30%;
  }
  .vegetables-container.beets .circle-item:nth-child(6) {
    padding-left: 8%;
    left: 68%;
    top: 51%;
  }
  .vegetables-container.beets .circle-item:nth-child(7) {
    border-left: 2px dotted #e32119;
    padding-left: 22%;
    left: 55%;
    bottom: 0;
  }
}
@media (min-width: 988px) {
  .vegetables-container.broccoli {
    padding-bottom: 74%;
  }
}
@media (min-width: 988px) {
  .vegetables-container.broccoli .circle-item {
    max-width: 180px;
  }
  .vegetables-container.broccoli .circle-item:nth-child(1),
  .vegetables-container.broccoli .circle-item:nth-child(2),
  .vegetables-container.broccoli .circle-item:nth-child(3) {
    left: 0;
  }
  .vegetables-container.broccoli .circle-item:nth-child(4),
  .vegetables-container.broccoli .circle-item:nth-child(5),
  .vegetables-container.broccoli .circle-item:nth-child(6),
  .vegetables-container.broccoli .circle-item:nth-child(7) {
    max-width: none;
  }
  .vegetables-container.broccoli .circle-item:nth-child(1) {
    padding-right: 6%;
    top: 4%;
    max-width: 33%;
  }
  .vegetables-container.broccoli .circle-item:nth-child(2) {
    padding-right: 10%;
    top: 41%;
    max-width: 50%;
    width: 33%;
  }
  .vegetables-container.broccoli .circle-item:nth-child(3) {
    border-right: 0;
    border-bottom: 2px dotted #e32119;
    padding-right: 10%;
    top: 66%;
    bottom: auto;
    max-width: 38%;
  }
  .vegetables-container.broccoli .circle-item:nth-child(4) {
    padding-left: 8%;
    left: 72%;
    top: 8%;
  }
  .vegetables-container.broccoli .circle-item:nth-child(5) {
    border-left: 0;
    padding-left: 10%;
    top: 53%;
    left: 60%;
    bottom: auto;
  }
}
@media (min-width: 988px) {
  .vegetables-container.cauliflower {
    padding-bottom: 0;
    height: 520px;
  }
}
@media (min-width: 940px) {
  .vegetables-container.cauliflower {
    padding-bottom: 0;
    height: 600px;
  }
}
@media (min-width: 988px) {
  .vegetables-container.cauliflower .circle-item {
    max-width: 180px;
  }
  .vegetables-container.cauliflower .circle-item:nth-child(1),
  .vegetables-container.cauliflower .circle-item:nth-child(2),
  .vegetables-container.cauliflower .circle-item:nth-child(3) {
    left: 0;
  }
  .vegetables-container.cauliflower .circle-item:nth-child(4),
  .vegetables-container.cauliflower .circle-item:nth-child(5),
  .vegetables-container.cauliflower .circle-item:nth-child(6),
  .vegetables-container.cauliflower .circle-item:nth-child(7) {
    max-width: none;
  }
  .vegetables-container.cauliflower .circle-item:nth-child(3),
  .vegetables-container.cauliflower .circle-item:nth-child(7) {
    max-width: 48%;
  }
  .vegetables-container.cauliflower .circle-item:nth-child(1) {
    padding-right: 3%;
    top: 0;
    max-width: 29%;
  }
  .vegetables-container.cauliflower .circle-item:nth-child(2) {
    padding-right: 7%;
    top: 37%;
    max-width: 28%;
  }
  .vegetables-container.cauliflower .circle-item:nth-child(3) {
    border-right: 2px dotted #e32119;
    bottom: 35px;
    padding-right: 17%;
  }
  .vegetables-container.cauliflower .circle-item:nth-child(4) {
    padding-left: 4%;
    left: 70%;
    top: 0;
  }
  .vegetables-container.cauliflower .circle-item:nth-child(5) {
    padding-left: 5%;
    left: 74%;
    top: 30%;
  }
  .vegetables-container.cauliflower .circle-item:nth-child(6) {
    bottom: 35px;
    padding-left: 18%;
  }
}
@media (min-width: 940px) {
  .vegetables-container.cauliflower .circle-item:nth-child(3),
  .vegetables-container.cauliflower .circle-item:nth-child(6) {
    bottom: 85px;
  }
}
@media (min-width: 988px) {
  .vegetables-container.celery {
    height: 700px;
  }
}
@media (min-width: 940px) {
  .vegetables-container.celery {
    padding-bottom: 0;
    height: 850px;
  }
}
@media (min-width: 988px) {
  .vegetables-container.celery .circle-item {
    max-width: 180px;
  }
  .vegetables-container.celery .circle-item:nth-child(1),
  .vegetables-container.celery .circle-item:nth-child(2),
  .vegetables-container.celery .circle-item:nth-child(4) {
    left: 0;
  }
  .vegetables-container.celery .circle-item:nth-child(3),
  .vegetables-container.celery .circle-item:nth-child(5),
  .vegetables-container.celery .circle-item:nth-child(6),
  .vegetables-container.celery .circle-item:nth-child(7) {
    max-width: none;
  }
  .vegetables-container.celery .circle-item:nth-child(4),
  .vegetables-container.celery .circle-item:nth-child(7) {
    bottom: 95px;
    max-width: 48%;
  }
  .vegetables-container.celery .circle-item:nth-child(1) {
    top: 0;
    max-width: 270px;
  }
  .vegetables-container.celery .circle-item:nth-child(2) {
    padding-right: 95px;
    top: 26%;
    max-width: 39%;
  }
  .vegetables-container.celery .circle-item:nth-child(3) {
    border-right: 0;
    padding-right: 130px;
    left: 0;
    top: 44%;
    bottom: auto;
    max-width: 42%;
  }
  .vegetables-container.celery .circle-item:nth-child(4) {
    border-right: 2px dotted #e32119;
    padding-right: 10%;
    min-height: 83px;
  }
  .vegetables-container.celery .circle-item:nth-child(5) {
    padding-left: 65px;
    left: 69%;
    top: 18%;
  }
  .vegetables-container.celery .circle-item:nth-child(6) {
    padding-left: 100px;
    left: 58%;
    top: 43%;
  }
  .vegetables-container.celery .circle-item:nth-child(7) {
    border-left: 2px dotted #e32119;
    padding-left: 16%;
    left: 55%;
    min-height: 83px;
  }
}
@media (min-width: 940px) {
  .vegetables-container.celery .circle-item:nth-child(4),
  .vegetables-container.celery .circle-item:nth-child(7) {
    bottom: 65px;
  }
}
@media (min-width: 988px) {
  .vegetables-container.leek {
    padding-bottom: 82%;
  }
}
@media (min-width: 988px) {
  .vegetables-container.leek .circle-item {
    max-width: 180px;
  }
  .vegetables-container.leek .circle-item:nth-child(1),
  .vegetables-container.leek .circle-item:nth-child(2),
  .vegetables-container.leek .circle-item:nth-child(3) {
    left: 0;
  }
  .vegetables-container.leek .circle-item:nth-child(4),
  .vegetables-container.leek .circle-item:nth-child(5) {
    max-width: none;
  }
  .vegetables-container.leek .circle-item:nth-child(1) {
    padding-right: 6%;
    top: 0;
    max-width: 34%;
  }
  .vegetables-container.leek .circle-item:nth-child(2) {
    padding-right: 10%;
    top: 45%;
    max-width: 42%;
    width: 100%;
  }
  .vegetables-container.leek .circle-item:nth-child(3) {
    border-right: 0;
    padding-right: 20%;
    top: 70%;
    bottom: auto;
    max-width: 42%;
  }
  .vegetables-container.leek .circle-item:nth-child(4) {
    padding-left: 13%;
    left: 62%;
    top: 10%;
  }
  .vegetables-container.leek .circle-item:nth-child(5) {
    border-left: 0;
    padding-left: 17%;
    top: 45%;
    left: 54%;
    bottom: auto;
  }
}
.vegetable-name-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 33px;
}
@media (min-width: 988px) {
  .broccoli .vegetable-name-image {
    top: 90%;
  }
}
.celery .vegetable-name-image {
  top: 48%;
}
@media (min-width: 988px) {
  .celery .vegetable-name-image {
    top: 95%;
  }
}
.cauliflower .vegetable-name-image {
  top: 79%;
}
@media (min-width: 988px) {
  .cauliflower .vegetable-name-image {
    top: 84%;
  }
}
@media (min-width: 988px) {
  .leek .vegetable-name-image {
    top: 75%;
  }
}
.vegetables-nav-item {
  display: inline-block;
}
.vegetables-nav-link {
  background-color: #e32119;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  margin: 0 2px 8px;
  padding: 9.5px 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 988px) {
  .vegetables-nav-link {
    font-size: 15px;
    padding: 13px 20px;
  }
}
.vegetables-nav-link:hover {
  background-color: #c11c15;
  color: #fff;
}
.vegetables-nav-list {
  text-align: center;
}
.vegetables-navigation {
  margin-bottom: 10px;
}
@media (min-width: 988px) {
  .vegetables-navigation {
    margin-bottom: 40px;
  }
}
.vegetables-wrapper {
  margin-bottom: 100px;
}
.infographic-slow-cooker section {
  margin-bottom: 40px;
}
.infographic-slow-cooker .equation-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 920px) {
  .infographic-slow-cooker .equation-container {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.infographic-slow-cooker .equation-element {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-slow-cooker .equation-element {
    max-width: 115px;
  }
}
.infographic-slow-cooker .equation-element figcaption {
  font-size: 0.9em;
}
@media (min-width: 988px) {
  .infographic-slow-cooker .equation-element img {
    transition: 0.1s;
  }
  .infographic-slow-cooker .equation-element img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.infographic-slow-cooker .infographic-header {
  background: url("/userfiles/image/infographics/images/slow-cooker/_New-Background.svg") center center no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 40px;
  padding: 20px;
  position: relative;
  text-align: center;
  height: 240px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .infographic-slow-cooker .infographic-header {
    padding: 145px 20px 20px;
    height: 310px;
  }
}
@media (min-width: 920px) {
  .infographic-slow-cooker .infographic-header h2,
  .infographic-slow-cooker .infographic-header .infographic-summary {
    margin-left: auto;
    margin-right: auto;
    max-width: 424px;
  }
}
@media (min-width: 940px) {
  .infographic-slow-cooker .infographic-header h2,
  .infographic-slow-cooker .infographic-header .infographic-summary {
    max-width: 350px;
  }
}
.infographic-slow-cooker .infographic-header h2 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Passion One", cursive;
  font-size: 3em;
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}
@media (min-width: 940px) {
  .infographic-slow-cooker .infographic-header h2 {
    font-size: 4em;
  }
}
.infographic-slow-cooker .infographic-summary {
  font-size: 0.8em;
  line-height: 1.4;
  z-index: 10;
}
@media (min-width: 920px) {
  .infographic-slow-cooker .infographic-summary {
    font-size: 0.9em;
  }
}
@media (min-width: 940px) {
  .infographic-slow-cooker .infographic-summary {
    font-size: 0.8em;
  }
}
.infographic-slow-cooker .section-container {
  margin: 0 40px;
  position: relative;
  z-index: 10;
  max-width: 500px;
}
@media (min-width: 540px) {
  .infographic-slow-cooker .section-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.infographic-slow-cooker .section-header {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.infographic-slow-cooker .section-header .extra-instruction {
  color: #e32119;
}
@media (min-width: 920px) {
  .infographic-slow-cooker .section-header .extra-instruction {
    white-space: nowrap;
  }
}
.infographic-slow-cooker .section-name {
  background-color: #e32119;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.infographic-slow-cooker .section-number {
  background-color: #fff;
  border: 2px solid #e32119;
  border-radius: 50%;
  color: #e32119;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  font-weight: bold;
  line-height: 33px;
  margin-top: -8px;
  margin-left: -15px;
  padding: 5px;
  width: 33px;
  height: 33px;
}
.infographic-slow-cooker .slow-clock-container {
  font-size: 0.8em;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 920px) {
  .infographic-slow-cooker .slow-clock-container {
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 20px;
    text-align: center;
    width: 190px;
  }
}
.infographic-slow-cooker .slow-clock-container img {
  display: block;
  margin: 0 auto 10px;
  width: 40px;
}
.infographic-slow-cooker .slow-clock-container p {
  color: #fff;
  margin-bottom: 0;
}
.infographic-slow-cooker .slow-cooker-image {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 320px;
}
@media (min-width: 920px) {
  .infographic-slow-cooker .slow-cooker-image {
    top: -20px;
    bottom: auto;
    width: 920px;
  }
}
.infographic-drinks {
  padding-top: 20px;
  padding-bottom: 40px;
}
.infographic-drinks section {
  margin-left: 20px;
  margin-right: 20px;
}
.infographic-drinks .equation-container {
  border-bottom: 1px dotted #4b443e;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.infographic-drinks .equation-element {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-drinks .equation-element {
    -webkit-flex-basis: calc((100% - 30px * 3) / 4);
        -ms-flex-preferred-size: calc((100% - 30px * 3) / 4);
            flex-basis: calc((100% - 30px * 3) / 4);
  }
}
.infographic-drinks .equation-element figcaption {
  font-size: 0.9em;
}
@media (min-width: 988px) {
  .infographic-drinks .equation-element img {
    transition: 0.1s;
  }
  .infographic-drinks .equation-element img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.infographic-drinks .equation-header {
  color: #e32119;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: -5px;
  position: relative;
  z-index: 10;
  text-align: center;
  white-space: nowrap;
}
.infographic-drinks .equation-name {
  display: inline-block;
  font-family: "Passion One", cursive;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .infographic-drinks .equation-name {
    font-size: 2em;
  }
}
@media (min-width: 940px) {
  .infographic-drinks .equation-name {
    font-size: 2.8em;
  }
}
.infographic-drinks .equation-number {
  background-color: #e32119;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
}
@media (min-width: 940px) {
  .infographic-drinks .equation-number {
    font-size: 1.2em;
    width: 38px;
    height: 38px;
  }
}
.infographic-drinks .equation-operation {
  color: #e32119;
  display: none;
  -webkit-flex-basis: 20px;
      -ms-flex-preferred-size: 20px;
          flex-basis: 20px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 2em;
  font-weight: bold;
}
@media (min-width: 920px) {
  .infographic-drinks .equation-operation {
    display: block;
  }
}
.infographic-drinks .infographic-header {
  background: url("/userfiles/image/infographics/images/drinks/Drinks-Header.jpg") no-repeat;
  background-size: cover;
  display: none;
  margin-bottom: 40px;
  padding: 20px;
}
@media (min-width: 940px) {
  .infographic-drinks .infographic-header {
    padding-top: 50px;
    padding-left: 60px;
    height: 300px;
  }
}
.infographic-drinks .infographic-header:after {
  clear: both;
  content: '';
  display: block;
}
.infographic-drinks .infographic-header.fr h2 {
  width: auto;
}
@media (min-width: 480px) {
  .infographic-drinks .infographic-header.fr h2 {
    width: 400px;
  }
}
.infographic-drinks .infographic-header.fr .first {
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .infographic-drinks .infographic-header.fr .first {
    font-size: 1.35em;
  }
}
@media (min-width: 480px) {
  .infographic-drinks .infographic-header.fr .main-title {
    font-size: 2.7em;
  }
}
.infographic-drinks .infographic-header h2 {
  border-bottom: 1px solid #e32119;
  color: #e32119;
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
  width: 280px;
}
@media (min-width: 480px) {
  .infographic-drinks .infographic-header h2 {
    width: 400px;
  }
}
.infographic-drinks .infographic-header .first {
  font-size: 0.7em;
}
@media (min-width: 920px) {
  .infographic-drinks .infographic-header .first {
    font-size: 1em;
  }
}
.infographic-drinks .infographic-header .main-title {
  display: block;
  font-family: "Passion One", cursive;
  font-size: 2em;
  font-weight: normal;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .infographic-drinks .infographic-header .main-title {
    font-size: 2.4em;
  }
}
@media (min-width: 940px) {
  .infographic-drinks .infographic-header .main-title {
    line-height: 1;
  }
}
.infographic-drinks .infographic-summary {
  color: #e32119;
  font-size: 0.9em;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
}
@media (min-width: 480px) {
  .infographic-drinks .infographic-summary {
    width: 400px;
  }
}
.infographic-bbq {
  background-color: #e9e9e9;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: 0.3s;
  width: 640px;
  zoom: 0.5;
}
@media (min-width: 375px) {
  .infographic-bbq {
    zoom: calc(355 / 640);
  }
  .ios .infographic-bbq {
    -webkit-text-size-adjust: auto;
  }
}
@media (min-width: 414px) {
  .infographic-bbq {
    zoom: calc(394 / 640);
  }
}
@media (min-width: 480px) {
  .infographic-bbq {
    zoom: calc(460 / 640);
  }
}
@media (min-width: 920px) {
  .infographic-bbq {
    zoom: calc(680 / 640);
  }
}
@media (min-width: 988px) {
  .infographic-bbq {
    zoom: calc(748 / 640);
  }
}
@media (min-width: 1160px) {
  .infographic-bbq {
    width: 920px;
    zoom: 1;
  }
}
.infographic-bbq footer {
  color: #b6b6b6;
  font-size: 13px;
  padding: 0 20px;
}
.infographic-bbq h2 {
  color: #fff;
  line-height: 1;
  margin-top: 0;
}
.infographic-bbq h3 {
  font-size: 30px;
}
@media (min-width: 1160px) {
  .infographic-bbq h3 {
    font-size: 20px;
  }
}
.infographic-bbq p {
  line-height: 1.2 !important;
}
.infographic-bbq section {
  border-bottom: 1px dotted #4b443e;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  transition: 0.3s;
  height: 1150px;
}
@media (min-width: 1160px) {
  .infographic-bbq section {
    margin-bottom: 0;
  }
}
.infographic-bbq section.bbq-preparing {
  height: 1150px;
}
@media (min-width: 1160px) {
  .infographic-bbq section.bbq-preparing {
    height: 435px;
  }
}
.infographic-bbq section.bbq-grilling {
  height: 1130px;
}
@media (min-width: 1160px) {
  .infographic-bbq section.bbq-grilling {
    height: 321px;
  }
}
.infographic-bbq section.bbq-serving {
  border-bottom: 0;
  height: 775px;
}
@media (min-width: 1160px) {
  .infographic-bbq section.bbq-serving {
    height: 217px;
  }
}
.bbq-box-child,
.bbq-box-light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}
.bbq-box-child:hover,
.bbq-box-light:hover {
  opacity: 0.8;
}
.bbq-box-child {
  border-radius: 10px;
  color: #fff;
}
.bbq-preparing .bbq-box-child {
  background-color: #e32119;
}
.bbq-grilling .bbq-box-child {
  background-color: #bf0000;
}
.bbq-serving .bbq-box-child {
  background-color: #7d0f0e;
}
.bbq-box-child p {
  color: #fff;
}
.bbq-box-light {
  background-color: #fff;
  border-radius: 5px;
  color: #4b443e;
  line-height: 1.2;
}
.bbq-box-light h3 {
  background-color: #464646;
  color: #fff;
  font-weight: normal;
}
.bbq-box-light p {
  line-height: 1.2;
}
.bbq-footer {
  text-align: center;
}
.bbq-header {
  background: url("/userfiles/image/infographics/images/bbq/BBQ-Header.jpg") right no-repeat;
  color: #fff;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  height: 300px;
}
@media (min-width: 1160px) {
  .bbq-header {
    background-position: right -225px;
  }
}
.bbq-header h2 {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-top: 10px;
  font-weight: normal;
  line-height: 1 !important;
  margin: 0 auto !important;
  width: 280px;
}
@media (min-width: 1160px) {
  .bbq-header h2 {
    position: absolute;
    top: 90px;
    left: 50px;
    width: 375px;
  }
}
.bbq-header h2 img {
  display: block;
}
@media (min-width: 1160px) {
  .bbq-header h2 img {
    margin-bottom: -5px;
  }
}
.bbq-header small {
  font-size: 0.9em;
  font-weight: 300;
}
@media (min-width: 1160px) {
  .bbq-header small {
    font-size: 35px;
  }
}
.bbq-header .main-title {
  font-family: "Passion One", cursive;
  font-size: 3em;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 1160px) {
  .bbq-header .main-title {
    font-size: 100px;
  }
}
.bbq-section-title {
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: normal;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  position: static;
  text-align: center;
  text-transform: uppercase;
  height: 75px;
}
@media (min-width: 1160px) {
  .bbq-section-title {
    font-size: 20px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
        -ms-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    width: 429px;
    height: 47px;
  }
  .bbq-grilling .bbq-section-title {
    width: 283px;
    -webkit-transform: rotate(-90deg) translateX(-107%);
        -ms-transform: rotate(-90deg) translateX(-107%);
            transform: rotate(-90deg) translateX(-107%);
  }
  .bbq-serving .bbq-section-title {
    width: 198px;
  }
  .bbq-section-title.bbq-box-child {
    transition: 0s;
  }
}
.bbq-single {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
@media (min-width: 1160px) {
  .bbq-single {
    font-size: 11px;
  }
}
.bbq-preparing .clean {
  top: 160px;
  left: 20px;
  width: 195px;
  height: 74px;
}
@media (min-width: 1160px) {
  .bbq-preparing .clean {
    top: 44px;
    left: 80px;
    width: 195px;
    height: 50px;
  }
}
.bbq-preparing .marinate {
  top: 160px;
  left: auto;
  right: 20px;
  width: 300px;
  height: 74px;
}
@media (min-width: 1160px) {
  .bbq-preparing .marinate {
    top: 138px;
    left: 80px;
    width: 195px;
    height: 50px;
  }
}
.bbq-preparing .wash {
  padding: 25px;
  top: 294px;
  left: 20px;
  width: 195px;
  height: 307px;
}
.bbq-preparing .wash p {
  font-size: 40px;
  margin-bottom: 0.4em;
}
.bbq-preparing .wash .bbq-box-image {
  margin-left: 45px;
  width: 94px;
  height: 102px;
}
@media (min-width: 1160px) {
  .bbq-preparing .wash {
    padding: 10px 20px;
    top: 24px;
    left: 380px;
    width: 265px;
    height: 85px;
  }
  .bbq-preparing .wash p {
    font-size: 26px;
    width: 60%;
  }
  .bbq-preparing .wash .bbq-box-image {
    position: absolute;
    right: 0;
    top: 10px;
    height: 65px;
  }
}
.bbq-preparing .fridge {
  font-size: 34px;
  padding: 25px;
  top: 294px;
  left: auto;
  right: 20px;
  width: 300px;
  height: 307px;
}
.bbq-preparing .fridge p {
  font-size: 34px;
  width: 70%;
}
.bbq-preparing .fridge .bbq-box-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (min-width: 1160px) {
  .bbq-preparing .fridge {
    font-size: 20px;
    top: 234px;
    left: 80px;
    right: auto;
    width: 250px;
    height: 180px;
  }
  .bbq-preparing .fridge p {
    font-size: 20px;
  }
}
.bbq-preparing .marinade {
  top: 630px;
  left: 20px;
  width: 300px;
  height: 493px;
}
.bbq-preparing .marinade h3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  height: 63px;
}
.bbq-preparing .marinade li {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.bbq-preparing .marinade li:before {
  color: #e32119;
  content: '+';
  margin-right: 10px;
}
.bbq-preparing .marinade li:last-child {
  margin-bottom: 0;
}
.bbq-preparing .marinade p {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1160px) {
  .bbq-preparing .marinade p {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.bbq-preparing .marinade p:last-child {
  margin-bottom: 0;
}
.bbq-preparing .marinade ul {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 30px;
}
@media (min-width: 1160px) {
  .bbq-preparing .marinade ul {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.bbq-preparing .marinade .bbq-box-light-content {
  font-size: 18px;
  padding: 10px;
}
.bbq-preparing .marinade .bbq-box-light-cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bbq-preparing .marinade .bbq-box-light-cta img {
  margin-left: 10px;
  width: 30px;
}
@media (min-width: 1160px) {
  .bbq-preparing .marinade {
    top: 24px;
    left: auto;
    right: 20px;
    width: 222px;
    height: 243px;
  }
  .bbq-preparing .marinade br {
    display: none;
  }
  .bbq-preparing .marinade h3 {
    font-size: 16px;
    height: 35px;
  }
  .bbq-preparing .marinade li {
    margin-bottom: 0;
  }
  .bbq-preparing .marinade p,
  .bbq-preparing .marinade ul {
    margin-bottom: 1em;
  }
  .bbq-preparing .marinade .bbq-box-light-content {
    font-size: 12px;
    padding: 10px 20px;
  }
  .bbq-preparing .marinade .bbq-box-light-cta {
    font-size: 12px;
  }
  .bbq-preparing .marinade .bbq-box-light-cta img {
    width: 17px;
  }
}
.bbq-preparing .light {
  font-size: 24px;
  padding: 20px;
  top: 630px;
  left: auto;
  right: 20px;
  width: 270px;
  height: 94px;
}
.bbq-preparing .light p {
  font-size: 24px;
  width: 50%;
}
.bbq-preparing .light .bbq-box-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (min-width: 1160px) {
  .bbq-preparing .light {
    padding: 10px 20px;
    top: 204px;
    left: 380px;
    width: 265px;
    height: 77px;
  }
}
.bbq-preparing .temperature {
  top: 755px;
  left: auto;
  right: 20px;
  width: 270px;
  height: 60px;
}
@media (min-width: 1160px) {
  .bbq-preparing .temperature {
    top: 291px;
    left: 410px;
    right: auto;
    width: 213px;
    height: 28px;
  }
  .bbq-preparing .temperature br {
    display: none;
  }
}
.bbq-preparing .oil {
  font-size: 28px;
  padding: 15px 20px;
  top: 875px;
  left: 350px;
  width: 121px;
  height: 248px;
}
.bbq-preparing .oil p {
  font-size: 28px;
}
.bbq-preparing .oil .bbq-box-image {
  -webkit-transform: rotate(90deg) translate(93%, -20%) scale(1.8);
      -ms-transform: rotate(90deg) translate(93%, -20%) scale(1.8);
          transform: rotate(90deg) translate(93%, -20%) scale(1.8);
}
@media (min-width: 1160px) {
  .bbq-preparing .oil {
    top: 353px;
    left: 380px;
    width: 265px;
    height: 59px;
  }
  .bbq-preparing .oil .bbq-box-image {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transform: rotate(0deg) translate(0, 0) scale(1);
        -ms-transform: rotate(0deg) translate(0, 0) scale(1);
            transform: rotate(0deg) translate(0, 0) scale(1);
  }
}
.bbq-preparing .beer {
  font-size: 22px;
  padding: 15px 20px;
  top: 875px;
  left: auto;
  right: 20px;
  width: 121px;
  height: 248px;
}
.bbq-preparing .beer p {
  font-size: 22px;
}
.bbq-preparing .beer .bbq-box-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (min-width: 1160px) {
  .bbq-preparing .beer {
    top: 282px;
    left: auto;
    right: 20px;
    width: 222px;
    height: 131px;
  }
  .bbq-preparing .beer p {
    width: 50%;
  }
  .bbq-preparing .beer .bbq-box-image {
    bottom: 13px;
  }
}
.bbq-grilling .utensils {
  font-size: 35px;
  padding: 20px;
  top: 154px;
  left: 20px;
  width: 300px;
  height: 211px;
}
.bbq-grilling .utensils p {
  font-size: 35px;
  margin-bottom: 0.5em;
}
.bbq-grilling .utensils .bbq-box-image {
  width: 250px;
}
@media (min-width: 1160px) {
  .bbq-grilling .utensils {
    font-size: 17px;
    padding: 15px 20px;
    top: 20px;
    left: 80px;
    width: 156px;
    height: 115px;
  }
  .bbq-grilling .utensils p {
    font-size: 17px;
    margin-bottom: 0.5em;
  }
}
.bbq-grilling .sear {
  font-size: 40px;
  padding: 20px;
  top: 154px;
  left: auto;
  right: 20px;
  width: 272px;
  height: 277px;
}
.bbq-grilling .sear p {
  font-size: 40px;
}
.bbq-grilling .sear .bbq-box-image {
  float: right;
  margin-left: 30px;
  height: 180px;
}
@media (min-width: 1160px) {
  .bbq-grilling .sear {
    font-size: 18px;
    padding: 15px 20px;
    top: 20px;
    left: 267px;
    width: 155px;
    height: 157px;
  }
  .bbq-grilling .sear p {
    font-size: 18px;
  }
  .bbq-grilling .sear .bbq-box-image {
    height: 100px;
  }
}
.bbq-grilling .spices {
  font-size: 30px;
  padding: 20px;
  top: 460px;
  left: 20px;
  right: 20px;
  height: 199px;
}
.bbq-grilling .spices footer {
  background-color: #af0000;
  border-radius: 0 0 10px 10px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
}
@media (min-width: 375px) {
  .bbq-grilling .spices footer {
    font-size: 18px;
  }
}
.bbq-grilling .spices p {
  font-size: 30px;
}
.bbq-grilling .spices .bbq-box-image {
  float: right;
  margin-left: 150px;
  margin-right: 40px;
  width: 100px;
}
@media (min-width: 1160px) {
  .bbq-grilling .spices {
    font-size: 20px;
    padding: 10px 20px;
    top: 190px;
    left: 80px;
    width: 342px;
    height: 113px;
  }
  .bbq-grilling .spices footer {
    font-size: 10px;
  }
  .bbq-grilling .spices p {
    font-size: 20px;
    width: 70%;
  }
  .bbq-grilling .spices .bbq-box-image {
    margin-top: -6px;
    margin-left: 0;
    margin-right: 0;
    width: 50px;
  }
}
.bbq-grilling .turn,
.bbq-grilling .sprinkle {
  font-size: 25px;
  padding: 20px;
  top: 719px;
  left: 20px;
  width: 271px;
  height: 161px;
}
.bbq-grilling .turn p,
.bbq-grilling .sprinkle p {
  font-size: 25px;
}
.bbq-grilling .turn .bbq-box-image,
.bbq-grilling .sprinkle .bbq-box-image {
  float: right;
  margin-left: 30px;
}
@media (min-width: 1160px) {
  .bbq-grilling .turn,
  .bbq-grilling .sprinkle {
    font-size: 18px;
    padding: 15px 20px;
    top: 182px;
    left: 452px;
    width: 197px;
    height: 120px;
  }
  .bbq-grilling .turn p,
  .bbq-grilling .sprinkle p {
    font-size: 16px;
  }
  .bbq-grilling .turn .bbq-box-image,
  .bbq-grilling .sprinkle .bbq-box-image {
    margin-left: 0;
  }
}
.bbq-grilling .sprinkle {
  top: 938px;
}
@media (min-width: 1160px) {
  .bbq-grilling .sprinkle {
    top: 20px;
    height: 115px;
  }
}
@media (min-width: 1160px) {
  .bbq-grilling .turn p {
    font-size: 18px;
  }
}
.bbq-grilling .cooking {
  top: 685px;
  left: auto;
  right: 20px;
  width: 301px;
  height: 413px;
}
.bbq-grilling .cooking h3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  text-align: center;
  height: 62px;
}
.bbq-grilling .cooking h4 {
  margin-bottom: 0;
}
.bbq-grilling .cooking li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.bbq-grilling .cooking .bbq-box-light-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px;
}
.bbq-grilling .cooking .bbq-quadrant {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 14px;
  text-align: center;
}
.ie .bbq-grilling .cooking .bbq-quadrant {
  -webkit-flex-basis: calc(50% - 12px);
      -ms-flex-preferred-size: calc(50% - 12px);
          flex-basis: calc(50% - 12px);
}
.bbq-grilling .cooking .bbq-quadrant:nth-child(1) {
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  padding-right: 10px;
  padding-bottom: 5px;
}
.bbq-grilling .cooking .bbq-quadrant:nth-child(2) {
  border-bottom: 1px solid #444;
  padding-left: 10px;
  padding-bottom: 5px;
}
.bbq-grilling .cooking .bbq-quadrant:nth-child(3) {
  border-right: 1px solid #444;
  padding-top: 5px;
  padding-right: 10px;
}
.bbq-grilling .cooking .bbq-quadrant:nth-child(4) {
  padding-top: 5px;
  padding-left: 10px;
}
.bbq-grilling .cooking .bbq-quadrant ul {
  margin-left: 0;
}
.bbq-grilling .cooking .bbq-quadrant .two {
  text-align: right;
}
.bbq-grilling .cooking .bbq-quadrant-image {
  display: inline;
  margin-bottom: 0;
  width: 50px;
}
@media (min-width: 1160px) {
  .bbq-grilling .cooking {
    top: 20px;
    left: auto;
    right: 20px;
    width: 222px;
    height: 282px;
  }
  .bbq-grilling .cooking h3 {
    font-size: 16px;
    height: 35px;
  }
  .bbq-grilling .cooking h4 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .bbq-grilling .cooking .bbq-box-light-content {
    padding: 10px;
  }
  .bbq-grilling .cooking .bbq-quadrant {
    font-size: 12px;
  }
  .bbq-grilling .cooking .bbq-quadrant-image {
    margin-bottom: 0;
    width: 50px;
  }
}
.bbq-serving .rest {
  padding: 20px;
  top: 154px;
  left: 20px;
  right: 20px;
  height: 277px;
}
.bbq-serving .rest h4 {
  color: #fff;
  font-size: 37px;
  line-height: 1;
  margin-bottom: 0.7em;
  width: 66%;
}
.bbq-serving .rest p {
  font-size: 18px;
  line-height: 1.4;
  width: 70%;
}
.ios .bbq-serving .rest p {
  font-size: 18px;
}
.bbq-serving .rest .bbq-box-image {
  position: absolute;
  top: 0;
  right: 40px;
  height: 277px;
}
@media (min-width: 1160px) {
  .bbq-serving .rest {
    top: 20px;
    left: 80px;
    width: 344px;
    height: 179px;
  }
  .bbq-serving .rest h4 {
    font-size: 18px;
    margin-bottom: 0.4em;
    width: 80%;
  }
  .bbq-serving .rest p {
    font-size: 13px;
    width: 80%;
  }
  .bbq-serving .rest .bbq-box-image {
    right: 15px;
    height: 179px;
  }
}
.bbq-serving .again,
.bbq-serving .enjoy {
  padding: 20px;
  top: 563px;
  left: 20px;
  width: 287px;
  height: 182px;
}
.bbq-serving .again p,
.bbq-serving .enjoy p {
  width: 50%;
}
@media (min-width: 1160px) {
  .bbq-serving .again p,
  .bbq-serving .enjoy p {
    font-size: 18px;
  }
}
.bbq-serving .again .bbq-box-image,
.bbq-serving .enjoy .bbq-box-image {
  position: absolute;
}
@media (min-width: 1160px) {
  .bbq-serving .again,
  .bbq-serving .enjoy {
    padding: 8px 20px;
    top: 138px;
    left: 452px;
    width: 224px;
    height: 58px;
  }
  .bbq-serving .again p,
  .bbq-serving .enjoy p {
    width: 75%;
  }
}
.bbq-serving .again {
  font-size: 30px;
}
@media (min-width: 1160px) {
  .bbq-serving .again {
    width: 200px;
  }
}
.bbq-serving .again p {
  font-size: 30px;
}
@media (min-width: 1160px) {
  .bbq-serving .again p {
    font-size: 18px;
  }
}
.bbq-serving .again .bbq-box-image {
  right: 20px;
  bottom: 20px;
  width: 70px;
}
@media (min-width: 1160px) {
  .bbq-serving .again .bbq-box-image {
    bottom: 14px;
    width: 35px;
  }
}
.bbq-serving .enjoy {
  font-size: 24px;
  left: auto;
  right: 20px;
}
.bbq-serving .enjoy p {
  font-size: 24px;
}
.bbq-serving .enjoy .bbq-box-image {
  right: 0;
  top: 20px;
  height: 130px;
}
@media (min-width: 1160px) {
  .bbq-serving .enjoy .bbq-box-image {
    top: 40px;
    height: 100px;
  }
}
@media (min-width: 1160px) {
  .bbq-serving .enjoy {
    padding: 15px 20px;
    top: 20px;
    width: 220px;
    height: 177px;
  }
  .bbq-serving .enjoy p {
    width: 60%;
  }
}
.bbq-serving .plan {
  top: 459px;
  left: 172px;
  width: 300px;
  height: 75px;
}
@media (min-width: 1160px) {
  .bbq-serving .plan {
    top: 20px;
    left: 452px;
    width: 200px;
    height: 49px;
  }
  .bbq-serving .plan br {
    display: none;
  }
}
.bbq-line {
  position: absolute;
  top: 0;
  left: 0;
}
.bbq-lines-desktop {
  display: none;
}
@media (min-width: 1160px) {
  .bbq-lines-desktop {
    display: block;
  }
}
.bbq-lines-desktop .bbq-line-1-image {
  top: 92px;
  left: 170px;
}
.bbq-lines-desktop .bbq-line-2-image {
  top: 187px;
  left: 170px;
}
.bbq-lines-desktop .bbq-line-3-image {
  top: 65px;
  left: 275px;
}
.bbq-lines-desktop .bbq-line-4-image {
  top: 109px;
  left: 272px;
}
.bbq-lines-desktop .bbq-line-5-image {
  top: 260px;
  left: 330px;
}
.bbq-lines-desktop .bbq-line-6-image {
  top: 281px;
  left: 509px;
}
.bbq-lines-desktop .bbq-line-7-image {
  top: 319px;
  left: 500px;
}
.bbq-lines-desktop .bbq-line-8-image {
  top: 300px;
  left: auto;
  right: 228px;
}
.bbq-lines-desktop .bbq-line-9-image {
  top: 77px;
  left: 236px;
}
.bbq-lines-desktop .bbq-line-10-image {
  top: 177px;
  left: 343px;
}
.bbq-lines-desktop .bbq-line-11-image {
  top: 133px;
  left: 560px;
}
.bbq-lines-desktop .bbq-line-12-image {
  top: 245px;
  left: 423px;
}
.bbq-lines-desktop .bbq-line-13-image {
  top: 46px;
  left: 424px;
}
.bbq-lines-desktop .bbq-line-14-image {
  top: 67px;
  left: 555px;
}
@media (min-width: 1160px) {
  .bbq-lines-mobile {
    display: none;
  }
}
.bbq-lines-mobile .bbq-line-1-image {
  top: 191px;
  left: 215px;
}
.bbq-lines-mobile .bbq-line-2-image {
  top: 234px;
  left: 107px;
}
.bbq-lines-mobile .bbq-line-3-image {
  top: 235px;
  left: 215px;
}
.bbq-lines-mobile .bbq-line-4-image {
  top: 234px;
  left: 456px;
}
.bbq-lines-mobile .bbq-line-5-image {
  top: 600px;
  left: 486px;
}
.bbq-lines-mobile .bbq-line-6-image {
  top: 724px;
  left: 486px;
}
.bbq-lines-mobile .bbq-line-7-image {
  top: 815px;
  left: 395px;
}
.bbq-lines-mobile .bbq-line-8-image {
  top: 815px;
  left: 548px;
}
.bbq-lines-mobile .bbq-line-9-image {
  top: 262px;
  left: 320px;
}
.bbq-lines-mobile .bbq-line-10-image {
  top: 430px;
  left: 485px;
}
.bbq-lines-mobile .bbq-line-11-image {
  top: 659px;
  left: 158px;
}
.bbq-lines-mobile .bbq-line-12-image {
  top: 880px;
  left: 158px;
}
.bbq-lines-mobile .bbq-line-13-image {
  top: 430px;
  left: 320px;
}
.bbq-lines-mobile .bbq-line-14-image {
  top: 495px;
  left: 90px;
}
.bbq-lines-mobile .bbq-line-15-image {
  top: 495px;
  left: 470px;
}
.infographic-bbq.fr .bbq-lines-mobile .bbq-line-5-image {
  top: 586px;
  left: 464px;
}
.infographic-bbq.fr .bbq-lines-mobile .bbq-line-6-image {
  top: 710px;
  left: 464px;
}
.infographic-bbq.fr .bbq-preparing .bbq-box-light-content {
  padding-bottom: 0;
}
@media (min-width: 1160px) {
  .infographic-bbq.fr .bbq-preparing .bbq-box-light-content {
    padding-top: 7px;
  }
}
.infographic-bbq.fr .bbq-preparing .beer {
  font-size: 19px;
}
@media (min-width: 1160px) {
  .infographic-bbq.fr .bbq-preparing .beer p {
    width: 70%;
  }
}
.infographic-bbq.fr .bbq-preparing .light p {
  width: 66%;
}
.infographic-bbq.fr .bbq-preparing .marinade p,
.infographic-bbq.fr .bbq-preparing .marinade ul {
  margin-bottom: 20px;
}
@media (min-width: 1160px) {
  .infographic-bbq.fr .bbq-preparing .marinade p,
  .infographic-bbq.fr .bbq-preparing .marinade ul {
    margin-bottom: 5px;
  }
}
.infographic-bbq.fr .bbq-preparing .oil {
  font-size: 25px;
}
.infographic-bbq.fr .bbq-preparing .wash {
  font-size: 38px;
}
@media (min-width: 1160px) {
  .infographic-bbq.fr .bbq-preparing .wash {
    font-size: 27px;
  }
}
.infographic-bbq.fr .bbq-grilling .sear {
  font-size: 32px;
}
@media (min-width: 1160px) {
  .infographic-bbq.fr .bbq-grilling .sear {
    font-size: 13px;
  }
}
@media (min-width: 1160px) {
  .infographic-bbq.fr .bbq-grilling .spices {
    font-size: 18px;
  }
}
.infographic-bbq.fr .bbq-serving .rest h4 {
  font-size: 35px;
}
@media (min-width: 1160px) {
  .infographic-bbq.fr .bbq-serving .rest h4 {
    font-size: 16px;
  }
}
@media (min-width: 1160px) {
  .infographic-bbq.fr .bbq-serving .rest p {
    font-size: 12px;
  }
}
.infographic-bbq.fr .bbq-serving .again p,
.infographic-bbq.fr .bbq-serving .enjoy p {
  width: 59%;
}
.infographic-bbq.fr .bbq-serving .again p {
  width: 75%;
}
.infographic-smoothies {
  padding-top: 40px;
}
.infographic-smoothies section {
  border-bottom: 2px dotted #4b443e;
  margin: 0 10px 50px;
  padding-bottom: 50px;
}
@media (min-width: 920px) {
  .infographic-smoothies section {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.infographic-smoothies section:last-child {
  border-bottom: 0;
}
.infographic-smoothies .equation-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 920px) {
  .infographic-smoothies .equation-container {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.infographic-smoothies .equation-element {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-smoothies .equation-element {
    -webkit-flex-basis: calc((100% - 50px * 5) / 6);
        -ms-flex-preferred-size: calc((100% - 50px * 5) / 6);
            flex-basis: calc((100% - 50px * 5) / 6);
  }
}
.smoothie-soleil .infographic-smoothies .equation-element {
  -webkit-flex-basis: calc((100% - 50px * 4) / 5);
      -ms-flex-preferred-size: calc((100% - 50px * 4) / 5);
          flex-basis: calc((100% - 50px * 4) / 5);
}
.infographic-smoothies .equation-element img {
  display: inline;
}
.infographic-smoothies .equation-operation {
  color: #e32119;
  display: none;
  -webkit-flex-basis: 20px;
      -ms-flex-preferred-size: 20px;
          flex-basis: 20px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 2em;
  font-weight: bold;
  margin-top: 50px;
}
@media (min-width: 920px) {
  .infographic-smoothies .equation-operation {
    display: block;
  }
}
.infographic-smoothies .section-header {
  font-weight: normal;
  text-align: center;
}
.infographic-smoothies .section-header h2 {
  font-family: "Passion One", cursive;
  font-size: 32px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (min-width: 940px) {
  .infographic-smoothies .section-header h2 {
    font-size: 48px;
  }
}
@media (min-width: 940px) {
  .infographic-smoothies .section-header h2 .section-number {
    font-size: 28.8px;
  }
}
.infographic-smoothies .section-name {
  display: inline;
  vertical-align: middle;
}
.infographic-smoothies .section-number {
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
@media (min-width: 375px) {
  .infographic-smoothies .section-number {
    width: 39px;
    height: 39px;
  }
}
@media (min-width: 920px) {
  .infographic-smoothies .section-number {
    font-size: 0.6em;
    margin-right: 10px;
  }
}
.infographic-smoothies .section-tagline {
  color: #767676;
  font-size: 1.1em;
  font-weight: 300;
}
@media (min-width: 375px) {
  .infographic-smoothies .section-tagline {
    font-size: 1.4em;
  }
}
.infographic-smoothies .section-title {
  font-size: 2em;
  font-family: "Passion One", cursive;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .infographic-smoothies .section-title {
    font-size: 3em;
  }
}
@media (min-width: 920px) {
  .infographic-smoothies .section-title {
    font-size: 3em;
  }
}
.smoothie-vert .section-number {
  background-color: #4b9f21;
}
.smoothie-vert .section-title {
  color: #4b9f21;
}
.smoothie-gateau .section-number {
  background-color: #e32119;
}
.smoothie-gateau .section-title {
  color: #e32119;
}
.smoothie-soleil .section-number {
  background-color: #f09130;
}
.smoothie-soleil .section-title {
  color: #f09130;
}
.smoothie-cremeux .section-number {
  background-color: #7896b4;
}
.smoothie-cremeux .section-title {
  color: #7896b4;
}
.infographic-tacos .flavoured-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infographic-tacos .food-arc {
  height: 100%;
}
.infographic-tacos .food-arc img {
  display: inline-block;
}
@media (min-width: 920px) {
  .infographic-tacos .food-arc img {
    position: absolute;
    bottom: 0;
  }
  .infographic-tacos .food-arc img:first-child {
    left: 0;
  }
  .infographic-tacos .food-arc img:nth-child(2) {
    left: 10%;
    bottom: 35%;
  }
  .infographic-tacos .food-arc img:nth-child(3) {
    left: 30%;
    bottom: 60%;
  }
  .infographic-tacos .food-arc img:nth-child(4) {
    right: 30%;
    bottom: 60%;
  }
  .infographic-tacos .food-arc img:nth-child(5) {
    right: 10%;
    bottom: 35%;
  }
  .infographic-tacos .food-arc img:last-child {
    right: 0;
  }
}
@media (min-width: 920px) {
  .infographic-tacos .food-center {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.infographic-tacos .food-images-container {
  position: relative;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-tacos .food-images-container {
    padding-bottom: 58%;
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 988px) {
  .infographic-tacos .food-images-container {
    opacity: 1;
    transition: 0.1s;
  }
  .infographic-tacos .food-images-container:hover {
    opacity: 0.9;
  }
}
.infographic-tacos .ingredient-item {
  display: inline-block;
  font-size: 14px;
}
.infographic-tacos .ingredient-item:after {
  color: #e32119;
  content: '+';
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.infographic-tacos .ingredient-item:last-child:after {
  content: '';
}
.infographic-tacos .ingredient-item span {
  font-weight: normal;
}
.infographic-tacos .ingredient-list {
  list-style: none;
  margin-bottom: 2em;
  text-align: center;
}
.tacos-container {
  background: transparent url("../images/tacos/Background.svg") center center no-repeat;
  background-size: cover;
  border-bottom: 1px dotted #4b443e;
  padding-bottom: 100px;
}
.tacos-footer {
  border-top: 1px solid #e32119;
  margin: 0 20px;
  padding-top: 50px;
  position: relative;
  text-align: center;
/* this CS forms the triangles-arrows */
/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
/* this border color controlls the outside, thin border */
}
@media (min-width: 920px) {
  .tacos-footer {
    margin: 0 40px;
  }
}
.tacos-footer:after,
.tacos-footer:before {
  border-style: solid;
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
}
.tacos-footer:after {
  left: 50%;
  border-color: #fff transparent transparent transparent;
  border-width: 25px;
}
.tacos-footer:before {
  left: 50%;
  border-color: #e32119 transparent transparent transparent;
  border-style: solid;
  border-width: 26px;
}
.tacos-footer img {
  display: inline-block;
  width: 60%;
}
.tacos-header {
  color: #e32119;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.tacos-header .title-line {
  background-color: #e32119;
  display: inline-block;
  height: 1px;
}
.tacos-header h2 {
  color: #e32119;
  display: inline-block;
  font-family: "Passion One", cursive !important;
  font-size: 32px !important;
  font-weight: normal;
  line-height: 1 !important;
  margin: 0 auto;
  margin-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .tacos-header h2 {
    font-size: 57.6px !important;
  }
}
.tacos-top {
  padding: 40px 20px 30px;
}
@media (min-width: 920px) {
  .tacos-top {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 920px) {
  .infographic-flavoured-waters .drink-container {
    -webkit-flex-basis: 46%;
        -ms-flex-preferred-size: 46%;
            flex-basis: 46%;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.infographic-flavoured-waters .flavoured-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infographic-flavoured-waters .flavoured-header {
  color: #e32119;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.infographic-flavoured-waters .flavoured-header:after {
  background-color: #e32119;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
}
.infographic-flavoured-waters .flavoured-header h2 {
  background-color: #fff;
  color: #e32119;
  display: inline-block;
  font-family: "Passion One", cursive;
  font-size: 38.4px;
  font-weight: normal;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .infographic-flavoured-waters .flavoured-header h2 {
    font-size: 64px;
  }
}
.infographic-flavoured-waters .fruit-container {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  text-align: center;
}
.infographic-flavoured-waters .fruit-container figcaption {
  font-size: 1em;
  margin-bottom: 0.4em;
}
@media (min-width: 988px) {
  .infographic-flavoured-waters .fruit-image {
    display: inline;
    margin-bottom: 1em;
    transition: 0.1s;
  }
  .infographic-flavoured-waters .fruit-image:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 920px) {
  .infographic-flavoured-waters .fruit-item {
    margin-bottom: 10px;
  }
}
.infographic-flavoured-waters .fruit-item:after {
  color: #e32119;
  content: ' + ';
  display: block;
  font-size: 1em;
  font-weight: 600;
}
@media (min-width: 920px) {
  .infographic-flavoured-waters .fruit-item:after {
    font-size: 2em;
  }
}
.infographic-flavoured-waters .fruit-item:last-child:after {
  display: none;
}
.infographic-flavoured-waters .flavoured-water {
  border-bottom: 1px dotted #4b443e;
  padding: 40px 20px;
}
.infographic-flavoured-waters .flavoured-water.antioxydant {
  background-color: #eeedf5;
}
.infographic-flavoured-waters .flavoured-water.antioxydant h2 {
  background-color: #eeedf5;
}
.infographic-flavoured-waters .flavoured-water.booster {
  background-color: #fcefef;
}
.infographic-flavoured-waters .flavoured-water.booster h2 {
  background-color: #fcefef;
}
.infographic-flavoured-waters .flavoured-water.energizer {
  background-color: #e6fcec;
}
.infographic-flavoured-waters .flavoured-water.energizer h2 {
  background-color: #e6fcec;
}
.infographic-flavoured-waters .flavoured-water.hydrating {
  background-color: #fef5e9;
}
.infographic-flavoured-waters .flavoured-water.hydrating h2 {
  background-color: #fef5e9;
}
.infographic-flavoured-waters .flavoured-water.rejuvinator {
  background-color: #fef5e9;
}
.infographic-flavoured-waters .flavoured-water.rejuvinator h2 {
  background-color: #fef5e9;
}
.infographic-flavoured-waters .flavoured-water.rejuvinator .fruit-item:first-child .fruit-image {
  display: inline;
  width: 50px;
}
@media (min-width: 920px) {
  .infographic-flavoured-waters .flavoured-water.rejuvinator .fruit-item:first-child .fruit-image {
    width: 100px;
  }
}
.infographic-flavoured-waters .flavoured-water.wellness {
  background-color: #fceeee;
}
.infographic-flavoured-waters .flavoured-water.wellness h2 {
  background-color: #fceeee;
}
.infographic-pork .expert-box {
  background-color: #4b443e;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media (min-width: 480px) {
  .infographic-pork .expert-box {
    height: 150px;
  }
}
@media (min-width: 920px) {
  .infographic-pork .expert-box {
    height: 115px;
  }
}
.infographic-pork .expert-box h3,
.infographic-pork .expert-box p {
  color: #fff;
}
.infographic-pork .expert-box h3 {
  font-weight: 100;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.infographic-pork .expert-box p {
  font-size: 0.85em;
  line-height: 1.2;
  margin-bottom: 0;
}
.infographic-pork .pork-digit {
  background-color: #e32119;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  width: 30px;
  height: 30px;
}
@media (min-width: 920px) {
  .infographic-pork .pork-digit {
    font-size: 1.2em;
    width: 40px;
    height: 40px;
  }
}
.infographic-pork .pork-digit:nth-child(1) {
  top: 3%;
  left: 30%;
}
.infographic-pork .pork-digit:nth-child(2) {
  top: 10%;
  left: 47%;
}
.infographic-pork .pork-digit:nth-child(3) {
  top: 38%;
  left: 11%;
}
.infographic-pork .pork-digit:nth-child(4) {
  top: 23%;
  left: 32%;
}
.infographic-pork .pork-digit:nth-child(5) {
  top: 23%;
  left: 59%;
}
.infographic-pork .pork-digit:nth-child(6) {
  top: 40%;
  left: 46%;
}
.infographic-pork .pork-digit:hover .tooltip {
  display: block;
  font-weight: normal;
}
.infographic-pork .pork-digit .tooltip {
  background-color: #4b443e;
  color: #fff;
  display: none;
  font-size: 0.8em;
  padding: 5px 10px;
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
/* this border color controlls the outside, thin border */
}
.infographic-pork .pork-digit .tooltip:after,
.infographic-pork .pork-digit .tooltip:before {
  border-style: solid;
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
}
.infographic-pork .pork-digit .tooltip:after {
  left: 50%;
  border-color: transparent transparent #4b443e transparent;
  border-width: 9px;
}
.infographic-pork .pork-digit .tooltip:before {
  left: 50%;
  border-color: transparent transparent #4b443e transparent;
  border-style: solid;
  border-width: 9px;
}
.infographic-pork .pork-header {
  margin-bottom: 2em;
  position: relative;
  text-align: center;
}
.infographic-pork .pork-header h2 {
  background-color: #e32119;
  color: #fff;
  font-family: "Passion One", cursive;
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 30px;
  text-transform: uppercase;
}
@media (min-width: 988px) {
  .infographic-pork .pork-header h2 {
    font-size: 3em;
  }
}
@media (min-width: 940px) {
  .infographic-pork .pork-header h2 {
    font-size: 5em;
    margin-bottom: 1em;
  }
}
@media (min-width: 988px) {
  .infographic-pork .pork-header br {
    display: inline;
  }
}
.infographic-pork .pork-instruction {
  background-color: #fff;
  color: #e32119;
  font-weight: 300;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
}
@media (min-width: 920px) {
  .infographic-pork .pork-instruction {
    display: inline-block;
    font-size: 1.5em;
    width: auto;
  }
}
@media (min-width: 940px) {
  .infographic-pork .pork-instruction {
    font-size: 2em;
  }
}
.infographic-pork .pork-main-image-container {
  margin: 0 auto 40px;
  position: relative;
  width: 80%;
}
.infographic-pork .pork-box {
  background-color: #ccc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 10px 40px;
}
@media (min-width: 480px) {
  .infographic-pork .pork-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }
}
@media (min-width: 920px) {
  .infographic-pork .pork-box {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    margin-left: 0;
    margin-right: 0;
  }
}
.infographic-pork .pork-box h2 {
  font-family: "Passion One", cursive;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
}
@media (min-width: 940px) {
  .infographic-pork .pork-box h2 {
    font-size: 41.6px;
  }
}
@media (min-width: 920px) {
  .infographic-pork .pork-boxes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 1180px) {
  .infographic-pork .pork-boxes {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.infographic-pork .pork-content {
  padding: 20px 20px 0;
}
.infographic-pork .pork-cta-button {
  background-color: #e32119;
  border-radius: 4px;
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  text-decoration: none;
  transition: 0.3s;
}
.infographic-pork .pork-cta-button:hover {
  background-color: #c11c15;
}
.infographic-pork .pork-cta-button img {
  width: 35px;
  height: 35px;
}
.infographic-pork .pork-cta-container {
  text-align: center;
}
.infographic-pork .pork-icon-caption {
  color: #e32119;
}
.infographic-pork .pork-icon-container {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
}
.infographic-pork .pork-icon-container img {
  display: inline;
}
.infographic-pork .pork-image {
  display: block;
  width: 100%;
}
.infographic-pork .pork-image-caption {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media (min-width: 940px) {
  .infographic-pork .pork-image-caption {
    font-size: 32px;
  }
}
.infographic-pork .pork-image-caption img {
  display: inline;
  margin-right: 10px;
}
.infographic-pork .pork-image-container {
  position: relative;
}
.infographic-pork .pork-item {
  border-bottom: 1px solid #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0 10px 20px 0;
}
@media (min-width: 480px) {
  .infographic-pork .pork-item {
    padding-right: 30px;
  }
}
.infographic-pork .pork-item-content {
  font-size: 0.85em;
}
.infographic-pork .pork-title {
  background-color: #e32119;
  color: #fff;
  font-family: "Passion One", cursive;
  font-size: 2em;
  font-weight: normal;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 940px) {
  .infographic-pork .pork-title {
    font-size: 2.6em;
  }
}
.infographic-burgers {
  padding-top: 40px;
}
.infographic-burgers .burger-container {
  border-bottom: 1px dotted #4b443e;
  color: #e32119;
  margin: 0 20px;
  padding-bottom: 40px;
}
@media (min-width: 375px) {
  .infographic-burgers .burger-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 20px 60px;
    padding-bottom: 60px;
  }
  .infographic-burgers .burger-container:nth-child(2n+2) {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .infographic-burgers .burger-container:nth-child(2n+2) .burger-header .burger-empty-box {
    border-left: 0;
    margin-left: 0;
    margin-right: 50%;
  }
  .infographic-burgers .burger-container:nth-child(2n+2) .burger-layer {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 700px) {
  .infographic-burgers .burger-container {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.infographic-burgers .burger-empty-box {
  display: none;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin-left: 50%;
  width: 50%;
  height: 50%;
}
@media (min-width: 700px) {
  .infographic-burgers .burger-empty-box {
    display: block;
  }
  .infographic-burgers .burger-empty-box:first-child {
    border-top: 1px solid #e32119;
  }
  .infographic-burgers .burger-empty-box:last-child {
    border-bottom: 1px solid #e32119;
  }
}
.infographic-burgers .burger-header {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 700px) {
  .infographic-burgers .burger-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .infographic-burgers .burger-header:after {
    background-color: #e32119;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
  }
}
@media (min-width: 988px) {
  .infographic-burgers .burger-image {
    transition: 0.1s;
  }
  .infographic-burgers .burger-image:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.infographic-burgers .burger-layer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 480px) {
  .infographic-burgers .burger-layer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 480px) {
  .infographic-burgers .burger-layer figcaption {
    -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.infographic-burgers .burger-layer-name {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100px;
}
@media (min-width: 480px) {
  .infographic-burgers .burger-layer-name {
    -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 1em;
    margin-bottom: 0;
  }
}
@media (min-width: 940px) {
  .infographic-burgers .burger-layer-name {
    font-size: 1.2em;
  }
}
.infographic-burgers .burger-layers-container {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 700px) {
  .infographic-burgers .burger-layers-container {
    -webkit-flex-basis: 66%;
        -ms-flex-preferred-size: 66%;
            flex-basis: 66%;
  }
}
.infographic-burgers .burger-name {
  font-family: "Passion One", cursive;
  font-size: 3em;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .infographic-burgers .burger-name {
    font-size: 4em;
  }
}
@media (min-width: 700px) {
  .infographic-burgers .burger-name {
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  .infographic-burgers .burger-name {
    font-size: 2em;
  }
}
@media (min-width: 988px) {
  .infographic-burgers .burger-name {
    font-size: 4em;
  }
}
.infographic-burgers .burger-operation {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 480px) {
  .infographic-burgers .burger-operation {
    display: block;
    font-size: 2em;
  }
}
.infographic-burgers .burger-title {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
}
.infographic-burgers .burger-title small {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 375px) {
  .infographic-burgers .burger-title small {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) {
  .infographic-burgers .burger-title small {
    font-size: 1em;
  }
}
@media (min-width: 988px) {
  .infographic-burgers .burger-title small {
    font-size: 1.4em;
  }
}
.infographic-burgers .image-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 1px;
}
@media (min-width: 940px) {
  .infographic-burgers .image-container {
    width: 400px;
  }
}
.infographic-ice-pops .ingredient-item {
  color: #e32119;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 920px) {
  .infographic-ice-pops .ingredient-item {
    font-size: 1.2em;
  }
}
@media (min-width: 920px) {
  .infographic-ice-pops .ingredient-item {
    font-size: 20px;
  }
}
.infographic-ice-pops .ingredient-item:after {
  content: ' + ';
  display: block;
  font-size: 2em;
  font-weight: bold;
}
.infographic-ice-pops .ingredient-item:last-child:after {
  content: '';
}
.infographic-ice-pops .ingredient-item span {
  font-weight: normal;
}
.infographic-ice-pops .ingredient-list {
  list-style: none;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 414px) {
  .infographic-ice-pops .ingredient-list {
    margin-top: 100px;
  }
}
@media (min-width: 920px) {
  .infographic-ice-pops .ingredient-list {
    margin-top: 60px;
    position: absolute;
    right: 10px;
    top: 30%;
    z-index: 5;
    width: 160px;
  }
}
.infographic-ice-pops .protip {
  background-color: #fff;
  margin: 10px 10px 0;
  padding: 10px;
}
@media (min-width: 920px) {
  .infographic-ice-pops .protip {
    padding: 20px 30px;
  }
}
.infographic-ice-pops .protip h3 {
  color: #e32119;
}
.infographic-ice-pops .protip p {
  font-size: 14px;
  margin: 0;
}
.infographic-ice-pops .steps-container {
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 920px) {
  .infographic-ice-pops .steps-container {
    margin-bottom: 4em;
    max-width: 33%;
  }
}
@media (min-width: 940px) {
  .infographic-ice-pops .steps-container {
    padding-left: 40px;
  }
}
.infographic-ice-pops .steps-container h3 {
  color: #e32119;
  font-size: 18.72px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.infographic-ice-pops .steps-list {
  counter-reset: list-counter;
}
.infographic-ice-pops .step-item {
  counter-increment: list-counter;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 1em;
}
.infographic-ice-pops .step-item:before {
  color: #e32119;
  content: counter(list-counter) ".";
  -webkit-flex-basis: 20px;
      -ms-flex-preferred-size: 20px;
          flex-basis: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
}
.infographic-ice-pops .ice-pop-container {
  background-color: #eee;
  background-position: center 70px;
  background-repeat: no-repeat;
  background-size: 300px auto;
  border-bottom: 1px dotted #4b443e;
  padding: 20px 10px;
  position: relative;
}
@media (min-width: 920px) {
  .infographic-ice-pops .ice-pop-container {
    background-position: center 90px;
    background-size: 60%;
    padding: 20px;
    min-height: 800px;
  }
}
@media (min-width: 940px) {
  .infographic-ice-pops .ice-pop-container {
    height: 940px;
  }
}
.infographic-ice-pops .ice-pop-container:last-child {
  border-bottom: 0;
}
.infographic-ice-pops .ice-pop-container.coco {
  background-color: #dffbfe;
}
.infographic-ice-pops .ice-pop-container.coco .ice-pop-header h2 span {
  background-color: #dffbfe;
}
.infographic-ice-pops .ice-pop-container.mocha {
  background-color: #fefbcd;
}
@media (min-width: 920px) {
  .infographic-ice-pops .ice-pop-container.mocha {
    min-height: 900px;
  }
}
.infographic-ice-pops .ice-pop-container.mocha .ice-pop-header h2 span {
  background-color: #fefbcd;
}
@media (min-width: 940px) {
  .infographic-ice-pops .ice-pop-container.mocha .steps-container {
    margin-bottom: 2em;
  }
}
.infographic-ice-pops .ice-pop-container.orange {
  background-color: #edfabe;
}
@media (min-width: 940px) {
  .infographic-ice-pops .ice-pop-container.orange {
    height: 910px;
  }
}
.infographic-ice-pops .ice-pop-container.orange .ice-pop-header h2 span {
  background-color: #edfabe;
}
.infographic-ice-pops .ice-pop-container.frosty {
  background-color: #fadad6;
}
@media (min-width: 940px) {
  .infographic-ice-pops .ice-pop-container.frosty {
    height: 910px;
  }
}
.infographic-ice-pops .ice-pop-container.frosty .ice-pop-header h2 span {
  background-color: #fadad6;
}
@media (min-width: 920px) {
  .infographic-ice-pops .ice-pop-footer {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    z-index: 5;
  }
}
.infographic-ice-pops .ice-pop-header {
  color: #e32119;
  position: relative;
  text-align: center;
}
.infographic-ice-pops .ice-pop-header h2 {
  color: #e32119;
  font-family: "Passion One", cursive;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .infographic-ice-pops .ice-pop-header h2 {
    font-size: 50px;
  }
}
@media (min-width: 940px) {
  .infographic-ice-pops .ice-pop-header h2 {
    font-size: 60px;
  }
}
.infographic-ice-pops .ice-pop-header h2:after {
  background-color: #e32119;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
}
.infographic-ice-pops .ice-pop-header h2 span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 10;
}
.infographic-ice-pops .ice-pop-header .nickname {
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 940px) {
  .infographic-ice-pops .ice-pop-header .nickname {
    font-size: 22px;
  }
}
.infographic-ice-pops .ice-pop-back-image,
.infographic-ice-pops .ice-pop-front-image {
  position: absolute;
  top: 0;
  left: 0;
}
.infographic-ice-pops .ice-pop-back-image {
  -webkit-animation: ice-pop-frames-reverse 2.5s infinite linear;
          animation: ice-pop-frames-reverse 2.5s infinite linear;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  z-index: 1;
}
.infographic-ice-pops .ice-pop-front-image {
  -webkit-animation: ice-pop-frames 2.5s infinite linear;
          animation: ice-pop-frames 2.5s infinite linear;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  z-index: 3;
}
.infographic-ice-pops .ice-pop-image-container {
  margin: 0 auto 20px;
  position: relative;
  width: 250px;
}
@media (min-width: 414px) {
  .infographic-ice-pops .ice-pop-image-container {
    float: left;
    width: 300px;
  }
}
@media (min-width: 920px) {
  .infographic-ice-pops .ice-pop-image-container {
    float: none;
    width: 400px;
  }
}
@media (min-width: 940px) {
  .infographic-ice-pops .ice-pop-image-container {
    width: 540px;
  }
}
.infographic-ice-pops .ice-pop-main-image {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes ice-pop-frames {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ice-pop-frames {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ice-pop-frames-reverse {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes ice-pop-frames-reverse {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.infographic-brunch h2 {
  font-size: 48px !important;
  line-height: 1 !important;
  margin-top: 0 !important;
}
@media (min-width: 988px) {
  .infographic-brunch h2 {
    font-size: 64px !important;
  }
}
.infographic-brunch .brunch-container {
  background-color: #fff9de;
  background-size: cover;
  border-bottom: 1px dotted #4b443e;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  max-width: 988px;
}
@media (min-width: 988px) {
  .infographic-brunch .brunch-container {
    max-width: none;
    height: 903px;
  }
}
.infographic-brunch .brunch-container:last-child {
  border-bottom: 0;
}
.infographic-brunch .brunch-container.avocat {
  background: url("/userfiles/image/infographics/images/brunch/Avocado-Background.svg") no-repeat;
  background-size: cover;
}
.infographic-brunch .brunch-container.melon {
  background: url("/userfiles/image/infographics/images/brunch/Melon-Background.svg") no-repeat;
  background-size: cover;
}
.infographic-brunch .brunch-container.pain {
  background: url("/userfiles/image/infographics/images/brunch/Bread-Background.svg") no-repeat;
  background-size: cover;
}
.infographic-brunch .brunch-container .line-box-1-image,
.infographic-brunch .brunch-container .line-box-2-image {
  display: none;
}
@media (min-width: 988px) {
  .infographic-brunch .brunch-container .line-box-1-image,
  .infographic-brunch .brunch-container .line-box-2-image {
    display: block;
    position: absolute;
  }
}
.infographic-brunch .brunch-container .line-box-1-image {
  top: 46%;
  left: 35%;
}
.infographic-brunch .brunch-container .line-box-2-image {
  top: 55%;
  left: 61%;
}
.infographic-brunch .brunch-group {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
@media (min-width: 988px) {
  .infographic-brunch .brunch-group {
    position: absolute;
    width: 50%;
  }
}
.infographic-brunch .brunch-group img {
  display: inline;
}
@media (min-width: 988px) {
  .infographic-brunch .brunch-group img {
    width: 384px;
    height: 384px;
  }
}
@media (min-width: 988px) {
  .infographic-brunch .brunch-group-1 {
    top: 72px;
    left: 2%;
  }
}
@media (min-width: 988px) {
  .infographic-brunch .brunch-group-2 {
    top: 150px;
    left: 49%;
  }
}
.infographic-brunch .brunch-group-2 .brunch-group-label {
  text-align: right;
}
.infographic-brunch .brunch-group-image {
  width: 130px;
}
.infographic-brunch .brunch-group-label {
  color: #e32119;
  font-weight: bold;
  position: absolute;
  top: -20px;
  text-transform: uppercase;
}
.infographic-brunch .brunch-main-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 988px) {
  .infographic-brunch .brunch-main-image {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.infographic-brunch .brunch-title {
  color: #e32119;
  font-family: "Passion One", cursive !important;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 988px) {
  .infographic-brunch .brunch-title {
    font-size: 64px !important;
  }
}
.infographic-oysters {
  background-image: url("../images/lobster/Lobster-Background.svg");
  background-size: cover;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.infographic-oysters .circle-item {
  border-bottom: 1px dotted #4b443e;
  counter-increment: list-counter;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 2em;
  padding-bottom: 1.6em;
}
@media (min-width: 988px) {
  .infographic-oysters .circle-item {
    border-bottom: 0;
    -webkit-flex-basis: calc((100% - 20px * 4) / 2);
        -ms-flex-preferred-size: calc((100% - 20px * 4) / 2);
            flex-basis: calc((100% - 20px * 4) / 2);
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 400px;
  }
  .infographic-oysters .circle-item:nth-child(1),
  .infographic-oysters .circle-item:nth-child(2) {
    margin-bottom: 0;
  }
  .infographic-oysters .circle-item:nth-child(3),
  .infographic-oysters .circle-item:nth-child(4) {
    margin-top: 0;
  }
}
@media (min-width: 940px) {
  .infographic-oysters .circle-item {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.infographic-oysters .circle-item:last-child {
  border-bottom: 0;
}
.infographic-oysters .circle-item h3 {
  color: #e32119;
  font-family: "Passion One", cursive;
  font-size: 22.4px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 988px) {
  .infographic-oysters .circle-item h3 {
    white-space: nowrap;
  }
}
.infographic-oysters .circle-item h3:before {
  color: #e32119;
  content: counter(list-counter) ".";
  display: inline-block;
  margin-right: 5px;
}
.infographic-oysters .circle-item h3 span {
  display: block;
  font-size: 0.7em;
  margin-top: 0.4em;
}
.infographic-oysters .circle-item:nth-child(3) .item-image-container,
.infographic-oysters .circle-item:nth-child(4) .item-image-container {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 988px) {
  .infographic-oysters .circle-item:nth-child(3) .item-image-container,
  .infographic-oysters .circle-item:nth-child(4) .item-image-container {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.infographic-oysters .circle-item:nth-child(1) .item-image-caption {
  border-radius: 50%;
  bottom: 0;
  right: 55%;
  width: 120px;
  height: 120px;
}
.infographic-oysters .circle-item:nth-child(2) .item-image-caption {
  bottom: 20px;
  left: 55%;
  width: 120px;
}
.infographic-oysters .circle-item:nth-child(4) .ingredient-item:last-child {
  display: none;
}
.infographic-oysters .circle-list {
  border-top: 1px solid #fff;
  counter-reset: list-counter;
  list-style: none;
  margin-top: 20px;
  padding-top: 30px;
}
@media (min-width: 988px) {
  .infographic-oysters .circle-list {
    border-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.infographic-oysters .ingredient-item {
  display: inline;
  font-size: 13.6px;
}
.infographic-oysters .ingredient-item:after {
  color: #e32119;
  content: ' + ';
}
.infographic-oysters .ingredient-item:last-child:after {
  content: '';
}
.infographic-oysters .ingredient-list {
  list-style: none;
  margin-bottom: 1em;
  padding-right: 20px;
}
@media (min-width: 988px) {
  .infographic-oysters .ingredient-list {
    margin-bottom: 2em;
  }
}
.infographic-oysters .item-image {
  background-color: rgba(255,255,255,0.5);
  border: 2px dashed #e32119;
  border-radius: 50%;
  width: 260px;
}
.infographic-oysters .item-image-caption {
  background-color: #fff;
  border: 1px solid #e32119;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
.infographic-oysters .item-image-caption.circle {
  border: 0;
}
.infographic-oysters .item-image-caption .item-image {
  border: 0;
}
.infographic-oysters .item-image-container {
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}
.infographic-oysters .item-image-container img {
  display: inline;
}
.infographic-oysters .oysters-container {
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 70%;
  position: relative;
}
@media (min-width: 988px) {
  .infographic-oysters .oysters-container {
    background-position: center;
    background-size: 60%;
    padding-top: 0;
  }
}
.infographic-oysters .oysters-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.infographic-oysters .oysters-header img {
  display: inline;
}
.infographic-oysters .oysters-header small,
.infographic-oysters .oysters-header span {
  display: block;
  line-height: 1;
}
.infographic-oysters .oysters-header small {
  font-weight: 100;
  margin-bottom: 7px;
}
.infographic-oysters .oysters-header small:last-child {
  margin-top: -10px;
  margin-bottom: 0;
}
.infographic-oysters .oysters-header span {
  font-family: "Passion One", cursive;
  font-size: 3.5em;
  font-weight: normal;
  text-transform: uppercase;
}
.infographic-oysters .oysters-header .bottom-line {
  color: #000;
  font-weight: 500;
}
.infographic-oysters .oysters-header .fancy-container {
  margin-bottom: 0.4em;
}
.infographic-oysters .oysters-header .number {
  font-size: 2em;
  font-weight: bold;
}
.infographic-oysters .oysters-header .title-container {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 988px) {
  .infographic-oysters .oysters-header .title-container {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
}
.infographic-oysters .oysters-main-image-container {
  margin: 0 auto 20px;
  padding: 10px;
  text-align: center;
  width: 300px;
  height: 300px;
}
@media (min-width: 988px) {
  .infographic-oysters .oysters-main-image-container {
    position: absolute;
    top: 23%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.infographic-chicken {
  padding-top: 10px;
}
.infographic-chicken .action-container {
  text-align: center;
}
.infographic-chicken .action-link {
  background-color: #e32119;
  border-radius: 4px;
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  text-decoration: none;
}
.infographic-chicken .action-link:hover {
  background-color: #c11c15;
}
.infographic-chicken .action-link img {
  margin: -10px -20px -10px 0;
  width: 50px;
  height: 50px;
}
.infographic-chicken .chicken {
  border-bottom: 2px dotted #4b443e;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (min-width: 920px) {
  .infographic-chicken .chicken {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.infographic-chicken .chicken:last-child {
  border-bottom: 0;
}
.infographic-chicken .chicken-image {
  position: relative;
  z-index: 1;
}
@media (min-width: 940px) {
  .infographic-chicken .chicken-image {
    width: 312px;
  }
}
.infographic-chicken .cooking-mode-container {
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-chicken .cooking-mode-container {
    margin-bottom: 40px;
  }
}
.infographic-chicken .cooking-mode-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.infographic-chicken .cooking-mode-status {
  background-color: #ffa500;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
}
@media (min-width: 920px) {
  .infographic-chicken .equation-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.infographic-chicken .equation-element {
  position: relative;
  text-align: center;
}
@media (min-width: 920px) {
  .infographic-chicken .equation-element {
    -webkit-flex-basis: 140px;
        -ms-flex-preferred-size: 140px;
            flex-basis: 140px;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 1em;
    height: 140px;
  }
}
@media (min-width: 988px) {
  .infographic-chicken .equation-element {
    transition: 0.1s;
  }
  .infographic-chicken .equation-element:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.infographic-chicken .equation-element:first-child {
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
}
@media (min-width: 920px) {
  .infographic-chicken .equation-element:first-child {
    width: 240px;
    height: 180px;
  }
}
.safari .infographic-chicken .equation-element:first-child img {
  max-width: 100%;
}
.infographic-chicken .equation-element.middle {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 920px) {
  .infographic-chicken .equation-element.middle {
    width: 260px;
  }
}
@media (min-width: 920px) {
  .infographic-chicken .equation-element:first-child,
  .infographic-chicken .equation-element.middle {
    -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
    margin-left: 0;
    margin-right: 0;
    height: 200px;
  }
}
@media (min-width: 1180px) {
  .infographic-chicken .equation-element:first-child,
  .infographic-chicken .equation-element.middle {
    -webkit-flex-basis: 260px;
        -ms-flex-preferred-size: 260px;
            flex-basis: 260px;
    height: 260px;
  }
}
.infographic-chicken .equation-element:first-child img,
.infographic-chicken .equation-element.middle img {
  width: 200px;
}
@media (min-width: 920px) {
  .infographic-chicken .equation-element:first-child img,
  .infographic-chicken .equation-element.middle img {
    width: 260px;
  }
}
.infographic-chicken .equation-element:last-child {
  -webkit-flex-basis: 160px;
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 160px;
  height: 160px;
}
@media (min-width: 920px) {
  .infographic-chicken .equation-element:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
.infographic-chicken .equation-element:last-child img {
  border-radius: 50%;
  margin-bottom: 0.4em;
}
.infographic-chicken .equation-element img {
  display: block;
  margin: 0 auto;
}
.infographic-chicken .equation-element .special-touch-label {
  color: #e32119;
  font-family: 'Lucida Console';
  font-size: 0.8em;
  position: absolute;
  top: -10px;
  left: -20px;
  text-transform: uppercase;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  width: 100%;
  height: 100%;
}
.infographic-chicken .equation-element .special-touch-label .char1 {
  -webkit-transform: rotate(5.384615384615385deg);
      -ms-transform: rotate(5.384615384615385deg);
          transform: rotate(5.384615384615385deg);
}
.infographic-chicken .equation-element .special-touch-label .char2 {
  -webkit-transform: rotate(10.76923076923077deg);
      -ms-transform: rotate(10.76923076923077deg);
          transform: rotate(10.76923076923077deg);
}
.infographic-chicken .equation-element .special-touch-label .char3 {
  -webkit-transform: rotate(16.153846153846153deg);
      -ms-transform: rotate(16.153846153846153deg);
          transform: rotate(16.153846153846153deg);
}
.infographic-chicken .equation-element .special-touch-label .char4 {
  -webkit-transform: rotate(21.53846153846154deg);
      -ms-transform: rotate(21.53846153846154deg);
          transform: rotate(21.53846153846154deg);
}
.infographic-chicken .equation-element .special-touch-label .char5 {
  -webkit-transform: rotate(26.923076923076927deg);
      -ms-transform: rotate(26.923076923076927deg);
          transform: rotate(26.923076923076927deg);
}
.infographic-chicken .equation-element .special-touch-label .char6 {
  -webkit-transform: rotate(32.30769230769231deg);
      -ms-transform: rotate(32.30769230769231deg);
          transform: rotate(32.30769230769231deg);
}
.infographic-chicken .equation-element .special-touch-label .char7 {
  -webkit-transform: rotate(37.69230769230769deg);
      -ms-transform: rotate(37.69230769230769deg);
          transform: rotate(37.69230769230769deg);
}
.infographic-chicken .equation-element .special-touch-label .char8 {
  -webkit-transform: rotate(43.07692307692308deg);
      -ms-transform: rotate(43.07692307692308deg);
          transform: rotate(43.07692307692308deg);
}
.infographic-chicken .equation-element .special-touch-label .char9 {
  -webkit-transform: rotate(48.46153846153847deg);
      -ms-transform: rotate(48.46153846153847deg);
          transform: rotate(48.46153846153847deg);
}
.infographic-chicken .equation-element .special-touch-label .char10 {
  -webkit-transform: rotate(53.846153846153854deg);
      -ms-transform: rotate(53.846153846153854deg);
          transform: rotate(53.846153846153854deg);
}
.infographic-chicken .equation-element .special-touch-label .char11 {
  -webkit-transform: rotate(59.23076923076923deg);
      -ms-transform: rotate(59.23076923076923deg);
          transform: rotate(59.23076923076923deg);
}
.infographic-chicken .equation-element .special-touch-label .char12 {
  -webkit-transform: rotate(64.61538461538461deg);
      -ms-transform: rotate(64.61538461538461deg);
          transform: rotate(64.61538461538461deg);
}
.infographic-chicken .equation-element .special-touch-label .char13 {
  -webkit-transform: rotate(70deg);
      -ms-transform: rotate(70deg);
          transform: rotate(70deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char1 {
  -webkit-transform: rotate(5.333333333333333deg);
      -ms-transform: rotate(5.333333333333333deg);
          transform: rotate(5.333333333333333deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char2 {
  -webkit-transform: rotate(10.666666666666666deg);
      -ms-transform: rotate(10.666666666666666deg);
          transform: rotate(10.666666666666666deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char3 {
  -webkit-transform: rotate(16deg);
      -ms-transform: rotate(16deg);
          transform: rotate(16deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char4 {
  -webkit-transform: rotate(21.333333333333332deg);
      -ms-transform: rotate(21.333333333333332deg);
          transform: rotate(21.333333333333332deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char5 {
  -webkit-transform: rotate(26.666666666666664deg);
      -ms-transform: rotate(26.666666666666664deg);
          transform: rotate(26.666666666666664deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char6 {
  -webkit-transform: rotate(32deg);
      -ms-transform: rotate(32deg);
          transform: rotate(32deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char7 {
  -webkit-transform: rotate(37.33333333333333deg);
      -ms-transform: rotate(37.33333333333333deg);
          transform: rotate(37.33333333333333deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char8 {
  -webkit-transform: rotate(42.666666666666664deg);
      -ms-transform: rotate(42.666666666666664deg);
          transform: rotate(42.666666666666664deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char9 {
  -webkit-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
          transform: rotate(48deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char10 {
  -webkit-transform: rotate(53.33333333333333deg);
      -ms-transform: rotate(53.33333333333333deg);
          transform: rotate(53.33333333333333deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char11 {
  -webkit-transform: rotate(58.666666666666664deg);
      -ms-transform: rotate(58.666666666666664deg);
          transform: rotate(58.666666666666664deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char12 {
  -webkit-transform: rotate(64deg);
      -ms-transform: rotate(64deg);
          transform: rotate(64deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char13 {
  -webkit-transform: rotate(69.33333333333333deg);
      -ms-transform: rotate(69.33333333333333deg);
          transform: rotate(69.33333333333333deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char14 {
  -webkit-transform: rotate(74.66666666666666deg);
      -ms-transform: rotate(74.66666666666666deg);
          transform: rotate(74.66666666666666deg);
}
.infographic-chicken .equation-element .special-touch-label.fr .char15 {
  -webkit-transform: rotate(80deg);
      -ms-transform: rotate(80deg);
          transform: rotate(80deg);
}
.infographic-chicken .equation-element .special-touch-label span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  width: 20px;
  height: 100px;
}
.infographic-chicken .equation-operation {
  color: #e32119;
  -webkit-flex-basis: 20px;
      -ms-flex-preferred-size: 20px;
          flex-basis: 20px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.infographic-chicken .ingredient-item {
  display: inline-block;
  font-size: 16px;
}
.infographic-chicken .ingredient-item:after {
  color: #e32119;
  content: ' + ';
  font-weight: bold;
  margin-right: 3px;
}
.infographic-chicken .ingredient-item:last-child:after {
  content: '';
}
.infographic-chicken .ingredient-item span {
  font-weight: normal;
}
.infographic-chicken .ingredient-list {
  list-style: none;
  margin-bottom: 30px;
  text-align: center;
}
.infographic-chicken .section-header {
  margin-bottom: 20px;
  text-align: center;
}
.infographic-chicken .section-title {
  color: #f39300;
  font-family: "Passion One", cursive !important;
  font-size: 3.2em !important;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 988px) {
  .infographic-chicken .section-title {
    font-size: 3.8em !important;
  }
}
.infographic-chicken .section-title .line-1,
.infographic-chicken .section-title .line-2 {
  line-height: 0.9;
  text-transform: uppercase;
}
@media (min-width: 988px) {
  .infographic-chicken .section-title .line-1,
  .infographic-chicken .section-title .line-2 {
    display: inline-block;
    margin-right: 15px;
  }
}
.infographic-chicken .section-title .line-2 {
  margin-bottom: 3px;
}
@media (min-width: 988px) {
  .infographic-chicken .section-title .line-2 {
    margin-bottom: 0;
  }
  .infographic-chicken .section-title .line-2 + small {
    margin-top: -5px;
    margin-bottom: 22px;
  }
}
.infographic-chicken .section-title small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.54em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}
