/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 80%;
}
/* start styling */
body {
  font-family: 'Raleway', sans-serif;
}
input {
  font-family: 'Raleway', sans-serif;
  border: none;
  outline: none;
}
h1 {
  font-size: 48px;
  color: #0031a7;
  font-weight: 900;
}
h2 {
  font-size: 30px;
  color: #0031a7;
  font-weight: 900;
}
h3 {
  font-size: 27px;
  color: #0031a7;
  font-weight: 900;
  line-height: 35px;
}
li {
  font-weight: 400;
  color: #333333;
  margin: 20px 0;
  font-size: 18px;
}
p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
p.blue {
  color: #0031a7;
}
.highlight {
  color: #fcd405;
}
.col-20 {
  width: 100%;
  max-width: 20%;
}
.col-25 {
  width: 100%;
  max-width: 25%;
}
.col-30 {
  width: 100%;
  max-width: 30%;
}
.col-40 {
  width: 100%;
  max-width: 40%;
}
.col-50 {
  width: 100%;
  max-width: 50%;
}
.col-60 {
  width: 100%;
  max-width: 60%;
}
.col-70 {
  width: 100%;
  max-width: 70%;
}
.col-75 {
  width: 100%;
  max-width: 75%;
}
.col-80 {
  width: 100%;
  max-width: 80%;
}
.col-100 {
  width: 100%;
  max-width: 100%;
}
.col-33 {
  width: 100%;
  max-width: 33.3333%;
}
.skipLink {
  position: absolute;
  color: transparent;
  left: -999px;
}
.ctas {
  display: flex;
  justify-content: center;
}
.ctas .cta {
  margin: 0 5px;
}
.cta {
  border-radius: 110px;
  padding: 12px 30px;
  font-size: 17px;
  font-weight: 900;
  display: inline-block;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  white-space: nowrap;
  text-decoration: none !important;
}
.cta.primary {
  background: #fcd405;
  color: #0031a7;
}
.cta.primary:hover {
  background: #243bff;
  color: #fcd405 !important;
}
.cta.secondary {
  background: #e7f5fb;
  color: #001391;
}
.cta.secondary:hover {
  background: #243bff;
  color: #fcd405;
}
.cta.secondary-alt {
  background: #ffffff;
  color: #0031a7;
}
.cta.secondary-alt:hover {
  background: #243bff;
  color: #fcd405;
}
.cta.down-arrow {
  position: relative;
}
.cta.down-arrow::after {
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
  background: url("/wp-content/themes/butterball2021/elements/images/arrow-down_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 7px;
  height: 6px;
  display: inline-block;
  position: relative;
  right: -8px;
  top: -2.5px;
}
.cta.down-arrow:hover::after {
  content: "";
  background: url("/wp-content/themes/butterball2021/elements/images/arrow-down_yellow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 7px;
  height: 6px;
  display: inline-block;
}
.cta.cta-hero {
  font-size: 21px;
}
.cta.mini {
  padding: 10px 20px;
  font-size: 14px;
}
.wrapper {
  max-width: 1430px !important;
  margin: 0 auto;
  padding: 0 30px;
}
.seo-bg-img {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
ul.checkmarks li {
  display: flex;
}
ul.checkmarks li::before {
  content: "";
  background: url("/wp-content/themes/butterball2021/elements/images/checkmark_circle_light-blue-dark-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
body.site-map-page #main-content .content {
  padding: 50px 0;
}
body.site-map-page #main-content .content ul {
  list-style: disc;
  padding-left: 20px;
}
body.site-map-page #main-content .content ul li a {
  color: #0031a7;
}
body.site-map-page #main-content .content ul li a:hover {
  color: #cd8c00;
}
.break-line {
  position: relative;
  height: 1px;
  width: 100%;
  background: #dedede;
  display: block;
  margin: 30px 0;
}
.blue-to-lightblue {
  background: #cfecf8;
  background: -moz-linear-gradient(180deg, #cfecf8 0%, #e7f5fb 100%);
  background: -webkit-linear-gradient(180deg, #cfecf8 0%, #e7f5fb 100%);
  background: linear-gradient(180deg, #cfecf8 0%, #e7f5fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfecf8", endColorstr="#e7f5fb", GradientType=1);
}
.blue-lightblue-blue {
  background: #e3f3fb;
  background: -moz-linear-gradient(90deg, #e3f3fb 0%, #e7efed 68%, #a1c4e1 100%);
  background: -webkit-linear-gradient(90deg, #e3f3fb 0%, #e7efed 68%, #a1c4e1 100%);
  background: linear-gradient(90deg, #e3f3fb 0%, #e7efed 68%, #a1c4e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3f3fb", endColorstr="#a1c4e1", GradientType=1);
}
.blue-to-blue-radial {
  background: #96bddd;
  background: -moz-radial-gradient(circle, #96bddd 0%, #e5ebe5 0%, #e5ebe5 37%, #96bddd 100%);
  background: -webkit-radial-gradient(circle, #96bddd 0%, #e5ebe5 0%, #e5ebe5 37%, #96bddd 100%);
  background: radial-gradient(circle, #96bddd 0%, #e5ebe5 0%, #e5ebe5 37%, #96bddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96bddd", endColorstr="#96bddd", GradientType=1);
}
.tan-lighttan-tan {
  background: #f2ecd5;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}
.breadcrumbs li {
  background: #cfecf8;
  border-radius: 5px;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  padding: 0px 12px;
  margin: 20px 5px 10px 5px;
}
.breadcrumbs li a {
  color: #0031a7;
  text-decoration: none;
}
.breadcrumbs li.active {
  background: #0031a7;
}
.breadcrumbs li.active a {
  color: #ffffff;
}
.posts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
.posts .post {
  padding: 0 30px;
  text-align: center;
  position: relative;
}
.posts .post .post-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  max-width: 360px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  height: 224px;
}
.posts .post .post-image.placeholder-image {
  background-color: #e7f5fb !important;
  background-image: url("../images/recipe_turkey-served.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 50%  !important;
}
.posts .post .category {
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  margin: 20px 0 10px 0;
}
.posts .post .category a {
  background: #e8dba6;
  border-radius: 10px;
  color: #986018;
  padding: 0 10px;
  display: block;
}
.posts .post .category:hover a {
  background: #243bff;
  color: #fcd405;
}
.posts .post .title {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}
.posts .post .title a {
  color: #0031a7;
}
.posts .post .title:hover {
  color: #cd8c00;
}
.posts .post .title:hover a {
  color: #cd8c00;
}
.posts .post .date {
  color: #cd8c00;
  font-weight: 700;
}
.posts .post .brand-logo {
  max-width: 60px;
  width: 100%;
}
.posts .post .item-flag {
  max-width: 50px;
  width: 100%;
  position: absolute;
  left: 10%;
  top: -3%;
}
.posts .post:hover .title {
  color: #cd8c00;
}
.posts .post:hover .title a {
  color: #cd8c00;
}
.posts.fullwidth {
  max-width: 100%;
}
.tabbed-content {
  padding-bottom: 80px;
}
.tabbed-content .wrapper .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabbed-content .wrapper .tabs .tabLink {
  background: #e7f5fb;
  cursor: pointer;
  color: #001391;
  font-weight: 900;
  font-size: 30px;
  padding: 20px 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 5px;
}
.tabbed-content .wrapper .tabs .tabLink:hover {
  background: #243bff;
  color: #fcd405;
}
.tabbed-content .wrapper .tabs .tabLink.active {
  background: #0031a7;
  color: #ffffff;
}
.tabbed-content .wrapper .tabcontent {
  border-radius: 10px;
  border: 1px solid #dedede;
  max-width: 1400px;
  padding-top: 40px;
}
.tabbed-content .wrapper .tabcontent .wrapper {
  animation: fadeEffect 0.5s;
  display: none;
  padding: 6px 12px;
  padding: 15px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tabbed-content .wrapper .tabcontent .wrapper .post {
  padding: 0 15px;
}
.tabbed-content .wrapper .tabcontent .cta-row {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.tabbed-content .wrapper .tabcontent .cta-row a {
  margin: 10px 10px;
}
.page-template-default .content {
  display: flex;
  flex-direction: column;
  width: 84%;
  position: relative;
  margin: 60px auto 60px auto;
}
.page-template-default .content a {
  color: #0031a7;
  text-decoration: underline;
  font-weight: 900;
}
.page-template-default .content h4 {
  font-size: 23px;
  color: #cd8c00;
  font-weight: 900;
  line-height: 30px;
}
.page-template-default .content li {
  line-height: 35px;
}
.action-icons {
  position: absolute;
  top: 0;
  right: -50px;
  width: 120px;
  z-index: 100;
}
.action-icons .container {
  width: 120px;
  position: fixed;
  display: flex;
  flex-direction: column;
}
.action-icons .container a {
  margin-bottom: 20px;
}
.action-icons .container a.action {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 30px;
  width: 30px;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.action-icons .container a.action#print:hover {
  background: url("/wp-content/themes/butterball2021/elements/images/icon_print_dark-blue.svg") !important;
}
.action-icons .container a.action#email:hover {
  background: url("/wp-content/themes/butterball2021/elements/images/icon_email_dark-blue.svg") !important;
}
.action-icons .container a.action#share:hover {
  background: url("/wp-content/themes/butterball2021/elements/images/icon_share_dark-blue.svg") !important;
}
.action-icons .container a.action img {
  height: 0px;
  width: 0px;
}
.modal {
  position: absolute;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  z-index: -9999;
}
.modal .modal-form,
.modal .modal-inner {
  background: #cfecf8;
  margin: 0 auto;
  border-radius: 10px;
  width: 80%;
  max-width: 900px;
  margin-top: 40px;
  opacity: 0;
  transition: all ease 1s;
  position: relative;
}
.modal .modal-form .header,
.modal .modal-inner .header {
  padding: 25px 20px;
  text-align: center;
}
.modal .modal-form .header h3,
.modal .modal-inner .header h3 {
  font-weight: 600;
}
.modal .modal-form .header h3 span,
.modal .modal-inner .header h3 span {
  display: block;
  font-weight: 900;
}
.modal .modal-form .close-modal,
.modal .modal-inner .close-modal {
  position: absolute;
  right: -50px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #013779;
  border-radius: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  top: 0px;
}
.modal .modal-form .icons,
.modal .modal-inner .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
.modal .modal-form .icons a,
.modal .modal-inner .icons a {
  background: #013779;
  border-radius: 60px;
  margin: 0 5px;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.modal .modal-form .icons a img,
.modal .modal-inner .icons a img {
  width: 50px;
  max-width: 50px;
}
.modal.open {
  opacity: 1;
  z-index: 10000;
}
.modal.open .modal-form {
  opacity: 1;
}
.modal#product-questions-modal .modal-form {
  max-width: 500px;
}
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 30px 0;
}
.pagination .page-numbers {
  background: #cfecf8;
  margin: 6px 4px;
  border-radius: 30px;
  color: #001391;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagination .page-numbers.dots {
  pointer-events: none;
}
.pagination .page-numbers:hover {
  background: #243bff !important;
  color: #fcd405 !important;
}
.pagination .page-numbers.current {
  color: #fcd405;
  background: #cd8c00;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  font-size: 26px;
}
.pagination .page-numbers.next {
  background-image: url("../images/arrow-down_blue.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  transform: rotate(-90deg);
}
.pagination .page-numbers.next:hover {
  background-image: url("../images/arrow-down_yellow.svg") !important;
  background-size: 10px 10px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.pagination .page-numbers.prev {
  background-image: url("/wp-content/themes/butterball2021/elements/images/arrow-down_blue.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
}
.pagination .page-numbers.prev:hover {
  background-image: url("../images/arrow-down_yellow.svg") !important;
  background-size: 10px 10px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -ms-transform: rotate(-270deg);
  /* IE 9 */
  transform: rotate(-270deg);
}
.error404 .fourohfour {
  padding: 50px 0 0px 0;
}
.error404 .fourohfour .wrapper {
  background: #e7f5fb;
  border-radius: 20px;
}
.error404 .fourohfour .wrapper .content {
  padding: 75px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.error404 .fourohfour .wrapper .content img {
  width: 100%;
  max-width: 150px;
  padding-bottom: 20px;
}
.error404 .fourohfour .wrapper .content p {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  color: #cd8c00;
}
.error404 .fourohfour .wrapper .content h2 {
  font-size: 36px;
  text-align: center;
}
.error404 .fourohfour .wrapper .content .search-form-group {
  border-top: none;
  left: -1px;
  background: #ffffff;
  width: 100%;
  max-width: 1200px;
  height: 53px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 10;
  position: relative;
  margin: 50px auto 0 auto;
}
.error404 .fourohfour .wrapper .content .search-form-group form {
  padding: 30px 0 30px 0;
}
.error404 .fourohfour .wrapper .content .search-form-group #search-btn {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  z-index: 2;
  background-image: url("../images/magnifier_butterball-yellow-gold-medium.svg");
  right: auto;
  left: 0px;
  top: 1px;
  width: 53px;
  height: 52px;
  position: absolute;
}
.error404 .fourohfour .wrapper .content .search-form-group #search-btn:hover {
  background-image: url("../images/magnifier_butterball-blue.svg");
}
.error404 .fourohfour .wrapper .content .search-form-group #search-btn.loading {
  background-image: url("../images/preloader_60_butterball-yellow-gold-medium.gif");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.error404 .fourohfour .wrapper .content .search-form-group input#s {
  background: none;
  width: calc(100% - 55px - 40px);
  height: 53px;
  position: absolute;
  left: 50px;
  top: 0px;
  border: 0px;
  color: #cd8c00;
  font-weight: 700;
  font-size: 21px;
  line-height: 53px;
  z-index: 2;
  text-indent: 2px;
}
.error404 .fourohfour .wrapper .content .search-form-group input#s::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cd8c00;
  opacity: 1;
  /* Firefox */
}
.error404 .fourohfour .wrapper .content .search-form-group input#s:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cd8c00;
}
.error404 .fourohfour .wrapper .content .search-form-group input#s::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cd8c00;
}
.grecaptcha-badge {
  display: none;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #f2ecd5 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme a {
  color: #0031a7 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-content {
  display: flex;
  flex-direction: column;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding-left: 0 !important;
  padding-top: 20px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
  font-weight: 900 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.change-settings-button {
  background-color: #0031a7 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.change-settings-button:hover {
  background-color: #fff !important;
  color: #0031a7 !important;
}
@media (max-width: 992px) {
  .tabbed-content .wrapper .tabcontent .col-25 {
    max-width: 50%;
  }
  .tabbed-content .wrapper .tabcontent .col-25 .post {
    margin-bottom: 30px;
  }
  .col-33 {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  div[class^="col-"],
  div[class*=" col-"] {
    width: 100% ;
    max-width: 100%;
  }
  .action-icons {
    top: -44px;
    right: 0;
    left: 0;
    width: 100%;
  }
  .action-icons .container {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
  }
  .action-icons .container a.action {
    margin-right: 25px;
  }
}
@media (max-width: 640px) {
  .tabbed-content .wrapper .tabcontent .col-25 {
    max-width: 100%;
  }
  .tabbed-content .wrapper .tabcontent .col-25 .post {
    margin-bottom: 30px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body {
  padding-top: 145px;
}
body #navigation-overlay {
  padding-top: 100px;
}
body.site-alert #navigation-overlay {
  padding-top: 140px;
}
#navigation {
  background: #ffffff;
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #dedede;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #site-alert {
  background: #0031a7;
  width: calc(100% - 20px - 40px);
  max-width: 1200px;
  height: 40px;
  margin: -40px 10px 0px 10px;
  padding: 0px 20px 0px 20px;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
#navigation #site-alert a {
  margin-top: 10px;
  font-weight: 800;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: underline;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  letter-spacing: 0.025em;
}
#navigation #site-alert a:hover {
  color: #fcd405;
}
#navigation #site-alert #site-alert-close {
  width: 40px;
  height: 40px;
  font-weight: 300;
  font-size: 21px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #site-alert #site-alert-close:hover {
  color: #cc0000;
}
#navigation.site-alert {
  height: 140px;
}
#navigation.site-alert #site-alert {
  margin-top: 0px;
}
#navigation.site-alert #main-menu ul#site-navigation li.haschildren .submenu {
  top: 140px;
}
#navigation #main-menu {
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
#navigation #main-menu #butterball-logo {
  width: 250px;
  height: 76px;
  position: relative;
  left: 0px;
  top: 12px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
  opacity: 1;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu #butterball-logo img {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  object-fit: contain;
}
#navigation #main-menu ul#site-navigation {
  width: auto;
  height: 90px;
  margin: 10px 0px 0px 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 0;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
#navigation #main-menu ul#site-navigation.hide {
  opacity: 0;
  pointer-events: none;
}
#navigation #main-menu ul#site-navigation > .submenu {
  display: none;
}
#navigation #main-menu ul#site-navigation > li {
  background: #ffffff;
  height: 100%;
  float: left;
  position: relative;
  padding: 0px 12px 0px 12px;
  margin: 0px 20px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
#navigation #main-menu ul#site-navigation > li:last-of-type {
  margin-right: 0px;
}
#navigation #main-menu ul#site-navigation > li.mobile-only {
  display: none;
}
#navigation #main-menu ul#site-navigation > li > a {
  position: relative;
  margin: -10px 0px 0px 0px;
  display: block;
  text-decoration: none;
  color: #0031a7;
  font-size: 17px;
  line-height: 18px;
  font-weight: 800;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu ul#site-navigation > li.haschildren > a::after {
  content: "";
  background-image: url("../images/arrow-down_yellow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  bottom: 0px;
  margin-left: -3px;
  opacity: 0;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu {
  background: #ffffff;
  width: 100%;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  position: fixed;
  left: 0px;
  top: 100px;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #dedede;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu::-webkit-scrollbar {
  background: #e7f5fb;
  width: 7px;
  height: calc(100% - 20px);
  border-radius: 10px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu::-webkit-scrollbar-track {
  background: #e7f5fb;
  border: 0px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu::-webkit-scrollbar-thumb {
  background: #cd8c00;
  border-radius: 10px;
  border: 0px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories {
  width: calc(100% - 40px);
  max-width: 1420px;
  float: left;
  position: relative;
  clear: both;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories.products {
  max-width: 1060px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories.recipes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li {
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  width: 20%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  border-radius: 10px;
  display: block;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li .category-image {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  display: block;
  z-index: 0;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li .text-container {
  width: 92%;
  height: 74%;
  position: absolute;
  margin: 4% 0px 0px 4%;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 7px;
  overflow: hidden;
  z-index: 1;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li .text-container a {
  width: calc(100% - 20px - 15px);
  margin: 20px 0px 0px 20px;
  position: relative;
  font-weight: 900;
  color: #ffffff;
  font-size: 1.8vw;
  line-height: 1.8vw;
  text-shadow: 0px 0px 40px #001125, 0px 0px 55px rgba(0, 17, 37, 0.5);
  z-index: 0;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li .text-container a::after {
  content: "";
  background: #cd8c00;
  width: 60px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  bottom: -15px;
  z-index: 1;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li:hover .text-container a::after {
  background: #fcd405;
  width: 100px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li.product {
  width: 25%;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li.recipe.trend {
  flex: 1;
  background-size: 130px;
  background-position: right 20px bottom 20px;
  background-repeat: no-repeat;
  background-color: #f2ecd5;
  min-height: 250px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li.recipe.trend .text-container a {
  width: calc(100% - 30px - 15px);
  font-size: 2.2vw;
  line-height: 2.2vw;
  text-shadow: none;
  color: #0031a7;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li.recipe.trend .text-container a::after {
  width: 80px;
  height: 6px;
  bottom: -16px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li.recipe.trend:hover .text-container a::after {
  width: 120px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children {
  width: calc(100% - 40px);
  max-width: 1400px;
  float: left;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li {
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 10px;
  display: block;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li:not(.callout) > a {
  width: calc(100% - 30px - 15px);
  margin: 30px 0px 0px 30px;
  float: left;
  position: relative;
  font-weight: 900;
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  z-index: 0;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li:not(.callout) > a::after {
  content: "";
  background: #cd8c00;
  width: 60px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  bottom: -15px;
  z-index: 1;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li:hover > a::after {
  background-color: #fcd405 !important;
  width: 120px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource {
  background-color: #f2ecd5;
  background-size: 37%;
  background-repeat: no-repeat;
  background-position: right 30px bottom 20px;
  width: calc(25% - 15px);
  height: 220px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource a {
  font-size: 2vw;
  line-height: 2vw;
  color: #0031a7;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.tips {
  background-color: #f2ecd5;
  background-image: url("../images/lightbulb_white-tan.svg");
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.trends {
  background-color: #f2ecd5;
  background-image: url("../images/flame_white-tan.svg");
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.infographics {
  background-color: #f2ecd5;
  background-image: url("../images/paintbrush_white-tan.svg");
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.k-12 {
  background-color: #f2ecd5;
  background-image: url("../images/video-icon-alt.svg");
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout {
  width: calc(50% - 10px);
  height: auto;
  min-height: 130px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout p {
  margin: 0px 20px 0px 20px;
  color: #ffffff;
  font-size: 1.8vw;
  line-height: 1.8vw;
  font-weight: 900;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout p em {
  color: #fcd405;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout a.cta {
  background-color: #fcd405;
  height: 40px;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 30px;
  color: #0031a7;
  font-size: 17px;
  line-height: 40px;
  border-radius: 50px;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout a.cta:hover {
  background-color: #243bff;
  color: #fcd405;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout.email {
  background: #0031a7;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout.email .icon {
  background: url("../images/turkey-email-oval.svg") center center no-repeat;
  background-size: contain;
  width: 75px;
  height: 50px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout.broker {
  background: #001391;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout.broker .icon {
  background: url("../images/briefcase.svg") center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 50px;
  margin: -10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout.broker form {
  float: left;
  position: relative;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout.broker form input.zip {
  background: #ffffff;
  width: 110px;
  height: 50px;
  float: left;
  position: relative;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #333333;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout.broker form input.submit {
  background-image: url("../images/pin_blue.svg");
  background-color: #fcd405;
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 23px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -99999px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout.broker form input.submit:hover {
  background-color: #243bff;
  background-image: url("../images/pin_yellow.svg");
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children.about-us {
  justify-content: center;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children.about-us li {
  width: calc(33.333% - 27px);
  height: 290px;
  margin: 0 10px 20px 10px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children.about-us li.the-turkey-experts {
  background-color: #001391;
  background-image: url("../images/turkey-experts-farmers.png");
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children.about-us li.the-turkey-experts a {
  color: #ffffff;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children.about-us li.our-responsibility {
  background-color: #cd8c00;
  background-image: url("../images/our-responsibility-girl-fence.png");
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children.about-us li.our-responsibility a {
  color: #ffffff;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children.about-us li.our-responsibility a::after {
  background-color: #9a7d40;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children.about-us li.stance-on-antibiotics {
  background-color: #243bff;
  background-image: url("../images/stance-on-antibiotics-turkey-toms.png");
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children.about-us li.stance-on-antibiotics a {
  color: #ffffff;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children.about-us li.stance-on-antibiotics a::after {
  background-color: #cd8c00;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar {
  background: #f2ecd5;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.brands {
  padding: 30px 0px 30px 0px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us {
  padding: 30px 0px 30px 0px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about {
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li {
  float: left;
  position: relative;
  margin: 0px 0px 0px 50px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li:last-of-type {
  margin-right: 0px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li > a {
  font-size: 21px;
  line-height: 21px;
  color: #001391;
  font-weight: 900;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li > a:hover {
  color: #cd8c00;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li.cta {
  margin-left: 0px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li.cta a {
  background-color: #fcd405;
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 40px 0px 40px;
  display: block;
  color: #0031a7;
  font-size: 21px;
  line-height: 50px;
  border-radius: 50px;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li.cta a:hover {
  background-color: #243bff;
  color: #fcd405;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar ul.brands {
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar ul.brands li {
  width: 140px;
  height: 84px;
  float: left;
  position: relative;
  margin: 0px 140px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar ul.brands li:last-of-type {
  margin-right: 0px;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar ul.brands li a {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  color: #013779;
}
#navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar ul.brands li a img {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#navigation #main-menu ul#site-navigation > li:hover.haschildren {
  background: #0031a7;
}
#navigation #main-menu ul#site-navigation > li:hover.haschildren > a {
  color: #ffffff;
}
#navigation #main-menu ul#site-navigation > li:hover.haschildren > a::after {
  bottom: -15px;
  opacity: 1;
}
#navigation #main-menu ul#site-navigation > li:hover.haschildren .submenu {
  display: flex;
}
#navigation #main-menu ul#site-navigation > li:hover.nochildren > a {
  color: #cd8c00;
}
#navigation #main-menu #search {
  background: #ffffff;
  width: 53px;
  height: 53px;
  position: absolute;
  right: 0px;
  top: 22px;
  border-radius: 100px;
  z-index: 10;
  border: 1px solid #ffffff;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu #search .site-search-form-group {
  background: #ffffff;
  width: 100%;
  height: 53px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 10;
}
#navigation #main-menu #search.open .site-search-form-group {
  border: 1px solid #dedede;
  border-top: none;
  left: -1px;
}
#navigation #main-menu #search #search-btn {
  background-color: #f2ecd5;
  background-image: url("../images/magnifier_butterball-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  z-index: 2;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  right: -1px;
  top: -1px;
}
#navigation #main-menu #search #search-btn:hover {
  background-color: #243bff;
  background-image: url("../images/magnifier_yellow.svg");
}
#navigation #main-menu #search input#s {
  background: none;
  width: calc(100% - 55px - 40px);
  height: 53px;
  position: absolute;
  left: 50px;
  top: 0px;
  border: 0px;
  color: #cd8c00;
  font-weight: 700;
  font-size: 21px;
  line-height: 53px;
  z-index: 2;
}
#navigation #main-menu #search input#s::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cd8c00;
  opacity: 1;
  /* Firefox */
}
#navigation #main-menu #search input#s:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cd8c00;
}
#navigation #main-menu #search input#s::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cd8c00;
}
#navigation #main-menu #search #search-close {
  width: 40px;
  height: 53px;
  z-index: 0;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: left;
  line-height: 47px;
  color: #dedede;
  font-weight: 300;
  font-size: 42px;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu #search #search-close:hover {
  color: #cc0000;
}
#navigation #main-menu #search #mmc-search-suggestions {
  background: #f2ecd5;
  width: 100%;
  padding-top: 53px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 30px;
  z-index: -1;
  display: none;
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions {
  width: calc(100% - 60px);
  float: left;
  position: relative;
  margin: 10px 30px 10px 30px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e8dba6;
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li a {
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li a.cat {
  background: #e8dba6;
  height: 30px;
  margin: 0px 20px 0px 0px;
  padding: 0px 10px 0px 10px;
  font-weight: 800;
  font-size: 15px;
  line-height: 30px;
  color: #986018;
  border-radius: 5px;
  word-break: normal;
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li a.cat:hover {
  background-color: #243bff;
  color: #fcd405;
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li a.title {
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  color: #0031a7;
  text-decoration: none;
  text-transform: capitalize;
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li a.title:hover {
  font-weight: 900;
  color: #cd8c00;
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li a.viewall {
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
  color: #0031a7;
  position: relative;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-left: 10px;
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li a.viewall::after {
  content: "";
  background-image: url("../images/arrow-right_butterball-blue-dark.svg");
  bacvkground-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 7px;
  height: 7px;
  position: absolute;
  right: -12px;
  top: 3px;
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li a.viewall:hover {
  color: #cd8c00;
  font-weight: 900;
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li a.viewall:hover::after {
  background-image: url("../images/arrow-right_butterball-yellow-gold-medium.svg");
}
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li:last-of-type {
  border-bottom: 0px;
}
#navigation #main-menu #search.open {
  width: calc(100% - 180px);
  border: 1px solid #dedede;
}
#navigation #main-menu #search.open #search-btn {
  background-color: #ffffff;
  background-image: url("../images/magnifier_butterball-yellow-gold-medium.svg");
  right: auto;
  left: 0px;
  top: 1px;
  width: 53px;
  height: 52px;
}
#navigation #main-menu #search.open #search-btn:hover {
  background-image: url("../images/magnifier_butterball-blue.svg");
}
#navigation #main-menu #search.open #search-btn.loading {
  background-image: url("../images/preloader_60_butterball-yellow-gold-medium.gif") !important;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
#navigation #main-menu #menu_btn {
  display: none;
}
.sub-nav {
  position: fixed;
  width: 100%;
  background-color: #0131A7;
  height: 50px;
  z-index: 500;
  top: 100px;
}
.sub-nav #sub-nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  gap: 40px;
  padding: 0 20px;
  height: 100%;
}
.sub-nav #sub-nav li {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-nav #sub-nav li a {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 800;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 17px;
}
.sub-nav #sub-nav li a:hover {
  color: #cd8c00;
}
@media (max-width: 1150px) {
  .sub-nav {
    z-index: 6000;
    top: 90px;
  }
}
@media (max-width: 500px) {
  .sub-nav #sub-nav {
    gap: 15px;
  }
  .sub-nav #sub-nav li a {
    font-size: 14px;
    font-weight: 600;
  }
}
#navigation-overlay {
  background: rgba(0, 49, 167, 0.95);
  width: 100%;
  height: 100vh;
  z-index: 900;
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  overflow-y: auto;
}
#navigation-overlay::-webkit-scrollbar {
  background: #e7f5fb;
  width: 7px;
  height: calc(100% - 20px);
  border-radius: 10px;
}
#navigation-overlay::-webkit-scrollbar-track {
  background: #e7f5fb;
  border: 0px;
}
#navigation-overlay::-webkit-scrollbar-thumb {
  background: #cd8c00;
  border-radius: 10px;
  border: 0px;
}
#navigation-overlay #search-recommendations {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 60px 0px;
  padding: 0px 0px 0px 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: none;
}
#navigation-overlay #search-recommendations ul.mmc-search-recommendations {
  width: calc(100% - 80px);
  max-width: 960px;
  float: left;
  position: relative;
  margin: 40px 40px 0px 40px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#navigation-overlay #search-recommendations ul.mmc-search-recommendations h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 17px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 27px;
  line-height: 27px;
  font-weight: 900;
}
#navigation-overlay #search-recommendations ul.mmc-search-recommendations li {
  background: url("../images/arrow-right_butterball-yellow-gold-medium.svg") center right no-repeat;
  background-size: 7px;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #0031a7;
}
#navigation-overlay #search-recommendations ul.mmc-search-recommendations li:hover {
  background-image: url("../images/arrow-right_yellow.svg");
}
#navigation-overlay #search-recommendations ul.mmc-search-recommendations li a {
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation-overlay #search-recommendations ul.mmc-search-recommendations li a.cat {
  background: #e8dba6;
  height: 30px;
  margin: 0px 20px 0px 0px;
  padding: 0px 10px 0px 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  color: #986018;
  border-radius: 5px;
}
#navigation-overlay #search-recommendations ul.mmc-search-recommendations li a.cat:hover {
  background-color: #243bff;
  color: #fcd405;
}
#navigation-overlay #search-recommendations ul.mmc-search-recommendations li a.title {
  padding: 0px 20px 0px 0px;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
}
#navigation-overlay #search-recommendations ul.mmc-search-recommendations li a.title:hover {
  font-weight: 900;
}
#navigation-overlay #search-recommendations ul.mmc-search-recommendations li:last-of-type {
  border-bottom: 0px;
}
/* responsive */
@media screen and (min-width: 1920px) {
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li .text-container a {
    font-size: 32px;
    line-height: 32px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li:not(.callout) > a,
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource a,
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.categories li.recipe.trend .text-container a {
    font-size: 36px;
    line-height: 36px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout p {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1420px) {
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource.callout {
    min-height: auto;
    padding: 30px 0px 30px 0px;
  }
}
@media screen and (max-width: 1220px) {
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children.about-us li {
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 220px;
  }
}
@media screen and (max-width: 1120px) {
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu ul.children li.resource {
    height: 180px;
  }
}
@media screen and (max-width: 1150px) {
  body {
    padding-top: 140px;
  }
  body #navigation-overlay {
    padding-top: 90px;
  }
  body.site-alert #navigation {
    height: 90px;
  }
  body.site-alert #navigation-overlay {
    padding-top: 130px;
  }
  #navigation {
    transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #navigation #main-menu {
    height: 90px;
  }
  #navigation #main-menu #butterball-logo {
    position: absolute;
    width: 200px;
    left: 0px;
    top: 8px;
  }
  #navigation #main-menu ul#site-navigation {
    width: calc(100% + 40px);
    height: calc(100vh - 130px);
    margin: 0px -20px 0px -20px;
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
  }
  #navigation #main-menu ul#site-navigation > li {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0px 0px 0px 0px;
    display: block;
    border-top: 1px solid #dedede;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  #navigation #main-menu ul#site-navigation > li > a {
    width: calc(100% - 60px - 40px);
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 30px;
  }
  #navigation #main-menu ul#site-navigation > li.mobile-only {
    display: block;
  }
  #navigation #main-menu ul#site-navigation > li.mobile-only.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top: 20px;
  }
  #navigation #main-menu ul#site-navigation > li.mobile-only.contact .cta {
    width: auto;
    padding: 12px 30px;
  }
  #navigation #main-menu ul#site-navigation > li.mobile-only.contact a:not(.cta) {
    background-color: #0031a7;
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
  }
  #navigation #main-menu ul#site-navigation > li.mobile-only.contact a:not(.cta).fb {
    background-image: url("../images/social-icon_facebook.svg");
  }
  #navigation #main-menu ul#site-navigation > li.mobile-only.contact a:not(.cta).yt {
    background-image: url("../images/social-icon_youtube.svg");
  }
  #navigation #main-menu ul#site-navigation > li.mobile-only.contact a:not(.cta).li {
    background-image: url("../images/social-icon_linked-in.svg");
  }
  #navigation #main-menu ul#site-navigation > li.mobile-only.cta a {
    background: #fcd405;
    width: auto;
    height: 50px;
    float: left;
    position: relative;
    margin: 30px 0px 20px 20px;
    padding: 0px 30px 0px 30px;
    font-size: 21px;
    line-height: 50px;
    border-radius: 50px;
  }
  #navigation #main-menu ul#site-navigation > li.mobile-only.social {
    width: calc(100% - 50px);
    border-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 20px 20px 30px;
  }
  #navigation #main-menu ul#site-navigation > li.mobile-only.social p {
    color: #cd8c00;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    margin-right: 10px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren:hover {
    background: none;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren:hover > a {
    color: #0031a7;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren:hover .submenu {
    display: block !important;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren::after {
    content: "";
    background-image: url("../images/arrow-right_tan.svg");
    background-size: contain;
    width: 10px;
    height: 10px;
    left: auto;
    right: 30px;
    top: 33px;
    transform: rotate(90deg);
    position: absolute;
    transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #navigation #main-menu ul#site-navigation > li.haschildren > a::after {
    display: none;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu {
    height: auto;
    max-height: 0px;
    overflow: hidden;
    border-bottom: 0px;
    border-top: 0px;
    display: block !important;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0054a4+0,cfecf8+85 */
    background: #e7f5fb;
    height: auto;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open > a {
    color: #0031a7;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open::after {
    background-image: url("../images/arrow-right_yellow.svg");
    transform: rotate(270deg);
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu {
    background: none;
    max-height: 3000px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    left: auto;
    top: auto;
    pointer-events: all;
    transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.categories {
    width: calc(100% - 20px);
    margin: -10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.categories.recipes .category.trend {
    background-size: 25%;
    flex: 1 48%;
    min-height: 180px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.categories li.category {
    width: 33.333%;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.categories li.category .text-container a {
    font-size: 3vw;
    line-height: 3vw;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children {
    width: calc(100% - 40px);
    margin: -10px 20px 10px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource {
    background-size: 30%;
    width: calc(50% - 10px);
    margin: 10px 0px 10px 0px;
    border-radius: 10px !important;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource a {
    font-size: 3vw;
    line-height: 3vw;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource.callout {
    width: 100%;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource.callout p {
    font-size: 21px;
    line-height: 21px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource.callout a.cta {
    font-size: 18px !important;
    line-height: 50px !important;
    height: 50px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.about-us {
    margin: 0px 0px 0px 20px;
    flex-direction: column;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.about-us li {
    width: 100%;
    height: 200px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu .subbar {
    background: none;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu .subbar.brands {
    margin-top: 0px;
    padding: 0px 0px 20px 0px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu .subbar ul.brands {
    width: calc(100% - 40px);
    margin: 0px 20px 0px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu .subbar ul.brands li {
    margin: 20px 20px 20px 20px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu .subbar.about-us {
    margin: 0px 0px 20px 0px;
    padding-top: 0px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu .subbar.about-us ul.about {
    width: 100%;
    margin: -10px 0px 0px 40px;
    padding: 0px 0px 0px 0px;
    display: block;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu .subbar.about-us ul.about li.cta {
    display: none;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu .subbar.about-us ul.about li {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu .subbar.about-us ul.about li a {
    margin-left: 20px;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff !important;
  }
  #navigation #main-menu #menu_btn {
    width: 40px;
    height: 50px;
    position: absolute;
    display: block;
    transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
    right: 0px;
    top: 20px;
    transform: rotate(0deg);
    cursor: pointer;
  }
  #navigation #main-menu #menu_btn span {
    background: #0031a7;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    border-radius: 20px;
  }
  #navigation #main-menu #menu_btn span:nth-child(1) {
    top: 16px;
    transform-origin: center center;
  }
  #navigation #main-menu #menu_btn span:nth-child(2) {
    top: 23px;
    transform-origin: center center;
  }
  #navigation #main-menu #menu_btn span:nth-child(3) {
    top: 30px;
    transform-origin: center center;
    width: 75%;
  }
  #navigation #main-menu #menu_btn:hover span {
    background: #cd8c00;
  }
  #navigation #main-menu #search {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 49px;
    top: 19px;
    border: 1px solid #ffffff;
  }
  #navigation #main-menu #search #search-btn {
    background-size: 26px;
    z-index: 2;
    width: 50px;
    height: 50px;
    right: 0px;
    top: 0px;
  }
  #navigation.mobile-open {
    height: 100vh !important;
  }
  #navigation.mobile-open #main-menu #menu_btn span {
    background: #cd8c00;
  }
  #navigation.mobile-open #main-menu #menu_btn span:nth-child(1) {
    top: 24px;
    transform: rotate(45deg);
  }
  #navigation.mobile-open #main-menu #menu_btn span:nth-child(2) {
    opacity: 0;
  }
  #navigation.mobile-open #main-menu #menu_btn span:nth-child(3) {
    top: 24px;
    transform: rotate(-45deg);
    width: 100%;
  }
  #navigation.mobile-open #main-menu ul#site-navigation {
    opacity: 1;
    margin-top: 140px;
    pointer-events: all;
  }
  #navigation #main-menu #search.open #search-btn:hover {
    background-image: url("../images/magnifier_tan.svg");
  }
  #navigation-overlay {
    overflow-y: auto;
  }
  #navigation-overlay #search-recommendations ul.mmc-search-recommendations {
    margin: 40px 20px 40px 20px;
  }
}
@media screen and (max-width: 760px) {
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource {
    background-size: 40%;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource a {
    font-size: 21px;
    line-height: 21px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.categories.recipes .category.trend {
    background-size: 90px;
  }
}
@media screen and (max-width: 680px) {
  #navigation #main-menu #butterball-logo.search {
    opacity: 0;
  }
  #navigation #main-menu #search.open {
    width: calc(100% - 50px);
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.categories {
    justify-content: flex-start;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.categories li.category {
    width: 50%;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.categories li.category .text-container a {
    font-size: 21px;
    line-height: 21px;
  }
  #navigation-overlay {
    overflow-y: auto;
  }
  #navigation-overlay #search-recommendations ul.mmc-search-recommendations {
    width: calc(100% - 40px);
    margin: 40px 20px 40px 20px;
  }
  #navigation-overlay #search-recommendations ul.mmc-search-recommendations h3 {
    font-size: 24px;
    line-height: 24px;
  }
  #navigation-overlay #search-recommendations ul.mmc-search-recommendations li {
    padding: 20px 0px 20px 0px;
  }
  #navigation-overlay #search-recommendations ul.mmc-search-recommendations li a.cat {
    height: 20px;
    margin: 0px 20px 0px 0px;
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
  }
  #navigation-overlay #search-recommendations ul.mmc-search-recommendations li a.title {
    font-size: 18px;
    line-height: 18px;
  }
  #navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li a.cat {
    font-size: 13px !important;
    font-weight: 900;
  }
}
@media screen and (max-width: 560px) {
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource.callout {
    flex-direction: column;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource.callout .icon {
    margin: 0px 0px 10px 0px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource.callout p {
    margin: 0px 0px 10px 0px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource.callout a.cta {
    margin: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 500px) {
  #navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions {
    width: calc(100% - 40px);
    margin: 10px 20px 10px 20px;
  }
  #navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li.suggestion {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0px 10px 0px;
  }
  #navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li.suggestion a.title {
    margin-top: 5px;
    line-height: 21px;
    font-size: 15px;
  }
  #navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li.suggestion a.cat {
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    padding: 0px 5px 0px 5px;
  }
}
@media screen and (max-width: 460px) {
  #navigation #main-menu #butterball-logo {
    width: 200px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.categories li.category {
    width: 100%;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.categories li.category .text-container a {
    font-size: 21px;
    line-height: 21px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource {
    background-size: 90px;
    width: 100%;
    height: 140px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren.open .submenu ul.children.resources li.resource a {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (max-height: 820px) {
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.brands {
    padding: 20px 0px 20px 0px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us {
    padding: 20px 0px 20px 0px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li {
    margin: 0px 0px 0px 30px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li:last-of-type {
    margin-right: 0px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li > a {
    font-size: 18px;
    line-height: 18px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li.cta {
    margin-left: 0px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar.about-us ul.about li.cta a {
    height: 40px;
    padding: 0px 30px 0px30px;
    font-size: 18px;
    line-height: 40px;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar ul.brands {
    height: auto;
  }
  #navigation #main-menu ul#site-navigation > li.haschildren .submenu .subbar ul.brands li {
    width: 117px;
    height: 70px;
    margin: 0px 80px 0px 0px;
  }
}
.Home .resources-callout .wrapper .posts .post .category {
  padding: 10px 10px 10px 10px;
}
.Home .home_featured_cards img {
  border-radius: 20px;
}
.Home .home_hero,
.About .home_hero,
.page-template-page-about-us-sub-page .home_hero {
  padding: 140px 0 160px 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
}
.Home .home_hero .wrapper,
.About .home_hero .wrapper,
.page-template-page-about-us-sub-page .home_hero .wrapper {
  padding: 0;
  width: 100%;
  margin: 0;
}
.Home .home_hero .content,
.About .home_hero .content,
.page-template-page-about-us-sub-page .home_hero .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  left: 3vw;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 27vw;
}
.Home .home_hero .content h1,
.About .home_hero .content h1,
.page-template-page-about-us-sub-page .home_hero .content h1 {
  font-size: 4vw;
  padding-bottom: 20px;
}
.Home .home_hero .content h1 img,
.About .home_hero .content h1 img,
.page-template-page-about-us-sub-page .home_hero .content h1 img {
  max-width: 20vw;
  display: inline-block;
}
.Home .home_hero .content p,
.About .home_hero .content p,
.page-template-page-about-us-sub-page .home_hero .content p {
  padding-bottom: 20px;
}
@media (min-width: 1921px) {
  .Home .home_hero .content,
  .About .home_hero .content,
  .page-template-page-about-us-sub-page .home_hero .content {
    left: 20vw;
  }
}
.Home .home_featured_cards,
.About .home_featured_cards,
.page-template-page-about-us-sub-page .home_featured_cards {
  padding: 5px 20px 65px 20px;
}
.Home .large-size-callout,
.About .large-size-callout,
.page-template-page-about-us-sub-page .large-size-callout {
  margin-bottom: -170px;
}
.Home .home_resources_callout,
.About .home_resources_callout,
.page-template-page-about-us-sub-page .home_resources_callout {
  padding: 0px 0 80px 0;
}
@media (max-width: 960px) {
  .Home .home_hero,
  .About .home_hero,
  .page-template-page-about-us-sub-page .home_hero {
    padding: 40px 20px 70vw 20px;
    background-position: bottom;
  }
  .Home .home_hero .content,
  .About .home_hero .content,
  .page-template-page-about-us-sub-page .home_hero .content {
    width: auto;
    max-width: 100%;
    background-color: transparent;
    left: 0px;
  }
  .Home .home_hero .content h1,
  .About .home_hero .content h1,
  .page-template-page-about-us-sub-page .home_hero .content h1 {
    font-size: 46px;
  }
  .Home .home_hero .content h1 img,
  .About .home_hero .content h1 img,
  .page-template-page-about-us-sub-page .home_hero .content h1 img {
    max-width: 280px;
  }
}
@media (max-width: 860px) {
  .Home .large-size-callout,
  .About .large-size-callout,
  .page-template-page-about-us-sub-page .large-size-callout {
    margin-bottom: 0;
  }
  .Home .home_featured_cards,
  .About .home_featured_cards,
  .page-template-page-about-us-sub-page .home_featured_cards {
    padding: 30px 20px 65px 20px;
  }
  .Home .home_featured_cards .wrapper,
  .About .home_featured_cards .wrapper,
  .page-template-page-about-us-sub-page .home_featured_cards .wrapper {
    padding: 0;
  }
}
@media (min-width: 961px) {
  .Home .home_hero .content {
    max-width: 30vw;
  }
}
.Home .home_hero {
  padding: 0;
  width: 100%;
  display: block;
  cursor: initial;
  position: relative;
}
.Home .home_hero .slick-track {
  display: flex;
}
.Home .home_hero .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.Home .home_hero .slide {
  width: 100%;
  overflow: hidden;
  height: calc(75vh - 135px);
}
.Home .home_hero .slide .slick-track {
  display: flex !important;
}
.Home .home_hero .slide .slick-slide {
  height: inherit !important;
}
.Home .home_hero .slide.slick-active .wrapper .content {
  opacity: 1;
}
.Home .home_hero .slide.slick-active .wrapper .image {
  right: 0;
  opacity: 1;
}
.Home .home_hero .slide.Blue {
  background: linear-gradient(270deg, rgba(166, 222, 240, 0.5) 0%, rgba(225, 244, 250, 0.7) 48.5%, rgba(166, 222, 240, 0.5) 100%);
}
.Home .home_hero .slide.Gold {
  background: linear-gradient(90deg, #FDEEBE 0%, #FDEEBE 15%, #FDF4D2 30%, #FDF4D2 50%, #FDF4D2 70%, #FDEEBE 85%, #FDEEBE 100%);
}
.Home .home_hero .slide .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 100% !important;
}
.Home .home_hero .slide .wrapper .content {
  left: 0;
  max-width: none;
  gap: 20px;
  background: none;
  padding: 20px 0 20px 10vw;
  flex: 0 50%;
  opacity: 0;
  transition: all 1.5s ease;
}
.Home .home_hero .slide .wrapper .content h2 {
  font-size: 70px;
  text-align: left;
  line-height: 105%;
  color: #0031a7;
  max-width: 85%;
}
.Home .home_hero .slide .wrapper .content h2 .accent-image {
  width: 140px;
  height: calc(140px * 183 / 401);
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  position: relative;
  top: -5px;
}
.Home .home_hero .slide .wrapper .content h2 .accent-image.large {
  width: 100%;
  max-width: 690px;
}
@media screen and (max-width: 1000px) {
  .Home .home_hero .slide .wrapper .content h2 .accent-image.large {
    max-width: 530px;
  }
}
@media screen and (max-width: 400px) {
  .Home .home_hero .slide .wrapper .content h2 .accent-image.large {
    width: 280px;
  }
}
.Home .home_hero .slide .wrapper .content p {
  font-size: 22px;
  text-align: left;
  line-height: 165%;
  padding: 0;
  max-width: 80%;
}
.Home .home_hero .slide .wrapper .image {
  flex: 1 50%;
  position: relative;
  right: -200px;
  transition: all 1s ease;
  opacity: 0;
  padding-bottom: 60px;
}
.Home .home_hero .slide .wrapper .image figure {
  max-width: 620px;
}
.Home .home_hero .slide .wrapper .image img {
  width: 100%;
}
.Home .home_hero .slide .wrapper .image figcaption {
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  position: relative;
  margin: -15px auto 0 auto;
  text-align: left;
}
.Home .home_hero .slick-dots {
  position: absolute;
  display: flex;
  bottom: 0;
  gap: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.Home .home_hero .slick-dots li .slick-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #0031a7;
}
.Home .home_hero .slick-dots li.slick-active .slick-dot {
  background: #0031a7;
}
@media screen and (max-width: 1200px) {
  .Home .home_hero .slide .wrapper .content h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1000px) {
  .Home .home_hero .slide {
    height: 100%;
  }
  .Home .home_hero .slide .wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    gap: 10px;
  }
  .Home .home_hero .slide .wrapper .content {
    width: auto;
    padding: 0;
    gap: 14px;
  }
  .Home .home_hero .slide .wrapper .content h2 {
    font-size: 42px;
  }
  .Home .home_hero .slide .wrapper .content h2 .accent-image {
    width: 110px;
    height: calc(110px * 183 / 401);
  }
  .Home .home_hero .slide .wrapper .content p {
    font-size: 18px;
  }
  .Home .home_hero .slide .wrapper .image figcaption {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .Home .home_hero .slick-track .slick-slide {
    height: 100%;
  }
  .Home .home_hero .slide.Blue {
    background: #A6DEF080;
  }
  .Home .home_hero .slide.Gold {
    background: #FDEEBE;
  }
  .Home .home_hero .slide .wrapper {
    height: 100%;
  }
  .Home .home_hero .slide .wrapper .content {
    gap: 8px;
  }
  .Home .home_hero .slide .wrapper .content h2 {
    font-size: 28px;
  }
  .Home .home_hero .slide .wrapper .content h2 .accent-image {
    width: 80px;
    height: calc(80px * 183 / 401);
  }
  .Home .home_hero .slide .wrapper .content p {
    font-size: 16px;
  }
  .Home .home_hero .slide .wrapper .content .cta {
    font-size: 16px;
  }
  .Home .home_hero .slide .wrapper .image {
    padding-bottom: 30px;
  }
}
body.Products .product-caetgories,
body.Recipes .product-caetgories,
body.About .product-caetgories,
body.page-template-page-brand .product-caetgories,
body.Products .recipe-caetgories,
body.Recipes .recipe-caetgories,
body.About .recipe-caetgories,
body.page-template-page-brand .recipe-caetgories {
  padding-top: 230px;
}
body.Products .product-caetgories .wrapper,
body.Recipes .product-caetgories .wrapper,
body.About .product-caetgories .wrapper,
body.page-template-page-brand .product-caetgories .wrapper,
body.Products .recipe-caetgories .wrapper,
body.Recipes .recipe-caetgories .wrapper,
body.About .recipe-caetgories .wrapper,
body.page-template-page-brand .recipe-caetgories .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.Products .product-caetgories .wrapper a,
body.Recipes .product-caetgories .wrapper a,
body.About .product-caetgories .wrapper a,
body.page-template-page-brand .product-caetgories .wrapper a,
body.Products .recipe-caetgories .wrapper a,
body.Recipes .recipe-caetgories .wrapper a,
body.About .recipe-caetgories .wrapper a,
body.page-template-page-brand .recipe-caetgories .wrapper a {
  position: relative;
  margin: 10px;
  width: 100%;
  max-width: 440px;
}
body.Products .product-caetgories .wrapper a .item,
body.Recipes .product-caetgories .wrapper a .item,
body.About .product-caetgories .wrapper a .item,
body.page-template-page-brand .product-caetgories .wrapper a .item,
body.Products .recipe-caetgories .wrapper a .item,
body.Recipes .recipe-caetgories .wrapper a .item,
body.About .recipe-caetgories .wrapper a .item,
body.page-template-page-brand .recipe-caetgories .wrapper a .item {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  width: 100%;
  height: 290px;
}
body.Products .product-caetgories .wrapper a .item h2,
body.Recipes .product-caetgories .wrapper a .item h2,
body.About .product-caetgories .wrapper a .item h2,
body.page-template-page-brand .product-caetgories .wrapper a .item h2,
body.Products .recipe-caetgories .wrapper a .item h2,
body.Recipes .recipe-caetgories .wrapper a .item h2,
body.About .recipe-caetgories .wrapper a .item h2,
body.page-template-page-brand .recipe-caetgories .wrapper a .item h2 {
  width: calc(100% - 20px - 15px);
  position: relative;
  font-weight: 900;
  color: #ffffff;
  font-size: 54px;
  line-height: 32px;
  text-shadow: 0px 0px 40px #001125, 0px 0px 55px rgba(0, 17, 37, 0.5);
  z-index: 0;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 0.9;
  left: 43px;
  bottom: -50px;
}
body.Products .product-caetgories .wrapper a .item h2::after,
body.Recipes .product-caetgories .wrapper a .item h2::after,
body.About .product-caetgories .wrapper a .item h2::after,
body.page-template-page-brand .product-caetgories .wrapper a .item h2::after,
body.Products .recipe-caetgories .wrapper a .item h2::after,
body.Recipes .recipe-caetgories .wrapper a .item h2::after,
body.About .recipe-caetgories .wrapper a .item h2::after,
body.page-template-page-brand .recipe-caetgories .wrapper a .item h2::after {
  content: "";
  background: #cd8c00;
  width: 90px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  bottom: -25px;
  z-index: 1;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.Products .product-caetgories .wrapper a:hover .item h2::after,
body.Recipes .product-caetgories .wrapper a:hover .item h2::after,
body.About .product-caetgories .wrapper a:hover .item h2::after,
body.page-template-page-brand .product-caetgories .wrapper a:hover .item h2::after,
body.Products .recipe-caetgories .wrapper a:hover .item h2::after,
body.Recipes .recipe-caetgories .wrapper a:hover .item h2::after,
body.About .recipe-caetgories .wrapper a:hover .item h2::after,
body.page-template-page-brand .recipe-caetgories .wrapper a:hover .item h2::after {
  background: #fcd405;
  width: 130px;
}
body.Products .callouts-section,
body.Recipes .callouts-section,
body.About .callouts-section,
body.page-template-page-brand .callouts-section {
  padding: 80px 0 80px 0;
}
body.Products .callouts-section .wrapper,
body.Recipes .callouts-section .wrapper,
body.About .callouts-section .wrapper,
body.page-template-page-brand .callouts-section .wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
body.Products .callouts-section .wrapper .item,
body.Recipes .callouts-section .wrapper .item,
body.About .callouts-section .wrapper .item,
body.page-template-page-brand .callouts-section .wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.Products .callouts-section .wrapper .item img,
body.Recipes .callouts-section .wrapper .item img,
body.About .callouts-section .wrapper .item img,
body.page-template-page-brand .callouts-section .wrapper .item img {
  width: 100%;
  max-width: 275px;
}
body.Products .callouts-section .wrapper .item .ctas,
body.Recipes .callouts-section .wrapper .item .ctas,
body.About .callouts-section .wrapper .item .ctas,
body.page-template-page-brand .callouts-section .wrapper .item .ctas {
  padding: 20px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.Products .callouts-section .wrapper .item .ctas .cta,
body.Recipes .callouts-section .wrapper .item .ctas .cta,
body.About .callouts-section .wrapper .item .ctas .cta,
body.page-template-page-brand .callouts-section .wrapper .item .ctas .cta {
  margin: 10px 10px;
}
body.Products .callouts-section .wrapper .item p,
body.Recipes .callouts-section .wrapper .item p,
body.About .callouts-section .wrapper .item p,
body.page-template-page-brand .callouts-section .wrapper .item p {
  width: calc(100% - 20px);
  font-weight: 400;
}
@media (max-width: 630px) {
  body.Products .product-caetgories .wrapper,
  body.Recipes .product-caetgories .wrapper,
  body.About .product-caetgories .wrapper,
  body.page-template-page-brand .product-caetgories .wrapper,
  body.Products .recipe-caetgories .wrapper,
  body.Recipes .recipe-caetgories .wrapper,
  body.About .recipe-caetgories .wrapper,
  body.page-template-page-brand .recipe-caetgories .wrapper {
    padding: 0 10px;
  }
  body.Products .product-caetgories .wrapper a,
  body.Recipes .product-caetgories .wrapper a,
  body.About .product-caetgories .wrapper a,
  body.page-template-page-brand .product-caetgories .wrapper a,
  body.Products .recipe-caetgories .wrapper a,
  body.Recipes .recipe-caetgories .wrapper a,
  body.About .recipe-caetgories .wrapper a,
  body.page-template-page-brand .recipe-caetgories .wrapper a {
    max-width: 100%;
  }
  body.Products .product-caetgories .wrapper a .item h2,
  body.Recipes .product-caetgories .wrapper a .item h2,
  body.About .product-caetgories .wrapper a .item h2,
  body.page-template-page-brand .product-caetgories .wrapper a .item h2,
  body.Products .recipe-caetgories .wrapper a .item h2,
  body.Recipes .recipe-caetgories .wrapper a .item h2,
  body.About .recipe-caetgories .wrapper a .item h2,
  body.page-template-page-brand .recipe-caetgories .wrapper a .item h2 {
    font-size: 11vmin;
  }
  body.Products .callouts-section .wrapper,
  body.Recipes .callouts-section .wrapper,
  body.About .callouts-section .wrapper,
  body.page-template-page-brand .callouts-section .wrapper {
    flex-direction: column;
  }
  body.Products .callouts-section .wrapper .item,
  body.Recipes .callouts-section .wrapper .item,
  body.About .callouts-section .wrapper .item,
  body.page-template-page-brand .callouts-section .wrapper .item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
body.Recipes .recipe-trends,
body.Resources .recipe-trends {
  padding-top: 260px;
  margin-bottom: 30px;
}
body.Recipes .recipe-trends.no-overlap,
body.Resources .recipe-trends.no-overlap {
  padding-top: 20px;
}
body.Recipes .recipe-trends > h2,
body.Resources .recipe-trends > h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
body.Recipes .recipe-trends .wrapper,
body.Resources .recipe-trends .wrapper {
  margin-top: 60px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
body.Recipes .recipe-trends .wrapper .trend,
body.Resources .recipe-trends .wrapper .trend {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.Recipes .recipe-trends .wrapper .trend .icon,
body.Resources .recipe-trends .wrapper .trend .icon {
  width: 100%;
  max-width: 50px;
  padding-bottom: 10px;
}
body.Recipes .recipe-trends .wrapper .trend .cta,
body.Resources .recipe-trends .wrapper .trend .cta {
  margin-top: 30px;
}
body.Recipes .recipe-trends .wrapper .trend:last-of-type .posts,
body.Resources .recipe-trends .wrapper .trend:last-of-type .posts {
  border: 0;
}
body.Recipes .recipe-trends .wrapper h2,
body.Resources .recipe-trends .wrapper h2 {
  text-align: center;
  color: #cd8c00;
  margin-bottom: 20px;
  min-height: 60px;
}
body.Recipes .recipe-trends .wrapper .posts,
body.Resources .recipe-trends .wrapper .posts {
  padding-top: 10px;
  border-right: 1px solid #f2ecd5;
  height: 100%;
}
body.Recipes .recipe-trends .wrapper .posts .post,
body.Resources .recipe-trends .wrapper .posts .post {
  min-height: 280px;
  margin-bottom: 30px;
  width: 100%;
  height: 50%;
}
body.Recipes .recipe-trends .wrapper .posts .post:nth-child(2),
body.Resources .recipe-trends .wrapper .posts .post:nth-child(2) {
  margin-bottom: 0px;
}
body.Recipes .recipe-trends .wrapper .posts .post .title,
body.Resources .recipe-trends .wrapper .posts .post .title {
  margin-top: 5px;
  font-size: 24px;
  line-height: 30px;
}
body.Recipes .recipe-trends .wrapper .posts .post .post-image,
body.Resources .recipe-trends .wrapper .posts .post .post-image {
  position: relative;
}
body.Recipes .recipe-trends .wrapper .posts .post .post-image .overlay,
body.Resources .recipe-trends .wrapper .posts .post .post-image .overlay {
  background: url(/wp-content/themes/butterball2021/elements/images/play-button.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.Recipes .recipe-trends .wrapper .posts .post:hover .post-image .overlay,
body.Resources .recipe-trends .wrapper .posts .post:hover .post-image .overlay {
  transform: translate(-50%, -50%) scale(0.96);
}
body.Recipes .recipe-caetgories,
body.Resources .recipe-caetgories {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.Recipes .recipe-caetgories > h2,
body.Resources .recipe-caetgories > h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
body.Recipes .recipe-caetgories .wrapper a,
body.Resources .recipe-caetgories .wrapper a {
  max-width: 336px;
}
body.Recipes .recipe-caetgories .wrapper a .item,
body.Resources .recipe-caetgories .wrapper a .item {
  height: 230px;
}
body.Recipes .recipe-caetgories .wrapper a .item.segment,
body.Resources .recipe-caetgories .wrapper a .item.segment {
  background-size: 130px !important;
  background-position: bottom 20px right 20px !important;
  background-color: #f2ecd5 !important;
  border-radius: 10px;
}
body.Recipes .recipe-caetgories .wrapper a .item.segment h2,
body.Resources .recipe-caetgories .wrapper a .item.segment h2 {
  text-shadow: none;
  color: #0031a7;
  width: 80%;
  bottom: -35px;
}
body.Recipes .recipe-caetgories .wrapper a .item h2,
body.Resources .recipe-caetgories .wrapper a .item h2 {
  font-size: 40px;
}
@media screen and (max-width: 1500px) {
  body.Recipes .recipe-caetgories .wrapper a,
  body.Resources .recipe-caetgories .wrapper a {
    max-width: 286px;
  }
  body.Recipes .recipe-caetgories .wrapper a .item h2,
  body.Resources .recipe-caetgories .wrapper a .item h2 {
    left: 30px;
  }
}
@media (max-width: 992px) {
  body.Recipes .recipe-trends .wrapper .posts .post {
    min-height: 330px;
  }
  body.Recipes .recipe-trends .trend {
    max-width: 50%;
    margin-bottom: 60px;
  }
  body.Recipes .recipe-trends .trend h2 {
    min-height: auto;
  }
}
@media (max-width: 960px) {
  body.Recipes .recipe-trends {
    padding-top: 10px;
  }
}
@media (max-width: 860px) {
  body.Recipes .recipe-trends .wrapper .posts .post {
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  body.Recipes .recipe-trends .trend {
    max-width: 100%;
  }
  body.Recipes .recipe-trends .wrapper .posts {
    border: 0;
  }
  body.Recipes .recipe-trends .wrapper .posts .post {
    min-height: 280px;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.K-12 {
  overflow-x: hidden;
}
body.K-12 .k12-hero {
  background: linear-gradient(90deg, #fdeebe 0%, #fdeebe 5%, #fefae6 20%, #fefae6 50%, #fdeebe 65%, #fdeebe 100%);
  display: flex;
  justify-content: center;
  position: relative;
}
body.K-12 .k12-hero .wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  max-width: 100% !important;
  width: 100%;
}
body.K-12 .k12-hero .wrapper .content {
  padding: 80px 0;
  max-width: 90%;
  bottom: 0;
  text-align: left;
  margin-left: 12vw;
  padding-left: 20px;
}
body.K-12 .k12-hero .wrapper .content p {
  font-weight: 500;
}
body.K-12 .k12-hero .wrapper .content > h1 {
  max-width: fit-content;
  background-color: #e7f5fb;
  padding: 10px 20px;
  font-size: 21px;
  border-radius: 10px;
  margin-bottom: 25px;
}
body.K-12 .k12-hero .wrapper .content h2 {
  font-size: 67px;
  position: relative;
  z-index: 50;
  max-width: 73%;
}
body.K-12 .k12-hero .wrapper .content h2 span {
  display: inline-block;
  position: absolute;
}
body.K-12 .k12-hero .wrapper .content h2 span img {
  width: 170px;
  z-index: -1;
  position: relative;
  right: -10px;
}
body.K-12 .k12-hero .wrapper .content .ctas {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
body.K-12 .k12-hero .wrapper .content .ctas .cta {
  margin: 0;
  font-size: 21px;
}
body.K-12 .k12-hero .media {
  position: relative;
  top: auto;
  max-width: 100%;
  bottom: -3vw;
  height: 100%;
  overflow: visible;
  max-height: 750px;
}
body.K-12 .k12-hero .media .left,
body.K-12 .k12-hero .media .right {
  align-self: flex-end;
  max-width: 100%;
  height: 100%;
  right: 5vw;
}
body.K-12 .k12-hero .media .left img,
body.K-12 .k12-hero .media .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.K-12 #recipes {
  background-position: bottom !important;
}
body.K-12 #recipes .columns {
  padding: 50px 20px;
}
body.K-12 #recipes .columns .col.content .title .wrapper h2 {
  text-align: center;
  max-width: 750px;
}
body.K-12 #recipes .columns .col.content .videos .slick-list .slick-track {
  background-color: #ffffff;
  padding: 20px 0 20px 0;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.K-12 #recipes .columns .col.content .videos .slick-list .slick-track .slick-slide:not(.title-slide,.button) {
  align-self: flex-start;
}
body.K-12 #recipes .columns .col.content .videos .title-slide .content {
  padding: 70px 50px 70px 40px;
}
@media (max-width: 900px) {
  body.K-12 #recipes {
    padding-bottom: 0;
  }
}
body.K-12 .main {
  padding: 120px 10px 10px 10px;
}
body.K-12 .main .wrapper .k12-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
body.K-12 .main .wrapper .k12-content .left,
body.K-12 .main .wrapper .k12-content .right {
  padding: 0 50px;
}
body.K-12 .main .wrapper .k12-content .left h3,
body.K-12 .main .wrapper .k12-content .right h3 {
  font-size: 42px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
body.K-12 .main .wrapper .k12-content .left h3 span,
body.K-12 .main .wrapper .k12-content .right h3 span {
  display: inline-block;
  position: relative;
  top: 18px;
  margin-top: -15px;
}
body.K-12 .main .wrapper .k12-content .left h3 span img,
body.K-12 .main .wrapper .k12-content .right h3 span img {
  width: 200px;
  z-index: 0;
  position: relative;
  right: 10px;
}
body.K-12 .main .wrapper .rtbs {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
body.K-12 .main .wrapper .rtbs .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 20%;
}
body.K-12 .main .wrapper .rtbs .item .image img {
  max-width: 100%;
}
body.K-12 .main .wrapper .rtbs .title {
  max-width: 450px;
  margin: 20px auto 0 auto;
}
body.K-12 .main .wrapper .rtbs .title sup {
  font-size: 12px;
  top: -10px;
  position: relative;
}
body.K-12 .main .wrapper .rtbs .title h3 {
  text-align: center;
  line-height: 1;
  position: relative;
}
@media (max-width: 1200px) {
  body.K-12 .main .wrapper .rtbs .item {
    flex: 1 40%;
  }
}
body.K-12 .main:not(.partners) {
  background: linear-gradient(90deg, #fdeebe 0%, #fdeebe 5%, #fefae6 20%, #fefae6 50%, #fdeebe 65%, #fdeebe 100%);
}
body.K-12 .main.partners {
  padding-top: 0;
}
body.K-12 .main.partners .wrapper .k12-content h3 {
  max-width: 100%;
}
body.K-12 .k12_resources_callout .wrapper .posts .post {
  padding: 0 10px;
}
body.K-12 .k12_resources_callout .wrapper .posts .post .post-image {
  max-width: 100%;
}
body.K-12 .k12_resources_callout .wrapper .posts .slick-dots {
  display: flex;
  margin-top: 25px;
}
body.K-12 .k12_resources_callout .wrapper .posts .slick-dots li {
  margin: 0 3px;
  background: #cfecf8;
  width: 10px;
  height: 10px;
  border-radius: 120px;
}
body.K-12 .k12_resources_callout .wrapper .posts .slick-dots li button {
  display: none;
}
body.K-12 .k12_resources_callout .wrapper .posts .slick-dots li.slick-active {
  background: #0031a7;
}
body.K-12 .k12_resources_callout .wrapper .cta {
  margin-top: 30px;
}
body.K-12 .k12_resources_callout .wrapper h1 {
  margin-bottom: 20px;
  font-size: 42px;
}
body.K-12 .k12_resources_callout .wrapper h1 span {
  display: inline-block;
  position: relative;
  top: 15px;
  margin-top: -20px;
}
body.K-12 .k12_resources_callout .wrapper h1 span img {
  width: 180px;
  z-index: -1;
  position: relative;
  right: 17px;
  top: 5px;
}
body.K-12 .k12_resources_callout .wrapper p {
  margin-bottom: 0;
}
body.K-12 .k12_resources_callout .slide-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
body.K-12 .k12_resources_callout .slide-section .title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.K-12 .k12_resources_callout .slide-section .title h3 {
  font-size: 42px;
  position: relative;
}
body.K-12 .k12_resources_callout .slide-section .title h3::after {
  content: "";
  background: url("../images/arrow-right_yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
body.K-12 .k12_resources_callout .slide-section .posts {
  max-width: 70%;
}
body.K-12 .k12_resources_callout .slide-section .posts .post {
  padding: 0 10px;
}
body.K-12 .k12_resources_callout .slide-section .posts .post .post-image {
  max-width: 100%;
}
body.K-12 .k12_resources_callout .slide-section .posts .post .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
body.K-12 .k12_resources_callout .slide-section .posts .post .category {
  margin: 20px 0 0 0;
}
body.K-12 .k12_resources_callout .slide-section .posts .slick-next.slick-disabled,
body.K-12 .k12_resources_callout .slide-section .posts .slick-prev.slick-disabled {
  display: none !important;
}
body.K-12 .k12_resources_callout .slide-section .posts .slick-dots {
  display: none !important;
}
body.K-12 .k12_resources_callout .slide-section .posts .slick-next {
  width: 70px;
  height: 50px;
  background-color: #cdecf8;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-35%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
}
body.K-12 .k12_resources_callout .slide-section .posts .slick-next img {
  max-width: 15px;
}
body.K-12 .k12_resources_callout .slide-section .posts .slick-prev {
  width: 70px;
  height: 50px;
  background-color: #cdecf8;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-35%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  z-index: 10;
}
body.K-12 .k12_resources_callout .slide-section .posts .slick-prev img {
  max-width: 15px;
  transform: rotate(180deg);
}
body.K-12 .k12_resources_callout .slide-section .posts .slick-track {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
body.K-12 .k12_resources_callout .slide-section .posts .slick-dots {
  display: flex;
  margin-top: 25px;
}
body.K-12 .k12_resources_callout .slide-section .posts .slick-dots li {
  margin: 0 3px;
  background: #cfecf8;
  width: 10px;
  height: 10px;
  border-radius: 120px;
}
body.K-12 .k12_resources_callout .slide-section .posts .slick-dots li button {
  display: none;
}
body.K-12 .k12_resources_callout .slide-section .posts .slick-dots li.slick-active {
  background: #0031a7;
}
body.K-12 .k12_resources_callout .slide-section .posts .cta-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: -80px;
  position: relative;
}
@media (max-width: 1100px) {
  body.K-12 .k12_resources_callout .slide-section {
    flex-direction: column;
    gap: 25px;
    padding-top: 50px;
  }
  body.K-12 .k12_resources_callout .slide-section .title {
    justify-content: center;
  }
  body.K-12 .k12_resources_callout .slide-section .posts {
    max-width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  body.K-12 .k12_resources_callout .slide-section .posts .cta-section {
    top: -120px;
  }
  body.K-12 .k12_resources_callout .slide-section .posts:last-child {
    margin-bottom: 0;
  }
}
body.K-12 .k12_resources_callout .cta {
  margin-top: 10px;
}
@media (max-width: 768px) {
  body.K-12 .k12_resources_callout {
    padding: 0px 0 20px 0;
  }
}
body.K-12 .k12_section_callout {
  padding-bottom: 100px;
  padding-top: 80px;
}
body.K-12 .k12_section_callout .wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  padding: 0;
  background: #e6f5fb;
}
body.K-12 .k12_section_callout .wrapper .media {
  bottom: auto;
  overflow: visible;
  flex: 0 50%;
  left: -50px;
  bottom: 0;
}
body.K-12 .k12_section_callout .wrapper .media .left {
  max-width: 100%;
  position: relative;
  left: auto;
  height: 100%;
}
body.K-12 .k12_section_callout .wrapper .media .left img {
  position: absolute;
  height: 130%;
  width: 100%;
  object-fit: contain;
}
body.K-12 .k12_section_callout .wrapper .content {
  bottom: auto;
  padding: 50px 20px 50px 0;
  max-width: 560px;
  margin: 0 auto;
  flex: 1 50%;
  left: -50px;
}
body.K-12 .k12_section_callout .wrapper .content p {
  font-weight: 500;
}
body.K-12 .k12_section_callout .wrapper .content .cta {
  font-size: 21px;
}
@media (max-width: 1200px) {
  body.K-12 .k12_section_callout .wrapper {
    flex-direction: column;
  }
  body.K-12 .k12_section_callout .wrapper .media {
    left: auto;
    bottom: auto;
    top: -20px;
    left: 0;
  }
  body.K-12 .k12_section_callout .wrapper .media .left img {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
  }
  body.K-12 .k12_section_callout .wrapper .content {
    padding: 20px;
    left: auto;
  }
}
body.K-12 .ask_our_expert .expert {
  background: linear-gradient(90deg, #fdeebe 0%, #fdeebe 5%, #fefae6 20%, #fefae6 50%, #fdeebe 65%, #fdeebe 100%);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
body.K-12 .ask_our_expert .expert h1 {
  text-align: center;
  margin: 40px 0 20px 0;
}
body.K-12 .ask_our_expert .expert .cols {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
body.K-12 .ask_our_expert .expert .info-area,
body.K-12 .ask_our_expert .expert .form-area {
  padding: 20px;
}
body.K-12 .ask_our_expert .expert .info-area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  max-width: 78%;
  margin: 0 auto;
  margin-top: -20px;
}
body.K-12 .ask_our_expert .expert .info-area h2 {
  font-size: 42px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.K-12 .ask_our_expert .expert .info-area h2 span {
  display: inline-block;
  position: relative;
  margin-top: -20px;
  top: 18px;
  right: 10px;
}
body.K-12 .ask_our_expert .expert .info-area h2 span img {
  width: 180px;
  z-index: -1;
  position: relative;
}
body.K-12 .ask_our_expert .expert .info-area h3 {
  margin-bottom: 10px;
  color: #9b6113;
}
body.K-12 .ask_our_expert .expert .info-area p {
  text-align: center;
  margin: 20px 0;
}
body.K-12 .ask_our_expert .expert .info-area h4,
body.K-12 .ask_our_expert .expert .info-area h5 {
  color: #cd8c00;
  font-weight: 900;
}
body.K-12 .ask_our_expert .expert .info-area h4 {
  font-size: 18px;
  padding: 4px 0;
}
body.K-12 .ask_our_expert .expert .info-area img {
  margin: 10px 0;
}
body.K-12 .ask_our_expert .expert .form-area {
  min-height: 100% !important;
}
body.K-12 .ask_our_expert .expert .form-area .form-intro {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
body.K-12 .ask_our_expert .expert .form-area .form-intro p {
  text-align: center;
  color: #0031a7;
  font-weight: 900;
  line-height: 1.2;
  font-size: 24px;
}
body.K-12 .ask_our_expert .expert .form-area .sharpspring-form {
  position: relative;
  overflow: hidden;
}
body.K-12 .ask_our_expert .expert .form-area .sharpspring-form iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  body.K-12 .k12-hero .wrapper {
    flex-direction: column;
    padding: 20px 0 0 0;
  }
  body.K-12 .k12-hero .wrapper .content {
    padding: 0px 20px 0 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  body.K-12 .k12-hero .wrapper .content h1 {
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
  }
  body.K-12 .k12-hero .wrapper .content h2 {
    font-size: 36px;
  }
  body.K-12 .k12-hero .wrapper .content h2 span {
    position: relative;
    top: 10px;
  }
  body.K-12 .k12-hero .wrapper .content h2 span img {
    width: 100%;
    max-width: 220px;
  }
  body.K-12 .k12-hero .media {
    max-width: 100%;
    bottom: auto;
    margin-top: 50px;
  }
  body.K-12 .k12-hero .media .right {
    right: auto;
  }
  body.K-12 .k12-hero .media img {
    max-width: 600px !important;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 992px) {
  body.K-12 .resources-callout .col-25 {
    max-width: 50%;
  }
  body.K-12 .resources-callout .col-25 .post {
    margin-bottom: 30px;
  }
}
@media (max-width: 860px) {
  body.K-12 .main .wrapper .k12-content {
    flex-direction: column;
  }
  body.K-12 .main .wrapper .k12-content .col-50 {
    max-width: 100%;
  }
  body.K-12 .main .wrapper .k12-content .left,
  body.K-12 .main .wrapper .k12-content .right {
    padding: 0;
  }
  body.K-12 .ask_our_expert .expert {
    padding: 20px 0;
  }
  body.K-12 .ask_our_expert .expert > h1 {
    padding: 0 10px;
  }
  body.K-12 .ask_our_expert .expert .cols {
    flex-direction: column;
  }
  body.K-12 .ask_our_expert .expert .cols .col-50 {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  body.K-12 .resources-callout .col-25 {
    max-width: 100%;
  }
  body.K-12 .resources-callout .col-25 .post {
    margin-bottom: 30px;
  }
}
@font-face {
  font-family: 'Zing Script Rust Bold';
  src: url('../fonts/Zing-Script-Rust-Bold-Base-Grunge.woff') format('woff');
  font-display: swap;
  font-weight: normal;
  font-style: bold;
}
Body.commodity-processing-program-page .about-us-hero {
  padding: 0 20px 0 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: linear-gradient(90deg, #FDEEBE 0%, #FDEEBE 15%, #FDF4D2 30%, #FDF4D2 50%, #FDF4D2 70%, #FDEEBE 85%, #FDEEBE 100%) !important;
  align-items: center;
  position: relative;
}
Body.commodity-processing-program-page .about-us-hero .content {
  max-width: 750px;
  padding: 100px 0 120px 5vw;
}
Body.commodity-processing-program-page .about-us-hero .content p {
  padding: 20px 20px 20px 0;
}
Body.commodity-processing-program-page .about-us-hero .content h1 {
  text-transform: capitalize;
  font-size: 60px;
}
Body.commodity-processing-program-page .about-us-hero .content h1 span {
  font-size: 70px;
  font-weight: 200;
  font-family: "Zing Script Rust Bold";
  position: relative;
  z-index: 50;
}
Body.commodity-processing-program-page .about-us-hero .content h1 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  z-index: -1;
  background: url("../images/swipe.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
Body.commodity-processing-program-page .about-us-hero .col-50 img {
  max-width: 100%;
}
Body.commodity-processing-program-page .intro-section .mobile-hero-content {
  display: none;
}
Body.commodity-processing-program-page .intro-section .wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1280px !important;
}
Body.commodity-processing-program-page .intro-section .wrapper .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  margin: 50px 0 50px 0;
}
Body.commodity-processing-program-page .intro-section .wrapper .content:nth-child(1) {
  margin-top: 100px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content:last-child {
  margin-bottom: 100px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content > p {
  max-width: 800px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content .rtbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content .rtbs .rtb {
  max-width: 500px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content .rtbs p {
  padding: 0;
  margin-top: 10px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content .button {
  margin-top: 50px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content ul {
  text-align: left;
  padding-bottom: 20px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content ul li {
  line-height: 1.5;
  margin: 10px 0;
  position: relative;
}
Body.commodity-processing-program-page .intro-section .wrapper .content ul li::marker {
  font-size: 40px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content ul li::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/checkmark_circle_blue-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 2px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content p {
  padding: 20px 20px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content .subtitle {
  color: #ffffff;
  padding: 5px 10px;
  background-color: #0031a7;
  white-space: nowrap;
  border-radius: 5px;
  font-weight: 900;
  margin-top: 10px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content.yellow-bg {
  background: -webkit-linear-gradient(left, #FDEEBE 0%, #FDEEBE 15%, #FDF4D2 30%, #FDF4D2 50%, #FDF4D2 70%, #FDEEBE 85%, #FDEEBE 100%);
  background: -o-linear-gradient(left, #FDEEBE 0%, #FDEEBE 15%, #FDF4D2 30%, #FDF4D2 50%, #FDF4D2 70%, #FDEEBE 85%, #FDEEBE 100%);
  background: linear-gradient(to right, #FDEEBE 0%, #FDEEBE 15%, #FDF4D2 30%, #FDF4D2 50%, #FDF4D2 70%, #FDEEBE 85%, #FDEEBE 100%);
  padding: 50px 70px;
  border-radius: 20px;
}
Body.commodity-processing-program-page .intro-section .wrapper .content.blue-bg {
  background: -webkit-linear-gradient(#CFECF8 0%, #E7F5FB 100%);
  background: -o-linear-gradient(#CFECF8 0%, #E7F5FB 100%);
  background: linear-gradient(#CFECF8 0%, #E7F5FB 100%);
  padding: 50px 70px;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
Body.commodity-processing-program-page .intro-section .wrapper .content.cc .content-area h2 {
  text-align: left;
}
Body.commodity-processing-program-page .intro-section .wrapper .content .content-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
Body.commodity-processing-program-page .intro-section .wrapper .content .content-area p {
  text-align: left;
  padding: 20px 0;
}
Body.commodity-processing-program-page .intro-section .wrapper .content .image img {
  max-width: 100%;
}
Body.commodity-processing-program-page .sliders {
  padding: 20px 20px 100px 20px;
}
Body.commodity-processing-program-page .sliders .title {
  max-width: 750px;
  margin: 0 auto;
}
Body.commodity-processing-program-page .sliders .title h2 {
  font-size: 42px;
  text-align: center;
}
Body.commodity-processing-program-page .sliders .title h2 span {
  font-size: 66px;
  font-family: blithe, sans-serif;
  font-weight: normal;
}
Body.commodity-processing-program-page .sliders .columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
Body.commodity-processing-program-page .sliders .columns #products,
Body.commodity-processing-program-page .sliders .columns #recipes {
  width: 100%;
}
Body.commodity-processing-program-page .sliders .columns .slide-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  width: 100%;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .title h3 {
  font-size: 42px;
  position: relative;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .title h3::after {
  content: "";
  background: url("../images/arrow-right_yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts {
  width: 100%;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .post {
  padding: 0 10px;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .post .post-image {
  max-width: 100%;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .post .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-next.slick-disabled,
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-prev.slick-disabled {
  display: none !important;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-dots {
  display: none !important;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-next {
  width: 70px;
  height: 50px;
  background-color: #cdecf8;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-35%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-next img {
  max-width: 15px;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-prev {
  width: 70px;
  height: 50px;
  background-color: #cdecf8;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-35%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  z-index: 10;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-prev img {
  max-width: 15px;
  transform: rotate(180deg);
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-track {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-dots {
  display: flex;
  margin-top: 25px;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-dots li {
  margin: 0 3px;
  background: #cfecf8;
  width: 10px;
  height: 10px;
  border-radius: 120px;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-dots li button {
  display: none;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .slick-dots li.slick-active {
  background: #0031a7;
}
Body.commodity-processing-program-page .sliders .columns .slide-section .posts .cta-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: -80px;
  position: relative;
}
@media (max-width: 1100px) {
  Body.commodity-processing-program-page .sliders .columns .slide-section {
    flex-direction: column;
    gap: 20px;
  }
  Body.commodity-processing-program-page .sliders .columns .slide-section .title {
    justify-content: center;
  }
  Body.commodity-processing-program-page .sliders .columns .slide-section .posts {
    max-width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  Body.commodity-processing-program-page .sliders .columns .slide-section .posts .cta-section {
    top: -120px;
  }
  Body.commodity-processing-program-page .sliders .columns .slide-section .posts:last-child {
    margin-bottom: 0;
  }
}
Body.commodity-processing-program-page .sliders .columns .col {
  display: flex;
  flex-direction: column;
}
Body.commodity-processing-program-page .sliders .columns .col.empty {
  flex: 0 25%;
}
Body.commodity-processing-program-page .sliders .columns .col.content {
  flex: 0 100%;
  width: 100%;
}
Body.commodity-processing-program-page .sliders .columns .col.content .cta {
  margin-top: 10px;
}
@media (max-width: 768px) {
  Body.commodity-processing-program-page .sliders .columns .col.content {
    padding: 40px 0 20px 0;
  }
}
Body.commodity-processing-program-page .k12-callout {
  padding: 0 0 50px 0;
}
@media (max-width: 768px) {
  Body.commodity-processing-program-page .about-us-hero {
    padding: 50px 20px 20px 20px;
    flex-direction: column;
  }
  Body.commodity-processing-program-page .about-us-hero .content {
    padding: 0 20px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  Body.commodity-processing-program-page .about-us-hero .content h1 {
    font-size: 38px;
  }
  Body.commodity-processing-program-page .about-us-hero .content h1 span {
    font-size: 45px;
  }
  Body.commodity-processing-program-page .about-us-hero .content .cta {
    margin-top: 10px;
  }
  Body.commodity-processing-program-page .intro-section .mobile-hero-content {
    display: flex;
  }
  Body.commodity-processing-program-page .intro-section .wrapper .content {
    margin: 0px 0 50px 0;
  }
  Body.commodity-processing-program-page .intro-section .wrapper .content.blue-bg {
    padding: 50px 20px;
  }
  Body.commodity-processing-program-page .intro-section .wrapper .content.pl {
    padding: 50px 20px;
    margin-top: 50px;
  }
  Body.commodity-processing-program-page .intro-section .wrapper .content.cc {
    flex-direction: column;
    gap: 40px;
  }
  Body.commodity-processing-program-page .intro-section .wrapper .content p {
    max-width: 100%;
    padding: 10px 0 50px 0;
  }
  Body.commodity-processing-program-page .intro-section .wrapper .content .rtbs {
    flex-direction: column;
    gap: 30px;
  }
}
body.page-template-page-products-nowserving #main,
body.page-template-page-recipes-nowserving #main {
  background: #e7f5fb;
  background: -webkit-linear-gradient(left, #e7f5fb 20%, #ffffff 20%);
  background: -o-linear-gradient(left, #e7f5fb 20%, #ffffff 20%);
  background: linear-gradient(to right, #e7f5fb 20%, #ffffff 20%);
  margin-bottom: 60px;
}
body.page-template-page-products-nowserving #main .wrapper,
body.page-template-page-recipes-nowserving #main .wrapper {
  display: flex;
  margin-bottom: 20px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav {
  background: #e7f5fb;
  border-bottom-right-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav h3,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav h3 {
  font-size: 30px;
  color: #0031a7;
  margin-bottom: 10px;
  font-weight: 900;
  margin-top: 60px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav h4,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav h4 {
  font-size: 18px;
  color: #0031a7;
  margin-bottom: 15px;
  font-weight: 900;
  margin-top: 15px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation {
  width: 80%;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation ul,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation ul li,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation ul li {
  margin: 3px 0;
  padding: 5px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation ul li a,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  color: #0031a7;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation ul li a:hover,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation ul li a:hover,
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation ul li a.active,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation ul li a.active {
  color: #cd8c00;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.brands,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.brands {
  border-bottom: 1px solid #cfecf8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.brands ul li a span.image,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.brands ul li a span.image {
  max-width: 70px;
  width: 100%;
  margin-right: 10px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li {
  padding: 15px 10px 15px 20px;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 95%;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li.no-children.active a,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.no-children.active a {
  color: #cd8c00;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul {
  margin-left: 10px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li {
  padding: 0px;
  margin: 10px 10px 10px 0px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a {
  padding: 10px 10px 0 10px;
  font-size: 16px;
  color: #0031a7;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a:hover,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a:hover,
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a.active,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a.active {
  color: #cd8c00;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a:hover:after,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a:hover:after,
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a.active:after,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a.active:after,
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a:hover:before,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a:hover:before,
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a.active:before,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a.active:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a:hover:after,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a:hover:after,
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a.active:after,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a.active:after {
  border-color: rgba(181, 152, 90, 0);
  border-left-color: #cd8c00;
  border-width: 5px;
  margin-top: 0px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a:hover:before,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a:hover:before,
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a.active:before,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li ul li a.active:before {
  border-color: rgba(181, 152, 90, 0);
  border-left-color: #cd8c00;
  border-width: 5px;
  margin-top: 0px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li.has-children ul.children,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.has-children ul.children {
  transition: max-height 0.25s ease-out;
  max-height: 0;
  overflow: hidden;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li.active,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active {
  background: #ffffff;
  border-radius: 10px;
  max-width: 310px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li.active ul.children,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active ul.children {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
  margin-top: 5px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li.active > a,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active > a {
  position: relative;
  color: #cd8c00;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li.active > a:after,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active > a:after,
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li.active > a:before,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active > a:before {
  left: 96%;
  top: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li.active > a:after,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active > a:after {
  border-color: rgba(181, 152, 90, 0);
  border-left-color: #cd8c00;
  border-width: 5px;
  margin-top: 0px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.categories ul li.active > a:before,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active > a:before {
  border-color: rgba(181, 152, 90, 0);
  border-left-color: #cd8c00;
  border-width: 5px;
  margin-top: 0px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.benefits,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.benefits {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cfecf8;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.benefits ul li,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.benefits ul li {
  padding: 10px 0px 10px 20px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav .navigation.benefits ul li a,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.benefits ul li a {
  font-size: 15px;
}
body.page-template-page-products-nowserving #main .wrapper .sidenav-action,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav-action {
  display: none;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea > h1,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea > h1 {
  text-align: center;
  margin-top: 40px;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .description,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .description {
  max-width: 900px;
  width: 100%;
  margin: 10px 0;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .description p,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .description p {
  text-align: center;
  font-weight: 500;
  padding: 0 20px;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .child-categories,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .child-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .child-categories li,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .child-categories li {
  background: #e8dba6;
  font-weight: 900;
  font-size: 16px;
  display: block;
  margin: 20px 5px 10px 5px;
  border-radius: 5px;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .child-categories li a,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .child-categories li a {
  color: #986018;
  padding: 10px 10px;
  border-radius: 5px;
  display: block;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .child-categories li a:hover,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .child-categories li a:hover {
  background: #243bff;
  color: #fcd405;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .child-categories li.active,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .child-categories li.active {
  background: #0031a7;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .child-categories li.active a,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .child-categories li.active a {
  color: #ffffff;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .child-categories li.active a:hover,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .child-categories li.active a:hover {
  color: #fcd405;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts {
  padding-top: 30px;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts .post {
  padding: 0 20px;
  margin-bottom: 60px;
  position: relative;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post .post-image,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts .post .post-image {
  padding-top: 0;
  max-width: 100%;
  height: 240px;
  object-fit: contain;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post .post-image.placeholder-image,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts .post .post-image.placeholder-image {
  background-image: none !important;
  object-fit: contain;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post .post-image:hover,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts .post .post-image:hover {
  cursor: pointer;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post .category,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts .post .category {
  background: #e8dba6;
  padding: 0px;
  border-radius: 5px;
  color: #986018;
  margin-top: -15px;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post .category a,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts .post .category a {
  color: #986018;
  border-radius: 5px;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post .category a:hover,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts .post .category a:hover {
  background: #243bff;
  color: #fcd405;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post .category > img,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts .post .category > img {
  max-width: 30px;
  width: 100%;
  padding: 10px 10px 0px 10px;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post .title,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts .post .title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: capitalize;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post .brand-logo,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts .post .brand-logo {
  max-width: 60px;
  width: 100%;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post .item-flag,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts .post .item-flag {
  max-width: 50px;
  width: 100%;
  position: absolute;
  left: 10%;
  top: -3%;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts.recipe-posts .post-image,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts.recipe-posts .post-image {
  object-fit: cover !important;
}
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts.recipe-posts p.category,
body.page-template-page-recipes-nowserving #main .wrapper .contentarea .posts.recipe-posts p.category {
  display: none !important;
}
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.trends ul,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul {
  width: 80%;
}
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.trends ul li,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li {
  padding: 15px 10px 15px 20px;
  margin: 3px 0;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.trends ul li.active,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active {
  background: #ffffff;
  border-radius: 10px;
  max-width: 310px;
  width: 100%;
  padding: 15px 10px 15px 20px;
  cursor: pointer;
}
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.trends ul li.active a,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active a {
  color: #cd8c00;
  position: relative;
}
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.trends ul li.active a:after,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active a:after,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.trends ul li.active a:before,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active a:before {
  left: 96%;
  top: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.trends ul li.active a:after,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active a:after {
  border-color: rgba(181, 152, 90, 0);
  border-left-color: #cd8c00;
  border-width: 5px;
  margin-top: 0px;
}
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.trends ul li.active a:before,
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li.active a:before {
  border-color: rgba(181, 152, 90, 0);
  border-left-color: #cd8c00;
  border-width: 5px;
  margin-top: 0px;
}
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cfecf8;
  padding-left: 20px;
}
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li {
  padding: 10px 10px 10px 0px;
  margin: 0;
  list-style-type: disc;
  margin-left: 2rem;
  color: #0031a7;
}
body.page-template-page-recipes-nowserving #main .wrapper .sidenav .navigation.categories ul li a {
  font-size: 16px;
}
@media (max-width: 768px) {
  body.page-template-page-products-nowserving #main,
  body.page-template-page-recipes-nowserving #main {
    padding-top: 40px;
  }
  body.page-template-page-products-nowserving #main.mobile,
  body.page-template-page-recipes-nowserving #main.mobile {
    flex-direction: column;
    background: #cfecf8;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper {
    width: 100%;
    padding: 0;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .sidenav,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .sidenav {
    position: fixed;
    margin-top: -40px;
    padding-top: 40px;
    opacity: 1;
    transition: opacity 0.5s ease-out;
    transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 500;
    overflow: hidden;
    padding-left: 0px;
    max-height: 30px;
    border-radius: 0;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .sidenav h3,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .sidenav h3 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 30px;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .sidenav .sidenav-action,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .sidenav .sidenav-action {
    width: 50px;
    height: 50px;
    z-index: 0;
    cursor: pointer;
    position: absolute;
    right: 4%;
    top: 24px;
    text-align: center;
    line-height: 33px;
    color: #013779;
    font-weight: 300;
    font-size: 60px;
    transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 60px;
    display: block;
    background-image: url(/wp-content/themes/butterball2021/elements/images/arrow-right_butterball-yellow-gold-medium.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .sidenav .navigation,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .sidenav .navigation {
    padding-left: 30px;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .sidenav .navigation.categories,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .sidenav .navigation.categories {
    width: 75%;
    padding-left: 50px;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .sidenav .navigation.categories ul li.has-children,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .sidenav .navigation.categories ul li.has-children {
    background: #ffffff;
    border-radius: 10px;
    max-width: 310px;
    width: 100%;
    padding: 20px 10px 10px 20px;
    cursor: pointer;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .sidenav .navigation.categories ul li.has-children ul.children,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .sidenav .navigation.categories ul li.has-children ul.children {
    max-height: 500px;
    transition: max-height 0.5s ease-in;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .contentarea,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .contentarea {
    padding: 40px 0 0 0;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .contentarea.hide,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .contentarea.hide {
    display: none;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .contentarea .sidenav-action,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .contentarea .sidenav-action {
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    position: fixed;
    right: 5%;
    top: 17%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: 300;
    font-size: 26px;
    transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #013779;
    border-radius: 60px;
    display: block;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .contentarea .posts .post,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .contentarea .posts .post {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-page-products-nowserving #main.mobile .wrapper .contentarea .posts .post .post-image,
  body.page-template-page-recipes-nowserving #main.mobile .wrapper .contentarea .posts .post .post-image {
    padding-top: 0;
    height: 260px;
  }
  body.page-template-page-products-nowserving #main.mobile.open,
  body.page-template-page-recipes-nowserving #main.mobile.open {
    background: #cfecf8;
    background: -webkit-linear-gradient(left, #cfecf8 20%, #cfecf8 20%);
    background: -o-linear-gradient(left, #cfecf8 20%, #cfecf8 20%);
    background: linear-gradient(to right, #cfecf8 20%, #cfecf8 20%);
  }
  body.page-template-page-products-nowserving #main.mobile.open .wrapper,
  body.page-template-page-recipes-nowserving #main.mobile.open .wrapper {
    flex-direction: column;
  }
  body.page-template-page-products-nowserving #main.mobile.open .wrapper .sidenav,
  body.page-template-page-recipes-nowserving #main.mobile.open .wrapper .sidenav {
    position: relative;
    opacity: 1;
    transition: opacity 0.5s ease-in;
    z-index: 100;
    margin-left: 0px;
    overflow: hidden;
    max-height: 1800px;
    transition: max-height 0.5s ease-in;
  }
  body.page-template-page-products-nowserving #main.mobile.open .wrapper .sidenav .sidenav-action,
  body.page-template-page-recipes-nowserving #main.mobile.open .wrapper .sidenav .sidenav-action {
    transform: rotate(270deg);
  }
  body.page-template-page-products-nowserving #main.mobile.open .wrapper .contentarea .sidenav-overlay,
  body.page-template-page-recipes-nowserving #main.mobile.open .wrapper .contentarea .sidenav-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
  }
}
.nutritional-facts {
  overflow: hidden;
  display: flex;
}
.nutritional-facts .nutrition-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #dedede;
  padding: 16px;
  line-height: 1.2;
  max-width: 340px;
  width: 100%;
  margin: 30px auto;
  border-radius: 8px;
  color: #454545;
}
.nutritional-facts .nutrition-label .nutrition-facts {
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0 10px 0;
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
}
.nutritional-facts .nutrition-label .nutrition-header {
  padding-bottom: 2px;
  margin-bottom: 2px;
}
.nutritional-facts .nutrition-label .nutrition-footer {
  display: flex;
  font-size: 10px;
  margin-top: 5px;
}
.nutritional-facts .nutrition-label .nutrition-footer .asteric {
  width: 13px;
}
.nutritional-facts .nutrition-label .nutrition-row {
  display: flex;
  padding: 6px 0;
}
.nutritional-facts .nutrition-label .nutrition-row > .nutrition-column {
  flex-grow: 1;
  font-size: 14px;
}
.nutritional-facts .nutrition-label .align-bottom {
  align-self: flex-end;
}
.nutritional-facts .nutrition-label .border-b-none {
  border-bottom: 0;
}
.nutritional-facts .nutrition-label .border-b {
  border-bottom: 1px solid #454545;
}
.nutritional-facts .nutrition-label .border-b-md {
  border-bottom: 6px solid #454545;
}
.nutritional-facts .nutrition-label .border-b-lg {
  border-bottom: 10px solid #454545;
}
.nutritional-facts .nutrition-label .border-t-sm {
  border-top: 1px solid #454545;
}
.nutritional-facts .nutrition-label .text-sm {
  font-size: 14px;
}
.nutritional-facts .nutrition-label .text-md {
  font-size: 16px;
}
.nutritional-facts .nutrition-label .text-bold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.nutritional-facts .nutrition-label .text-right {
  text-align: right;
}
.nutritional-facts .nutrition-label .text-indent {
  margin-left: 15px;
}
.nutritional-facts .nutrition-label .text-indent-md {
  margin-left: 30px;
}
.nutritional-facts .nutrition-label .calories {
  font-size: 25px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.nutritional-facts .nutrition-label .calories.amount {
  font-size: 32px;
}
.nutritional-facts .nutrition-label .calories-fat .calories {
  font-size: 16px;
}
@media (max-width: 860px) {
  .nutritional-facts .nutrition-label {
    max-width: 90%;
    margin: 10px auto;
  }
}
body.single-btb_product {
  position: relative;
}
body.single-btb_product div#main.product-detail {
  margin: 20px 0 20px 0;
  position: relative;
}
body.single-btb_product div#main.product-detail .mobile-only {
  display: none;
}
body.single-btb_product div#main.product-detail .mobile-only > div {
  display: none;
}
body.single-btb_product div#main.product-detail .wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
}
body.single-btb_product div#main.product-detail .wrapper .media {
  max-width: 380px;
  width: 100%;
  overflow: hidden;
  display: block;
  /*Slider*/
  /* Navigation */
}
body.single-btb_product div#main.product-detail .wrapper .media .slides .featured-slider {
  position: relative;
}
body.single-btb_product div#main.product-detail .wrapper .media .slides .featured-slider .view-recipe {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
body.single-btb_product div#main.product-detail .wrapper .media .slider > div {
  display: block;
  width: 100%;
  padding: 5px 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
body.single-btb_product div#main.product-detail .wrapper .media .slider {
  padding: 0 5px;
}
body.single-btb_product div#main.product-detail .wrapper .media .slider .slider-img {
  outline: 0;
  border-radius: 8px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  object-fit: contain;
}
body.single-btb_product div#main.product-detail .wrapper .media .slider-nav {
  display: flex;
  justify-content: flex-start;
  margin: 6px 0;
}
body.single-btb_product div#main.product-detail .wrapper .media .slider-nav .slider-img-thumb {
  display: inline-block;
  width: 80px;
  height: 80px;
  max-width: 100%;
  margin: 0 5px;
  object-fit: contain;
  padding: 3px 3px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  border-radius: 8px;
}
body.single-btb_product div#main.product-detail .wrapper .media .slider-nav .slider-img-thumb.active {
  box-shadow: inset 0 0 0 3px #b5985a;
}
body.single-btb_product div#main.product-detail .wrapper .media .featured-image {
  border-radius: 8px;
  height: 260px;
  max-width: 100%;
  width: 100%;
  object-fit: contain !important;
}
body.single-btb_product div#main.product-detail .wrapper .media .featured-image.placeholder-image {
  background-color: #e7f5fb !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 50%  !important;
}
body.single-btb_product div#main.product-detail .wrapper .left-col {
  width: 30%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  align-items: center;
}
body.single-btb_product div#main.product-detail .wrapper .left-col .block {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
body.single-btb_product div#main.product-detail .wrapper .left-col .block h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
body.single-btb_product div#main.product-detail .wrapper .left-col .block.packaging-details .item {
  display: flex;
  align-items: baseline;
  padding: 10px 0;
}
body.single-btb_product div#main.product-detail .wrapper .left-col .block.packaging-details .item .measurement {
  width: 45%;
  color: #cd8c00;
  font-weight: 800;
}
body.single-btb_product div#main.product-detail .wrapper .left-col .block.packaging-details .item .quantity {
  width: 55%;
  color: #333333;
  font-weight: 600;
  line-height: 20px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .pdf-media {
  display: none;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .brand {
  max-width: 80px;
  width: 100%;
  margin: 10px 0;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks h1 {
  font-size: 36px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .info-bubbles {
  margin-bottom: 20px;
  flex-wrap: wrap;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .info-bubbles .category {
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  margin: 10px 10px 10px 0;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .info-bubbles .category a {
  background: #e8dba6;
  color: #013779;
  font-weight: 900;
  color: #986018;
  font-size: 16px;
  padding: 0 10px;
  height: 100%;
  display: block;
  border-radius: 10px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .info-bubbles .category a:hover {
  background: #243bff;
  color: #fcd405;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .info-bubbles .category.sku {
  background: #ffffff;
  border-radius: 0px;
  color: #986018;
  font-weight: 900;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .info-bubbles .category.sku span {
  font-size: 20px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .ctas {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .ctas .cta {
  margin: 0 20px 10px 0;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .cn-commodity-label {
  display: flex;
  align-items: center;
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 20px 30px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .cn-commodity-label .cn-labeled {
  display: flex;
  width: 100%;
  max-width: 120px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .cn-commodity-label .cn-labeled img {
  max-width: 90px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .cn-commodity-label .cn-commodity {
  max-width: 160px;
  width: 100%;
  padding: 0 0 0 40px;
  background: url(/wp-content/themes/butterball2021/elements/images/checkmark_circle_light-blue-dark-blue.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 16%;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .cn-commodity-label .cn-commodity p {
  font-size: 20px;
  font-weight: 900;
  color: #0031a7;
  line-height: 24px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block {
  margin: 30px 0;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout {
  background-color: #001438;
  border-radius: 15px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .wrapper {
  flex-direction: column;
  padding: 40px;
}
@media (max-width: 650px) {
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .wrapper {
    padding: 40px 10px;
  }
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 650px) {
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .row {
    flex-direction: column;
    align-items: center;
  }
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .copy {
  flex: 1 20%;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .copy * {
    text-align: center;
  }
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .copy img {
  max-width: 245px;
  width: 100%;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .copy p {
  color: #b4975a;
  font-weight: bold;
  margin: 20px 0;
  line-height: 30px;
  font-size: 16px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes {
  display: flex;
  flex-direction: column;
  flex: 0 60%;
  max-width: 60%;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .row {
  flex-wrap: nowrap;
}
@media (max-width: 650px) {
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .row {
    flex-direction: column;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .row .recipe {
    flex: 1 100%;
  }
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .note p {
  font-size: 10px;
  text-align: center;
  color: #7b7b7b;
  line-height: 1.25;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe-slides {
  display: flex;
  max-width: 100%;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe-slides .slick-next {
  right: 0;
  transform: rotate(-90deg) translateY(-40%);
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe-slides .slick-prev {
  left: 0;
  transform: rotate(90deg) translateY(-40%);
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe-slides .slick-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 100;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe {
  flex: 0 40%;
  margin: 0 5px 20px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe .recipe-wrapper {
  position: relative;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe .recipe-wrapper .recipe-category {
  position: absolute;
  background: #a88b4e;
  background: -moz-linear-gradient(90deg, #a88b4e 10%, #c5b793 30%, #c5b793 70%, #a88b4e 90%);
  background: -webkit-linear-gradient(90deg, #a88b4e 10%, #c5b793 30%, #c5b793 70%, #a88b4e 90%);
  background: linear-gradient(90deg, #a88b4e 10%, #c5b793 30%, #c5b793 70%, #a88b4e 90%);
  z-index: 50;
  padding: 5px 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe .recipe-wrapper .recipe-category p {
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe .recipe-wrapper .image {
  width: 315px;
  height: 215px;
  margin: 0 auto;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe .recipe-wrapper .image .overlay {
  background: url(/wp-content/themes/butterball2021/elements/images/play-button.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe .recipe-wrapper .image:hover .overlay {
  transform: translate(-50%, -50%) scale(0.96);
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe .recipe-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe .recipe-wrapper .content .recipe-title {
  color: #b4975a;
  font-weight: 900;
  font-size: 24px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe:hover .recipe-wrapper .content .hover-content {
  display: block;
  opacity: 1;
  top: 0;
  padding: 0 20px 40px 20px;
}
@media (max-width: 650px) {
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe {
    flex: 1 100%;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe .recipe-wrapper .image {
    width: 310px;
    height: 245px;
    background-position: center;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes .recipe .recipe-wrapper .content {
    padding-top: 0;
  }
}
@media (max-width: 650px) {
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout .recipes {
    max-width: 100%;
  }
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video {
  background-color: #e7f5fb;
  position: relative;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  width: 150px;
  height: 150px;
  background: url(/wp-content/themes/butterball2021/elements/images/watch-tag.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper {
  padding: 60px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper .row .copy {
  margin: 0;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper .row .copy h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper .row .copy p {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper .row .recipes {
  width: 100%;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper .row .recipes .recipe {
  width: 100%;
  margin: 0;
  flex: 0 100%;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper .row .recipes .recipe .recipe-wrapper {
  width: 100%;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper .row .recipes .recipe .recipe-wrapper .image {
  height: 13vw;
  width: 100%;
  min-height: 225px;
}
@media screen and (max-width: 650px) {
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video::before {
    width: 125px;
    height: 125px;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper {
    padding: 30px;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper .row .copy {
    padding-left: 10px;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.cia_callout.product-video .wrapper .row .copy p {
    margin-top: 0;
  }
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.features_benefit .benefit_icons {
  margin-bottom: 20px;
  display: flex;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.features_benefit .benefit_icons .benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.features_benefit .benefit_icons .benefit .icon {
  padding: 20px;
  display: inline-block;
  border-radius: 6px;
  background: #f2ecd5;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.features_benefit .benefit_icons .benefit .icon img {
  max-width: 90px;
  width: 100%;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.features_benefit .benefit_icons .benefit p {
  text-align: center;
  color: #cd8c00;
  font-weight: 900;
  line-height: 20px;
  margin: 10px 0;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.packaging-details .item {
  display: flex;
  align-items: baseline;
  padding: 10px 0;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.packaging-details .item .measurement {
  width: 45%;
  color: #b5985a;
  font-weight: 800;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .block.packaging-details .item .quantity {
  width: 55%;
  color: #333333;
  font-weight: 600;
  line-height: 20px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .related_content {
  padding: 30px 10px 10px 10px;
  background: #f2ecd5;
  border-radius: 10px;
  margin-bottom: 30px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .related_content .post {
  margin-bottom: 20px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .related_content .post .title {
  font-size: 22px;
  line-height: 26px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .related_content .post .category {
  background: #e8dba6;
  color: #986018;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .related_content .post .post-image {
  width: 100%;
  max-width: 100%;
  height: 150px;
  object-fit: cover;
  padding-top: 0;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .related_content .post .post-image.placeholder-image {
  background-color: #ffffff !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 50%  !important;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .specialist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .specialist > div {
  padding-bottom: 25px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .specialist .info {
  color: #0031a7;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .specialist .info img {
  max-width: 200px;
  width: 100%;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .specialist .label {
  border-top: 2px solid #dedede;
  width: 90%;
  padding-top: 8px;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
body .related_products {
  margin: 20px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}
body .related_products h2 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 20px;
}
body .related_products .posts {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
body .related_products .posts .post {
  padding: 0 10px;
}
body .related_products .posts .post .title {
  margin-bottom: 10px;
  margin-top: -20px;
  line-height: 22px !important;
}
body .related_products .posts .post a {
  font-size: 22px;
  line-height: 22px !important;
}
body .related_products .posts .post .category {
  font-size: 14px;
  top: -20px;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  position: relative;
}
body .related_products .posts .post .category a {
  background: #e8dba6;
  color: #986018;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;
  font-size: 16px;
}
body .related_products .posts .post .category a:hover {
  background: #243bff;
  color: #fcd405;
}
body .related_products .posts .post .brand-logo {
  max-width: 70px;
  margin-top: 5px;
}
body .related_products .more {
  margin: 40px 0;
}
body .k12-callout {
  margin-bottom: -170px;
}
@media (max-width: 1200px) {
  body.single-btb_product div#main.product-detail .wrapper .left-col .media .slider > div {
    height: 25vh;
  }
  body.single-btb_product div#main.product-detail .wrapper .left-col .media .slider .slider-img {
    height: 25vh;
  }
}
@media (max-width: 992px) {
  body.single-btb_product div#main.product-detail .wrapper .left-col {
    width: 35%;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col {
    width: 65%;
  }
  body .related_products .posts .col {
    max-width: 50%;
  }
  body .related_products .posts .col .post {
    margin-bottom: 20px;
  }
}
@media (max-width: 860px) {
  body.single-btb_product div#main.product-detail .mobile-only {
    display: block;
  }
  body.single-btb_product div#main.product-detail .mobile-only > div {
    display: block;
  }
  body.single-btb_product div#main.product-detail .mobile-only .media {
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  body.single-btb_product div#main.product-detail .wrapper .left-col {
    display: none;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col {
    width: 100%;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col h1 {
    text-align: center;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .brand {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: flex;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .info-bubbles {
    display: flex;
    justify-content: center;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .ctas {
    justify-content: center;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .cn-commodity-label {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body.single-btb_product div#main.product-detail {
    margin: 80px 0 20px 0;
  }
  body.single-btb_product div#main.product-detail .action-icons .container {
    justify-content: space-between;
    max-width: 200px;
    margin: 0 auto;
  }
  body.single-btb_product div#main.product-detail .action-icons .container a {
    margin-right: 0;
  }
  body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .related_content .post .post-image {
    height: 100%;
  }
}
@media (max-width: 440px) {
  body .related_products .posts .col {
    max-width: 100%;
  }
}
body.single-btb_recipe {
  position: relative;
}
body.single-btb_recipe div#main.recipe-detail {
  margin: 60px 0 20px 0;
  position: relative;
}
body.single-btb_recipe div#main.recipe-detail .mobile-only {
  display: none;
}
body.single-btb_recipe div#main.recipe-detail .mobile-only > div {
  display: none;
}
body.single-btb_recipe div#main.recipe-detail .wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section {
  display: flex;
  width: 98%;
  position: relative;
  margin: 0 auto 20px auto;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section h1 {
  margin-bottom: 20px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .mobile-only {
  display: none;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .breadcrumbs {
  margin-bottom: 10px;
  padding-bottom: 0;
  justify-content: flex-start;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .breadcrumbs .category {
  display: inline-block;
  margin: 0px 10px 10px 0;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .breadcrumbs .category a {
  background: #e8dba6;
  color: #986018;
  border-radius: 10px;
  font-weight: 900;
  padding: 0 10px;
  display: block;
  font-size: 16px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .breadcrumbs .category a:hover {
  background: #243bff;
  color: #fcd405;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .breadcrumbs .category.sku {
  background: #ffffff;
  border-radius: 0px;
  color: #b5985a;
  font-weight: 900;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .breadcrumbs .category.sku span {
  font-size: 20px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .left-col {
  width: 45%;
  display: flex;
  flex-direction: column;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .left-col .image {
  position: relative;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .left-col .image .overlay {
  background: url(/wp-content/themes/butterball2021/elements/images/play-button.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 650px) {
  body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .left-col .image .overlay {
    width: 80px;
    height: 80px;
  }
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .left-col .image:hover .overlay {
  transform: translate(-50%, -50%) scale(0.96);
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .left-col .featured-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  max-width: 95%;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 420px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .left-col .featured-image.placeholder-image {
  background-color: #e7f5fb !important;
  background-image: url("../images/recipe_turkey-served.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 50%  !important;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section {
  padding-top: 20px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section .wrapper img {
  max-width: 245px;
  margin-right: 20px;
  margin-bottom: 20px;
  max-height: 100px;
  object-fit: contain;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section .wrapper .cta {
  margin-bottom: 20px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section.author {
  padding-top: 0;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section.author .wrapper {
  border: 1px solid #dedede;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section.author .wrapper img {
  margin: 0 20px 0 0;
  max-width: 225px;
  max-height: 80px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section.author .wrapper .content {
  flex: 1;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section.author .wrapper .content * {
  color: #333333;
  font-weight: 500;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section.author .wrapper .content a {
  color: #0031a7;
  font-weight: 900;
  text-decoration: underline;
}
@media (max-width: 500px) {
  body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section.author .wrapper {
    flex-direction: column;
  }
  body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section.author .wrapper img {
    margin: 0;
  }
  body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section.author .wrapper .content * {
    text-align: center;
  }
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .turkeyr-section-note p {
  font-size: 11px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .description {
  padding: 10px 0;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .description strong,
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .description b {
  font-weight: bold;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .block {
  margin-bottom: 30px 0;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .serving-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .serving-info .item {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .serving-info .item .info {
  background: #e7f5fb;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .serving-info .item .info span {
  color: #001391;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 6px;
  text-align: center;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .serving-info .item .info span:nth-child(2) {
  margin-bottom: 0px;
  display: block;
  font-size: 12px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .serving-info .item .label {
  color: #cd8c00;
  font-size: 13px;
  font-weight: 900;
}
@media (max-width: 600px) {
  body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col .serving-info {
    flex-direction: column;
  }
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part {
  display: flex;
  flex-direction: column;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .recipe_twists {
  display: flex;
  margin: 0px auto 10px auto;
  width: 90%;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .cols {
  display: flex;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 40px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .ingredients,
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .directions {
  width: 50%;
  padding-right: 20px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .ingredients h3,
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .directions h3 {
  margin-bottom: 20px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .ingredients .item {
  display: flex;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .ingredients .item p {
  line-height: 36px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .ingredients .item .measurement {
  display: flex;
  margin-right: 20px;
  width: 22%;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .ingredients .item .measurement p {
  color: #0031a7;
  font-weight: 900;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .ingredients .item .measurement .amount-unit {
  margin: 0 10px 0 0;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .ingredients .item .ingredient {
  width: 78%;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .ingredients .item .product a {
  color: #0031a7;
  text-decoration: underline;
  font-weight: 900;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .ingredients .item.alternative .ingredient .product {
  font-size: 13px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .ingredients .item.alternative .ingredient .product span {
  margin-left: 10px;
  background: #cfecf8;
  color: #001391;
  border-radius: 10px;
  font-weight: 900;
  padding: 0 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 2;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .directions ol {
  list-style: none;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .directions ol li {
  line-height: 38px;
  display: flex;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .directions ol li span.step_number {
  color: #cd8c00;
  font-weight: 900;
  padding-right: 10px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .cols:nth-child(n+2) {
  border-top: 1px solid #dedede;
  padding-top: 30px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .part_name,
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .direction_text,
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .yield {
  color: #cd8c00;
  font-weight: 900;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .yield {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part.has-twists .title {
  display: block;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part.has-twists .cols {
  border: none;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part.has-twists .recipe_twists {
  border-top: 1px solid #dedede;
  padding-top: 30px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part.has-twists .recipe_twists p {
  padding: 0 20px;
  line-height: 40px;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part h3 {
  display: none;
}
body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part:first-child h3 {
  display: block;
}
body.single-btb_recipe div#main.k12-recipe-detail .right-col .ctas {
  justify-content: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
}
body.single-btb_recipe div#main.k12-recipe-detail .right-col .ctas .cta {
  margin-bottom: 10px;
}
body.single-btb_recipe div#main.k12-recipe-detail .right-col .ctas .cta:first-child {
  margin-left: 0;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 20px auto 0 auto;
  width: 100%;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn > div {
  margin: 10px auto;
  width: 99%;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .title {
  padding: 0 30px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .title h3 {
  padding-bottom: 30px;
  position: relative;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .title h3 span:nth-child(1) {
  color: #0031a7;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .title h3 span:nth-child(2) {
  color: #cd8c00;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  float: right;
  padding-right: 27px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .title h3 span:nth-child(2)::after {
  position: absolute;
  right: -2px;
  bottom: 7px;
  font-size: 14px;
  content: "";
  background-image: url("/wp-content/themes/butterball2021/elements/images/arrow-down_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  background-color: #cd8c00;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .title h3 span:nth-child(2):hover {
  cursor: pointer;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .title.open h3 span:nth-child(2)::after {
  transform: rotate(-180deg);
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data {
  transition-duration: 0.5s;
  height: 300px;
  overflow: hidden;
  position: relative;
  padding: 0 30px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .columns-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #e7f5fb;
  margin: 0;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .columns-header p {
  padding: 0;
  margin: 0;
  font-weight: 900;
  color: #013779;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .columns-header p.hide {
  opacity: 0;
  z-index: -1;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 0;
  background: #013779;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-header p {
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-header.note p {
  line-height: 1.5;
  font-size: 14px;
  text-transform: none;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .nutrient-blocks.alternative .data-content {
  padding: 0 15px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .nutrient-blocks.alternative .data-content .ingredient {
  font-size: 13px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .nutrient-blocks.alternative .data-content .ingredient span {
  margin-left: 10px;
  background: #cfecf8;
  color: #001391;
  border-radius: 10px;
  font-weight: 900;
  padding: 0 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 2;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #dedede;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-content p {
  padding: 0;
  margin: 0;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-content p a {
  font-weight: 900;
  color: #0031a7;
  text-decoration: underline;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-content:last-child {
  border-bottom: 0;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-content.full {
  width: 100% !important;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-content.header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #e7f5fb;
  margin: 0;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-content.header p {
  padding: 0;
  margin: 0;
  text-align: center;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-content.header p span {
  font-weight: 900 !important;
  color: #013779 !important;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .data-content.footnotes p {
  font-size: 14px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data.open {
  transition-property: all;
  transition-duration: 3.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  height: auto;
  overflow: initial;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .overlay {
  position: relative;
  height: 300px;
  margin-top: -280px;
  background: #ffffff;
  z-index: 10;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 73%);
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .overlay.hide {
  display: none;
  height: 0;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-ingredients {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 30px 0;
  width: 98%;
  overflow: hidden;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-ingredients.active {
  height: auto;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-ingredients .data .columns-header p {
  width: 25%;
  text-align: left;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-ingredients .data .columns-header p:first-child {
  width: 50%;
  text-align: left;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-ingredients .data .ingredient-blocks .data-content .ingredient {
  width: 50%;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-ingredients .data .ingredient-blocks .data-content .portion-unit {
  width: 25%;
  text-align: left;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-ingredients .data .ingredient-blocks .data-content .portion-unit .portion {
  display: none;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-direction {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 30px 0;
  width: 98%;
  overflow: hidden;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-direction.active {
  height: auto;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-direction .data {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 30px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-direction .data h4 {
  text-transform: uppercase;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-direction .data ol {
  list-style: none;
  counter-reset: item;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-direction .data ol li {
  counter-increment: item;
  display: table-row;
  margin-bottom: 10px;
  position: relative;
  line-height: 35px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-direction .data ol li:before {
  margin-right: 10px;
  padding-right: 10px;
  content: counter(item) '.';
  width: 1.2em;
  display: table-cell;
  color: #0031a7;
  font-weight: 900;
  line-height: 50px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-direction .data ol li strong {
  font-weight: bold;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-direction .ccp-text {
  font-weight: 900;
  color: #0031a7;
  margin-top: 20px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-direction .ccp-text span {
  font-weight: 600;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data {
  height: auto;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 30px 0;
  width: 98%;
  overflow: hidden;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients.active,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep.active {
  height: auto;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data {
  padding: 0  30px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .columns-header,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .columns-header {
  justify-content: center;
  width: 95%;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
  margin: 0px 0px 0 1px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper:not(:first-child),
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper:not(:first-child) {
  padding-top: 50px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content {
  width: 25%;
  border: 0;
  padding: 0;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content .border,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content .border {
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  width: 100%;
  margin: 0px 0px -1px -1px;
  padding: 20px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content .border .nutrient,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content .border .nutrient {
  color: #0031a7;
  font-weight: 900;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content .border .nutrient span,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content .border .nutrient span {
  display: block;
  font-weight: normal;
  color: #333333;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content .border:last-child,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content .border:last-child {
  border-bottom: 1px solid #dedede;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content.header,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content.header {
  background: none;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content.header .border,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content.header .border {
  border: none;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content.header .border .nutrient,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content.header .border .nutrient {
  color: #b5985a !important;
  font-size: 24px;
  text-align: left;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content.header .border .nutrient span,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content.header .border .nutrient span {
  color: #b5985a !important;
  font-size: 24px;
  text-align: left;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border {
  border: none;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .left,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .left {
  float: left;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .right,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .right {
  float: right;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .left p,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .left p,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .right p,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .right p {
  font-size: 18px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .left p span,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .left p span,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .right p span,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks .nutrient-wrapper .data-content.footnotes .border .right p span {
  color: #b5985a;
  font-weight: 900;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .component,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .component {
  margin: 30px 0 0 0;
  width: 100%;
  padding: 0;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .component.columns-header p,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .component.columns-header p {
  padding: 15px 0 ;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks.component-nutrient-blocks,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks.component-nutrient-blocks {
  flex-direction: row;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks.component-nutrient-blocks .data-content,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks.component-nutrient-blocks .data-content {
  width: 25%;
  height: 100%;
  border-bottom: none;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks.component-nutrient-blocks .data-content .border,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks.component-nutrient-blocks .data-content .border {
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  width: 100%;
  margin: 0px 0px -1px -1px;
  padding: 20px;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks.component-nutrient-blocks .data-content .border .nutrient,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks.component-nutrient-blocks .data-content .border .nutrient {
  color: #0054a5;
  font-weight: 900;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks.component-nutrient-blocks .data-content .border .nutrient span,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .nutrient-blocks.component-nutrient-blocks .data-content .border .nutrient span {
  display: block;
  font-weight: normal;
  color: #8a8a8a;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .footer-content,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .footer-content {
  padding: 15px;
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .footer-content .left p,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .footer-content .left p {
  color: #b5985a;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .footer-content .left p span,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .footer-content .left p span {
  font-weight: 100;
  color: #585858;
  text-transform: none;
}
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .footer-content .right p,
body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-prep .data .footer-content .right p {
  font-size: 14px;
}
body.single-btb_recipe .related_recipes {
  margin: 20px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}
body.single-btb_recipe .related_recipes h2 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 20px;
}
body.single-btb_recipe .related_recipes .posts {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
body.single-btb_recipe .related_recipes .posts .post {
  padding: 0 10px;
}
body.single-btb_recipe .related_recipes .posts .post .title {
  margin-bottom: 10px;
  margin-top: -10px;
  text-transform: capitalize;
  line-height: 24px !important;
}
body.single-btb_recipe .related_recipes .posts .post a {
  font-size: 22px;
  line-height: 24px !important;
}
body.single-btb_recipe .related_recipes .posts .post .category {
  border-radius: 6px;
  background: #e8dba6;
  color: #986018;
  font-size: 14px;
  position: relative;
  top: -20px;
  margin: 0px 0px 0px 0px;
}
body.single-btb_recipe .related_recipes .posts .post .category:hover {
  background-color: #243bff;
  color: #fcd405;
}
body.single-btb_recipe .related_recipes .posts .post .brand-logo {
  max-width: 70px;
}
body.single-btb_recipe .related_recipes .more {
  margin: 40px 0;
}
@media (max-width: 992px) {
  body .related_recipes .posts .col {
    max-width: 50%;
  }
}
@media (max-width: 860px) {
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .data-content p {
    font-size: 16px;
  }
}
@media (max-width: 860px) {
  body.single-btb_recipe div#main.recipe-detail .mobile-only {
    display: block;
  }
  body.single-btb_recipe div#main.recipe-detail .mobile-only > div {
    display: block;
  }
  body.single-btb_recipe div#main.recipe-detail .wrapper .top-section {
    flex-direction: column;
  }
  body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .left-col {
    width: 100%;
  }
  body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .left-col .featured-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
  body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .right-col {
    width: 100%;
  }
  body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .recipe_twists {
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .recipe_twists p {
    padding: 0px !important;
  }
  body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .cols {
    flex-direction: column;
    width: 100%;
  }
  body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .cols .ingredients,
  body.single-btb_recipe div#main.recipe-detail .wrapper .ingredients-directions .recipe_part .cols .directions {
    width: 100%;
    margin-bottom: 30px;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .data-content {
    width: 33% !important;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .data-content.header {
    width: 100% !important;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .data-content.footnotes {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  body.single-btb_recipe div#main {
    margin: 80px 0 20px 0 !important;
  }
  body.single-btb_recipe div#main .top-section .mobile-only {
    display: block !important;
  }
  body.single-btb_recipe div#main .top-section .right-col h1,
  body.single-btb_recipe div#main .top-section .right-col .breadcrumbs {
    display: none;
  }
  body.single-btb_recipe div#main .action-icons {
    top: -55px;
  }
  body.single-btb_recipe div#main .action-icons .container {
    justify-content: space-between;
    max-width: 200px;
    margin: 0 auto;
  }
  body.single-btb_recipe div#main .action-icons .container a {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data {
    margin-top: 10px;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .columns-header {
    display: none;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .columns-header.component {
    display: block;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .columns-header.component p {
    text-align: center;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .ingredient-blocks .nutrient-blocks .data-content {
    flex-direction: column;
    align-items: flex-start;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .ingredient-blocks .nutrient-blocks .data-content .ingredient {
    width: 100% !important;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .ingredient-blocks .nutrient-blocks .data-content .portion-unit {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: left;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .data .ingredient-blocks .nutrient-blocks .data-content .portion-unit .portion {
    font-weight: 900;
    display: inline-block !important;
    width: 50%;
    color: #0031a7;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .section-title h3 span:nth-child(1) {
    display: block;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .section-title h3 span:nth-child(2) {
    position: absolute;
    right: 0;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .data-content {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .data-content {
    width: 100% !important;
  }
  body.single-btb_recipe div#main.k12-recipe-detail .k12-recipe-idn .k12-recipe-nutrients .data .nutrient-blocks .data-content .border .nutrient {
    text-align: center;
  }
}
@media (max-width: 440px) {
  body .related_recipes .posts .col {
    max-width: 100%;
  }
}
body.single-btb_resource #main {
  padding-top: 40px;
}
body.single-btb_resource #main .post-col {
  position: relative;
}
body.single-btb_resource #main .post {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin: 0px auto 40px auto;
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
body.single-btb_resource #main .post a {
  color: #0031a7 !important;
  text-decoration: underline;
  font-weight: 900;
}
body.single-btb_resource #main .post a strong {
  color: #0031a7 !important;
}
body.single-btb_resource #main .post a:hover,
body.single-btb_resource #main .post a:hover strong {
  color: #cd8c00 !important;
}
body.single-btb_resource #main .post p {
  align-self: flex-start;
}
body.single-btb_resource #main .post iframe {
  width: 50vw;
  height: 20vw;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  body.single-btb_resource #main .post iframe {
    height: 45vw;
    width: 100%;
  }
}
@media (max-width: 450px) {
  body.single-btb_resource #main .post iframe {
    height: 50vw;
  }
}
body.single-btb_resource #main .post h1 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
body.single-btb_resource #main .post p.date {
  color: #cd8c00;
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
body.single-btb_resource #main .post .post-image,
body.single-btb_resource #main .post #download {
  margin-bottom: 20px;
}
body.single-btb_resource #main .post .post-image {
  border-radius: 10px;
  max-width: 70%;
  padding-right: 0;
  margin: 0 auto 20px;
  display: block;
}
@media (max-width: 768px) {
  body.single-btb_resource #main .post .post-image {
    max-width: 100%;
  }
}
body.single-btb_resource #main .post ul {
  list-style: disc;
  width: 100%;
}
body.single-btb_resource #main .post ol {
  list-style: decimal;
  width: 100%;
}
body.single-btb_resource #main .post ol li::marker {
  color: #cd8c00;
  font-weight: 900;
}
body.single-btb_resource #main .post li {
  line-height: 35px;
  margin-left: 30px;
}
body.single-btb_resource #main .post strong {
  font-weight: 900;
  color: #cd8c00;
}
body.single-btb_resource #main .post .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}
body.single-btb_resource #main .post .breadcrumbs li {
  background: #e8dba6;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  margin: 20px 5px 10px 5px;
  padding: 0px 0px 0px 0px;
}
body.single-btb_resource #main .post .breadcrumbs li a {
  color: #986018;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px 10px 0px 10px;
  display: block;
}
body.single-btb_resource #main .post .breadcrumbs li:hover {
  background: #243bff;
}
body.single-btb_resource #main .post .breadcrumbs li:hover a {
  color: #fcd405 !important;
}
body.single-btb_resource #main .post .breadcrumbs li.active {
  background: #0031a7;
}
body.single-btb_resource #main .post .breadcrumbs li.active a {
  color: #ffffff;
}
body.single-btb_resource #main .post em {
  font-style: italic;
}
body.single-btb_resource #main .post b {
  font-weight: bold;
}
body.single-btb_resource #main .post #download:hover {
  color: #fcd405 !important;
}
body.single-btb_resource #main .post img:not(.post-image) {
  float: left;
  padding-right: 10px;
}
body.single-btb_resource #main .actions {
  right: 0;
}
body.single-btb_resource #main .actions .action-icons {
  top: -20px;
  right: -50px;
  width: 180px;
}
body .related_resources {
  margin: 20px 0 40px 0;
}
body .related_resources .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .related_resources .wrapper .posts {
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
body .related_resources .wrapper .posts .post a.category {
  padding: 10px 10px 10px 10px;
}
body .related_resources .wrapper > h2 {
  font-size: 48px;
  padding-bottom: 40px;
}
body .related_resources .wrapper .more {
  margin: 20px 0;
}
@media (max-width: 768px) {
  body.single-btb_resource #main .post {
    margin-top: 30px;
  }
  body.single-btb_resource #main .actions {
    position: unset;
  }
  body.single-btb_resource #main .actions .action-icons {
    top: -50px;
    right: 0;
    left: 0;
    width: 100%;
  }
  body.single-btb_resource #main .actions .action-icons .container {
    justify-content: space-around;
    position: relative;
    max-width: 200px;
    margin: 15px auto 0 auto;
  }
  body.single-btb_resource #main .actions .action-icons .container a {
    margin-right: 0px;
  }
}
body.search-results .wrapper,
body.search-no-results .wrapper {
  padding: 60px 30px 0 30px;
}
body.search-results .search-form-group,
body.search-no-results .search-form-group {
  border-top: none;
  left: -1px;
  background: #ffffff;
  width: 100%;
  max-width: 1200px;
  height: 53px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 10;
  position: relative;
  margin: 0 auto;
}
body.search-results .search-form-group form,
body.search-no-results .search-form-group form {
  padding: 30px 0 30px 0;
}
body.search-results .search-form-group #search-btn,
body.search-no-results .search-form-group #search-btn {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  z-index: 2;
  background-image: url("../images/magnifier_butterball-yellow-gold-medium.svg");
  right: auto;
  left: 0px;
  top: 1px;
  width: 53px;
  height: 52px;
  position: absolute;
  cursor: pointer;
}
body.search-results .search-form-group #search-btn:hover,
body.search-no-results .search-form-group #search-btn:hover {
  background-image: url("../images/magnifier_butterball-blue.svg");
}
body.search-results .search-form-group #search-btn.loading,
body.search-no-results .search-form-group #search-btn.loading {
  background-image: url("../images/preloader_60_butterball-yellow-gold-medium.gif");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.search-results .search-form-group input#s,
body.search-no-results .search-form-group input#s {
  background: none;
  width: calc(100% - 55px - 40px);
  height: 53px;
  position: absolute;
  left: 50px;
  top: 0px;
  border: 0px;
  color: #cd8c00;
  font-weight: 700;
  font-size: 21px;
  line-height: 53px;
  z-index: 2;
  text-indent: 2px;
}
body.search-results .search-form-group input#s::placeholder,
body.search-no-results .search-form-group input#s::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cd8c00;
  opacity: 1;
  /* Firefox */
}
body.search-results .search-form-group input#s:-ms-input-placeholder,
body.search-no-results .search-form-group input#s:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cd8c00;
}
body.search-results .search-form-group input#s::-ms-input-placeholder,
body.search-no-results .search-form-group input#s::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cd8c00;
}
body.search-results .tab-content,
body.search-no-results .tab-content {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
body.search-results .tab-content .tabs,
body.search-no-results .tab-content .tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
body.search-results .tab-content .tabs li,
body.search-no-results .tab-content .tabs li {
  width: 19%;
  display: flex;
  justify-content: center;
  background: #e7f5fb;
  padding: 0;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  color: #ffffff;
}
body.search-results .tab-content .tabs li.inactive,
body.search-no-results .tab-content .tabs li.inactive {
  pointer-events: none;
  opacity: 0.7;
}
body.search-results .tab-content .tabs li a,
body.search-no-results .tab-content .tabs li a {
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  color: #001391;
  font-weight: 900;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
body.search-results .tab-content .tabs li a span,
body.search-no-results .tab-content .tabs li a span {
  background: #cd8c00;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
  margin-right: 10px;
}
body.search-results .tab-content .tabs li:hover,
body.search-no-results .tab-content .tabs li:hover {
  background: #243bff;
  color: #fcd405;
}
body.search-results .tab-content .tabs li:hover a,
body.search-no-results .tab-content .tabs li:hover a {
  color: #fcd405;
}
body.search-results .tab-content .tabs li:hover a span,
body.search-no-results .tab-content .tabs li:hover a span {
  background: #ffffff;
  color: #cd8c00;
}
body.search-results .tab-content .tabs li.active,
body.search-no-results .tab-content .tabs li.active {
  background: #0031a7;
  color: #ffffff;
}
body.search-results .tab-content .tabs li.active a,
body.search-no-results .tab-content .tabs li.active a {
  color: #ffffff;
}
body.search-results .tab-content .tabs li.active a span,
body.search-no-results .tab-content .tabs li.active a span {
  background: #ffffff;
  color: #cd8c00;
}
body.search-results .content .wrapper,
body.search-no-results .content .wrapper {
  max-width: 1180px;
}
body.search-results .content .search-cards .search-card,
body.search-no-results .content .search-cards .search-card {
  margin-bottom: 40px;
  display: flex;
  align-items: baseline;
}
body.search-results .content .search-cards .search-card p,
body.search-no-results .content .search-cards .search-card p {
  word-break: break-word;
}
body.search-results .content .search-cards .search-card p .post-type,
body.search-no-results .content .search-cards .search-card p .post-type {
  background: #e8dba6;
  border-radius: 5px;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  padding: 6px 12px;
  margin: 20px 30px 10px 0px;
  color: #986018;
  line-height: 20px;
  word-break: normal;
}
body.search-results .content .search-cards .search-card p a,
body.search-no-results .content .search-cards .search-card p a {
  color: #0031a7;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
}
body.search-results .content .search-cards .search-card p a:hover,
body.search-no-results .content .search-cards .search-card p a:hover {
  color: #cd8c00;
}
body.search-results .content .search-cards .search-card p a.link,
body.search-no-results .content .search-cards .search-card p a.link {
  font-size: 16px;
  color: #cd8c00;
}
body.search-results .content .search-cards .search-card p a.link:hover,
body.search-no-results .content .search-cards .search-card p a.link:hover {
  text-decoration: underline;
}
body.search-results .content .search-cards .search-card .featured-image,
body.search-no-results .content .search-cards .search-card .featured-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-width: 360px;
  max-width: 360px;
  border-radius: 10px;
  display: block;
  margin-right: 30px;
  width: 100%;
  height: 0;
  padding-top: 23.64%;
}
body.search-results .content .search-cards .search-card .featured-image.placeholder-image,
body.search-no-results .content .search-cards .search-card .featured-image.placeholder-image {
  background-color: #f5f5f5 !important;
  background-size: 80%  !important;
}
body.search-results .content .search-cards .search-card.has-featrued-image,
body.search-no-results .content .search-cards .search-card.has-featrued-image {
  align-items: flex-start;
}
body.search-results .content .search-cards .search-card.has-featrued-image .left,
body.search-no-results .content .search-cards .search-card.has-featrued-image .left {
  padding-top: 10px;
}
body.search-results .content .search-cards .search-card.has-featrued-image .right,
body.search-no-results .content .search-cards .search-card.has-featrued-image .right {
  padding-top: 30px;
}
body.search-no-results .hero-section .wrapper {
  padding: 60px 30px;
}
body.search-no-results .content .wrapper .noresults-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
}
body.search-no-results .content .wrapper .noresults-content img {
  width: 100%;
  max-width: 150px;
}
body.search-no-results .content .wrapper .noresults-content p {
  font-weight: 600;
}
body.search-no-results .content .wrapper .noresults-content h2 {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 992px) {
  body.search-results .wrapper {
    padding: 60px 10px 0 10px;
  }
  body.search-results .tab-content .tabs li a {
    flex-direction: column;
    align-items: center;
  }
  body.search-results .tab-content .tabs li a span {
    margin-bottom: 5px;
  }
  body.search-results .content .search-cards .search-card {
    flex-wrap: wrap;
    flex-direction: column;
  }
  body.search-results .content .search-cards .search-card .featured-image {
    padding-top: 0;
    height: 260px;
  }
}
body.page-template-page-resources-nowserving .hero-section {
  padding-top: 50px;
}
body.page-template-page-resources-nowserving .hero-section h1 {
  text-align: center;
}
body.page-template-page-resources-nowserving .tab-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
body.page-template-page-resources-nowserving .tab-content .tabs {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
body.page-template-page-resources-nowserving .tab-content .tabs li {
  display: flex;
  justify-content: center;
  background: #e7f5fb;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  color: #ffffff;
}
body.page-template-page-resources-nowserving .tab-content .tabs li.inactive {
  pointer-events: none;
  opacity: 0.7;
}
body.page-template-page-resources-nowserving .tab-content .tabs li a {
  width: 100%;
  padding: 12px 18px;
  text-align: center;
  color: #013779;
  font-weight: 900;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0031a7;
  font-weight: 600;
  margin-right: 5px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.icon#tips {
  background: url("/wp-content/themes/butterball2021/elements/images/lightbulb_tan.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.icon#trends {
  background: url("/wp-content/themes/butterball2021/elements/images/flame_tan.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.icon#infographics {
  background: url("/wp-content/themes/butterball2021/elements/images/paintbrush_tan.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.icon#k-12 {
  background: url("/wp-content/themes/butterball2021/elements/images/school-books_tan.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.text {
  font-weight: 900;
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover,
body.page-template-page-resources-nowserving .tab-content .tabs li.active {
  background: #0031a7;
  color: #ffffff;
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover a,
body.page-template-page-resources-nowserving .tab-content .tabs li.active a {
  color: #ffffff;
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover a span.icon#tips,
body.page-template-page-resources-nowserving .tab-content .tabs li.active a span.icon#tips {
  background: url("/wp-content/themes/butterball2021/elements/images/lightbulb_white.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover a span.icon#trends,
body.page-template-page-resources-nowserving .tab-content .tabs li.active a span.icon#trends {
  background: url("/wp-content/themes/butterball2021/elements/images/flame_white.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover a span.icon#infographics,
body.page-template-page-resources-nowserving .tab-content .tabs li.active a span.icon#infographics {
  background: url("/wp-content/themes/butterball2021/elements/images/paintbrush_white.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover a span.icon#k-12,
body.page-template-page-resources-nowserving .tab-content .tabs li.active a span.icon#k-12 {
  background: url("/wp-content/themes/butterball2021/elements/images/school-books_white.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover a span.text,
body.page-template-page-resources-nowserving .tab-content .tabs li.active a span.text {
  background: #013779;
  color: #cfecf8;
}
body.page-template-page-resources-nowserving .contentarea .child-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li {
  background: #cfecf8;
  border-radius: 5px;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  padding: 6px 12px;
  margin: 20px 5px 10px 5px;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li a {
  color: #0031a7;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li.active {
  background: #0031a7;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li.active a {
  color: #ffffff;
}
body.page-template-page-resources-nowserving .contentarea .posts .post {
  margin-bottom: 60px;
}
body.page-template-page-resources-nowserving .contentarea .posts .post .post-image {
  background-position: top !important;
}
body.page-template-page-resources-nowserving .contentarea .posts .post .post-image.placeholder-image {
  background-color: #e7f5fb !important;
  background-image: url("../images/recipe_turkey-served.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 50%  !important;
}
body.page-template-page-resources-nowserving .contentarea .posts .post.k-12-resource .post-image {
  position: relative;
}
body.page-template-page-resources-nowserving .contentarea .posts .post.k-12-resource .post-image .overlay {
  background: url("/wp-content/themes/butterball2021/elements/images/play-button.svg");
  position: absolute;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
body.page-template-page-resources-nowserving .contentarea .posts .post.k-12-resource .post-image:hover .overlay {
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(0.96);
}
@media (max-width: 500px) {
  body.page-template-page-resources-nowserving .hero-section .wrapper {
    padding: 0;
  }
  body.page-template-page-resources-nowserving .hero-section .wrapper .tab-content .tabs {
    overflow: hidden;
  }
  body.page-template-page-resources-nowserving .hero-section .wrapper .tab-content .tabs li {
    margin-right: 5px;
  }
  body.page-template-page-resources-nowserving .hero-section .wrapper .tab-content .tabs li a {
    font-size: 16px;
  }
  body.page-template-page-resources-nowserving .hero-section .wrapper .tab-content .tabs li a span.icon {
    width: 30px;
    height: 30px;
  }
}
.subscribe_find_a_broker {
  clear: both;
}
.subscribe_find_a_broker .wrapper .subscribe_section {
  background: #0031a7;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px 120px 20px;
  max-width: 1000px;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper .icon {
  width: 100%;
  max-width: 180px;
  margin-bottom: 25px;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper p {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper p.recaptcha-error {
  font-size: 16px !important;
  margin-top: 20px;
  font-weight: 400;
  background: #cc0000;
  padding: 10px 20px;
  border-radius: 20px;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper p.disclaimer {
  max-width: 1000px;
  padding: 20px 0;
  font-size: 20px !important;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper p.disclaimer a {
  color: #fcd405;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper p.disclaimer a:hover {
  color: #cd8c00;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields .other-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields .other-fields.visible {
  max-height: 1000px;
  transition: max-height 0.25s ease-in;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields .col-33,
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields .col-50,
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields .col-100 {
  position: relative;
  display: flex;
  justify-content: center;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields .input-field {
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields .input-field label.error {
  font-size: 16px;
  font-weight: 400;
  background: #cc0000;
  color: #ffffff;
  padding: 20px 20px 10px 20px;
  width: 80%;
  margin: -10px auto 0 auto;
  z-index: 1;
  position: relative;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields input,
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields select {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  border-radius: 60px;
  padding: 20px 0px;
  font-size: 24px;
  z-index: 2;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields input::placeholder,
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields select::placeholder {
  color: #d0d0d0;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields input:-ms-input-placeholder,
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields select:-ms-input-placeholder {
  color: #d0d0d0;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields input::-ms-input-placeholder,
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields select::-ms-input-placeholder {
  color: #d0d0d0;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields button {
  margin-top: 40px;
  width: 100%;
  padding: 20px 0px;
  outline: 0;
  border: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  cursor: pointer;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields button:focus {
  box-shadow: none;
  outline: 0;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields select {
  outline: 0;
  color: #d0d0d0;
  text-align-last: center;
}
.subscribe_find_a_broker .wrapper .subscribe_section .wrapper form .fields select option {
  text-align: center;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section {
  background: #001391;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper {
  max-width: 660px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 20px 40px 20px;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .info .icon {
  max-width: 60px;
  padding-right: 30px;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .info p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .form-area form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .form-area form .input-field.zip {
  max-width: 170px;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .form-area form #find_a_broker_zip {
  font-size: 20px;
  height: 50px;
  max-width: 100px;
  padding: 0 65px 0 30px;
  position: relative;
  border-radius: 60px;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .form-area form #find_a_broker_zip::placeholder {
  color: #d0d0d0;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .form-area form #find_a_broker_zip:-ms-input-placeholder {
  color: #d0d0d0;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .form-area form #find_a_broker_zip::-ms-input-placeholder {
  color: #d0d0d0;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .form-area form .submit-button {
  position: relative;
  left: -20px;
  background: #fcd405;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 50px;
  height: 50px;
  z-index: 100;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  background-image: url("/wp-content/themes/butterball2021/elements/images/pin_dark-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 31px;
  cursor: pointer;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .form-area form .submit-button:hover {
  background: #243bff;
  background-image: url("/wp-content/themes/butterball2021/elements/images/pin_yellow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 31px;
}
.subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .form-area form .submit-button button {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  outline: 0;
  font-family: 'Raleway', sans-serif;
}
.subscribe_find_a_broker.large .wrapper .subscribe_section .wrapper > p {
  word-break: break-word;
  max-width: 720px;
  font-size: 48px;
}
.subscribe_find_a_broker.large .wrapper .find_a_broker_section .wrapper {
  padding: 70px 20px 80px 20px;
}
@media (max-width: 768px) {
  .subscribe_find_a_broker .wrapper {
    padding: 0 10px;
  }
  .subscribe_find_a_broker .wrapper .subscribe_section .wrapper > p {
    font-size: 32px;
  }
  .subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper {
    flex-direction: column;
  }
  .subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .info {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .info .icon {
    padding: 0;
  }
  .subscribe_find_a_broker .wrapper .find_a_broker_section .wrapper .info p {
    font-size: 24px;
  }
}
body.Products .hero-section,
body.Recipes .hero-section {
  height: 485px;
}
body.Products .hero-section.slides-count-1 .slick-dots,
body.Recipes .hero-section.slides-count-1 .slick-dots {
  display: none !important;
}
body.Products .hero-section .hero-container,
body.Recipes .hero-section .hero-container {
  display: flex;
  padding: 0;
  align-items: flex-start;
  padding-top: 65px;
}
body.Products .hero-section .hero-container .items,
body.Recipes .hero-section .hero-container .items {
  padding-right: 40px;
  position: relative;
}
body.Products .hero-section .hero-container .items .hero-item,
body.Recipes .hero-section .hero-container .items .hero-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  outline: none;
  padding: 1px 0;
}
body.Products .hero-section .hero-container .items .hero-item .media,
body.Recipes .hero-section .hero-container .items .hero-item .media {
  outline: 0;
  width: 100%;
  max-width: 680px;
  position: relative;
}
body.Products .hero-section .hero-container .items .hero-item .media a,
body.Recipes .hero-section .hero-container .items .hero-item .media a {
  outline: 0;
}
body.Products .hero-section .hero-container .items .hero-item .media a img,
body.Recipes .hero-section .hero-container .items .hero-item .media a img {
  width: 100%;
}
body.Products .hero-section .hero-container .items .hero-item .media .category-text,
body.Recipes .hero-section .hero-container .items .hero-item .media .category-text {
  color: #0031a7;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  margin-top: -54px;
  margin-bottom: 20px;
}
body.Products .hero-section .hero-container .items .hero-item .media .category-text a,
body.Recipes .hero-section .hero-container .items .hero-item .media .category-text a {
  background: #e8dba6;
  color: #986018;
  padding: 10px;
  display: block;
  border-radius: 10px;
}
body.Products .hero-section .hero-container .items .hero-item .media .category-text a:hover,
body.Recipes .hero-section .hero-container .items .hero-item .media .category-text a:hover {
  background: #243bff;
  color: #fcd405;
}
body.Products .hero-section .hero-container .items .hero-item .media img,
body.Recipes .hero-section .hero-container .items .hero-item .media img {
  width: 100%;
}
body.Products .hero-section .hero-container .items .hero-item .media .overlay,
body.Recipes .hero-section .hero-container .items .hero-item .media .overlay {
  background: url(/wp-content/themes/butterball2021/elements/images/play-button.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.Products .hero-section .hero-container .items .hero-item .media:hover .overlay,
body.Recipes .hero-section .hero-container .items .hero-item .media:hover .overlay {
  transform: translate(-50%, -50%) scale(0.96);
}
body.Products .hero-section .hero-container .items h2,
body.Recipes .hero-section .hero-container .items h2 {
  text-transform: capitalize;
}
body.Products .hero-section .hero-container .items h2 a,
body.Recipes .hero-section .hero-container .items h2 a {
  color: #0031a7;
}
body.Products .hero-section .hero-container .items .slick-dots,
body.Recipes .hero-section .hero-container .items .slick-dots {
  display: flex;
  justify-content: flex-end;
  margin: 25px 0 10px 0;
  padding-right: calc(55% - 20px);
  cursor: pointer;
}
body.Products .hero-section .hero-container .items .slick-dots li,
body.Recipes .hero-section .hero-container .items .slick-dots li {
  margin: 0 3px;
  background: #cfecf8;
  width: 10px;
  padding: 0;
  height: 10px;
  border-radius: 120px;
}
body.Products .hero-section .hero-container .items .slick-dots li button,
body.Recipes .hero-section .hero-container .items .slick-dots li button {
  display: none;
}
body.Products .hero-section .hero-container .items .slick-dots li.slick-active,
body.Recipes .hero-section .hero-container .items .slick-dots li.slick-active {
  background: #cd8c00;
}
body.Products .hero-section .hero-container .items .slick-dots li:hover,
body.Recipes .hero-section .hero-container .items .slick-dots li:hover {
  background: #243bff;
}
body.Products .hero-section .hero-container .main-content,
body.Recipes .hero-section .hero-container .main-content {
  max-width: 600px;
  position: relative;
  padding: 30px 50px 0px 40px;
}
body.Products .hero-section .hero-container .main-content h2,
body.Recipes .hero-section .hero-container .main-content h2 {
  position: relative;
  font-size: 18px;
}
body.Products .hero-section .hero-container .main-content h2::after,
body.Recipes .hero-section .hero-container .main-content h2::after {
  content: "";
  background: #cd8c00;
  width: 60px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  bottom: -7px;
  z-index: 1;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.Products .hero-section .hero-container .main-content h1,
body.Recipes .hero-section .hero-container .main-content h1 {
  padding: 20px 0 20px 0;
  font-size: 60px;
}
body.Products .hero-section .hero-container .main-content p,
body.Recipes .hero-section .hero-container .main-content p {
  font-weight: 600;
}
body.Products .hero-section .hero-container .main-content .cta,
body.Recipes .hero-section .hero-container .main-content .cta {
  margin: 20px 0;
}
body.Products .hero-section .hero-container.mobile,
body.Recipes .hero-section .hero-container.mobile {
  display: none;
}
body.Products .hero-section.no-overlap,
body.Recipes .hero-section.no-overlap {
  height: auto;
}
body.Products .hero-section.no-overlap .hero-container,
body.Recipes .hero-section.no-overlap .hero-container {
  padding: 85px 0 65px 0;
}
@media (max-width: 960px) {
  body.Products .hero-section,
  body.Recipes .hero-section {
    height: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(360deg, #ffffff 0%, #ffffff 40%, #e5eae4 40%, #a1c4e1 100%);
    background: -webkit-linear-gradient(360deg, #ffffff 0%, #ffffff 40%, #e5eae4 40%, #a1c4e1 100%);
    background: linear-gradient(360deg, #ffffff 0%, #ffffff 40%, #e5eae4 40%, #a1c4e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#a1c4e1", GradientType=1);
  }
  body.Products .hero-section .hero-container.desktop,
  body.Recipes .hero-section .hero-container.desktop {
    display: none;
  }
  body.Products .hero-section .hero-container.mobile,
  body.Recipes .hero-section .hero-container.mobile {
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    padding: 120px 20px 0 20px;
    justify-content: flex-start;
  }
  body.Products .hero-section .hero-container.mobile .post-title,
  body.Recipes .hero-section .hero-container.mobile .post-title {
    position: relative;
    font-size: 18px;
    margin: 20px 0;
    display: flex;
    align-self: flex-start;
  }
  body.Products .hero-section .hero-container.mobile .post-title::after,
  body.Recipes .hero-section .hero-container.mobile .post-title::after {
    content: "";
    background: #b5985a;
    width: 60px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    left: 0px;
    bottom: -7px;
    z-index: 1;
    transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  body.Products .hero-section .hero-container.mobile .items,
  body.Recipes .hero-section .hero-container.mobile .items {
    bottom: 0;
    padding-right: 0;
  }
  body.Products .hero-section .hero-container.mobile .items .hero-item,
  body.Recipes .hero-section .hero-container.mobile .items .hero-item {
    align-items: center;
  }
  body.Products .hero-section .hero-container.mobile .items .slick-dots,
  body.Recipes .hero-section .hero-container.mobile .items .slick-dots {
    padding: 0;
    justify-content: center;
  }
  body.Products .hero-section .hero-container.mobile .main-content,
  body.Recipes .hero-section .hero-container.mobile .main-content {
    bottom: 0;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  body.Products .hero-section .hero-container.mobile .col-50,
  body.Recipes .hero-section .hero-container.mobile .col-50 {
    width: 100%;
    max-width: 100%;
  }
  body.Products .product-caetgories,
  body.Recipes .product-caetgories {
    padding-top: 50px;
  }
}
@media (max-width: 340px) {
  body.Products .hero-section,
  body.Recipes .hero-section {
    background: #ffffff;
    background: -moz-linear-gradient(360deg, #ffffff 0%, #ffffff 50%, #e5eae4 50%, #a1c4e1 100%);
    background: -webkit-linear-gradient(360deg, #ffffff 0%, #ffffff 50%, #e5eae4 50%, #a1c4e1 100%);
    background: linear-gradient(360deg, #ffffff 0%, #ffffff 50%, #e5eae4 50%, #a1c4e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#a1c4e1", GradientType=1);
  }
}
body.page-template-page-resources-nowserving .hero-section {
  background: #cfecf8;
  padding-top: 50px;
}
body.page-template-page-resources-nowserving .hero-section h1 {
  text-align: center;
}
body.page-template-page-resources-nowserving .tab-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
body.page-template-page-resources-nowserving .tab-content .tabs {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
body.page-template-page-resources-nowserving .tab-content .tabs li {
  display: flex;
  justify-content: center;
  background: #e7f5fb;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  color: #001391;
}
k body.page-template-page-resources-nowserving .tab-content .tabs li.inactive {
  pointer-events: none;
  opacity: 0.7;
}
body.page-template-page-resources-nowserving .tab-content .tabs li a {
  width: 100%;
  padding: 12px 18px;
  text-align: center;
  color: #0031a7;
  font-weight: 900;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0031a7;
  font-weight: 600;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.icon#tips {
  background: url("/wp-content/themes/butterball2021/elements/images/lightbulb_tan.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.icon#trends {
  background: url("/wp-content/themes/butterball2021/elements/images/flame_tan.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.icon#infographics {
  background: url("/wp-content/themes/butterball2021/elements/images/paintbrush_tan.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.icon#k-12 {
  background: url("/wp-content/themes/butterball2021/elements/images/school-books_tan.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li a span.text {
  font-weight: 900;
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover {
  background: #243bff;
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover a {
  color: #fcd405;
}
body.page-template-page-resources-nowserving .tab-content .tabs li.active {
  background: #0031a7;
  color: #ffffff;
}
body.page-template-page-resources-nowserving .tab-content .tabs li.active:hover a {
  color: #fcd405;
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover a span.icon#tips,
body.page-template-page-resources-nowserving .tab-content .tabs li.active a span.icon#tips {
  background: url("/wp-content/themes/butterball2021/elements/images/lightbulb_white.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover a span.icon#trends,
body.page-template-page-resources-nowserving .tab-content .tabs li.active a span.icon#trends {
  background: url("/wp-content/themes/butterball2021/elements/images/flame_white.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover a span.icon#infographics,
body.page-template-page-resources-nowserving .tab-content .tabs li.active a span.icon#infographics {
  background: url("/wp-content/themes/butterball2021/elements/images/paintbrush_white.svg");
}
body.page-template-page-resources-nowserving .tab-content .tabs li:hover a span.icon#k-12,
body.page-template-page-resources-nowserving .tab-content .tabs li.active a span.icon#k-12 {
  background: url("/wp-content/themes/butterball2021/elements/images/school-books_white.svg");
}
body.page-template-page-resources-nowserving .contentarea .child-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li {
  background: #e8dba6;
  border-radius: 5px;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  padding: 6px 12px;
  margin: 20px 5px 10px 5px;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li a {
  color: #986018;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li.active {
  background: #0031a7;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li.active a {
  color: #ffffff;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li:hover {
  background: #243bff;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li:hover a {
  color: #fcd405;
}
.posts.resources .post a.category {
  background: #e8dba6;
  color: #986018;
  padding: 10px 10px 10px 10px;
  border-radius: 3px;
}
.posts.resources .post a.category:hover {
  background: #243bff;
  color: #fcd405;
}
.posts.resources .post p.category {
  background: #e8dba6;
  color: #986018;
  padding: 0px 10px 0px 10px;
  border-radius: 3px;
}
body.Resources {
  overflow-x: hidden;
}
body.Resources .hero-section .hero-container {
  padding: 40px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin: 0 auto;
}
body.Resources .hero-section .hero-container .main-content {
  padding: 0 80px;
}
body.Resources .hero-section .hero-container .main-content h2 {
  font-size: 18px;
  position: relative;
}
body.Resources .hero-section .hero-container .main-content h2::after {
  content: "";
  background: #cd8c00;
  width: 60px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  bottom: -7px;
  z-index: 1;
}
body.Resources .hero-section .hero-container .main-content h1 {
  font-size: 60px;
  padding: 20px 0;
}
body.Resources .hero-section .hero-container .graphic {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
body.Resources .hero-section .hero-container .graphic img {
  width: 100%;
  max-width: 560px;
  border-radius: 10px;
}
body.Resources .hero-section .hero-container .graphic h2 {
  padding-top: 20px;
  font-size: 18px;
}
body.Resources .hero-section .hero-container .graphic .cta {
  margin: 10px 0;
}
body.Resources .hero-section .hero-container .graphic .copy {
  max-width: 450px;
}
body.Resources #recipes {
  padding-top: 50px;
}
body.Resources #recipes .columns .col.content .title {
  padding-bottom: 10px;
}
body.Resources #recipes .columns .col.content .videos .slick-list .slick-track {
  background-color: #ffffff;
  padding: 20px 0 20px 0;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.Resources #recipes .columns .col.content .videos .title-slide .content {
  padding: 100px 100px 100px 50px;
}
@media (max-width: 900px) {
  body.Resources #recipes .columns {
    padding-top: 20px;
  }
}
body.Resources .sliders .columns .col.content .slide-section .title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body.Resources .sliders .columns .col.content .slide-section .title .icon {
  margin-bottom: 10px;
}
body.Resources .sliders .columns .col.content .slide-section .title .icon img {
  width: 50px;
  height: 50px;
}
body.Resources .recipe-trends {
  padding-top: 0;
  padding-bottom: 80px;
}
body.Resources .recipe-trends .wrapper .trend .posts .post {
  padding: 0px 20px 0px 20px;
}
body.Resources .recipe-trends .wrapper .trend .posts .post:nth-child(2) {
  margin-bottom: 30px;
}
body.Resources .recipe-trends .wrapper .trend .posts .post p.date {
  margin-top: -10px;
}
body.Resources .recipe-trends .wrapper .trend .posts .post .post-image {
  width: 100%;
  max-width: none;
  height: auto;
  padding-bottom: 66.77%;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  body.Resources .hero-section .hero-container {
    flex-direction: column;
  }
  body.Resources .hero-section .hero-container .col-50 {
    max-width: 100%;
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  body.Resources .recipe-trends .wrapper .trend {
    padding-bottom: 50px;
  }
}
body .resourcesv2 .hero-section .hero-container {
  max-width: 1500px;
}
body .resourcesv2 .hero-section .hero-container .main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
body .resourcesv2 .hero-section .hero-container .main-content .breadcrumb p {
  color: #0031a7;
  font-weight: 900;
  position: relative;
  line-height: 1;
}
body .resourcesv2 .hero-section .hero-container .main-content .breadcrumb p::after {
  content: "";
  background: #cd8c00;
  width: 60px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  z-index: 1;
}
body .resourcesv2 .hero-section .hero-container .main-content h1 {
  text-align: center;
}
body .resourcesv2 .hero-section .hero-container .main-content .copy {
  text-align: center;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  body .resourcesv2 .hero-section .hero-container .main-content h1 {
    font-size: 42px;
  }
  body .resourcesv2 .hero-section .hero-container .main-content .copy {
    font-size: 18px;
  }
}
body .resourcesv2 .resource-spotlight {
  padding: 60px 0 40px 0;
}
body .resourcesv2 .resource-spotlight .wrapper h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 35px;
}
body .resourcesv2 .resource-spotlight .wrapper .featured-resources {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}
body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 calc(15%);
  position: relative;
}
body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource .image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource img {
  max-width: 350px;
  width: 100%;
  height: 15vw;
  max-height: 250px;
  object-fit: cover;
  object-position: top;
  margin: 0 auto;
  border-radius: 10px;
}
body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource h3 {
  text-align: center;
  margin: 12px 0;
  transform: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource .date {
  background: #cfecf8;
  padding: 0 10px;
  color: #0031a7;
  font-weight: 900;
  border-radius: 5px;
  margin-top: auto;
}
body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource:hover h3 {
  color: #cd8c00;
}
body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource.video .image-wrapper {
  position: relative;
}
body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource.video .image-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url('../images/play-button.svg') no-repeat center center;
  z-index: 1;
  pointer-events: none;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource.video:hover .image-wrapper::before {
  transform: translate(-50%, -50%) scale(0.96);
}
@media screen and (max-width: 960px) {
  body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource.video .image-wrapper::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 950px) {
  body .resourcesv2 .resource-spotlight {
    padding: 40px 0;
  }
  body .resourcesv2 .resource-spotlight .wrapper {
    padding: 0 20px;
  }
  body .resourcesv2 .resource-spotlight .wrapper h2 {
    font-size: 36px;
  }
  body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource {
    flex: 1 1 calc(100%);
  }
  body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource img {
    height: 50vw;
  }
  body .resourcesv2 .resource-spotlight .wrapper .featured-resources .featured-resource h3 {
    font-size: 24px;
  }
}
body .resourcesv2 .featured-video .wrapper .video-box {
  background-color: #e7f5fb;
  border-radius: 30px;
}
body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 30px;
}
body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 60px 0 40px;
}
body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .content-column .video-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}
body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .content-column h3 {
  font-size: 38px;
}
body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .image-column .video-image {
  position: relative;
}
body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .image-column .video-image img {
  width: 100%;
  border-radius: 10px;
}
body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .image-column .video-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background: url('../images/play-button.svg') no-repeat center center;
  z-index: 1;
  pointer-events: none;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .image-column .video-image:hover::before {
  transform: translate(-50%, -50%) scale(0.96);
}
@media screen and (max-width: 960px) {
  body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns {
    grid-template-columns: 1fr;
  }
  body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .content-column {
    align-items: center;
    text-align: center;
    padding: 0;
  }
  body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .content-column .video-content {
    align-items: center;
    text-align: center;
  }
  body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .content-column .video-content h3 {
    font-size: 32px;
  }
  body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .image-column .video-image::before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  body .resourcesv2 .featured-video .wrapper {
    padding: 0 10px;
  }
  body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns {
    padding: 20px;
    grid-gap: 20px;
  }
  body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .content-column .video-content {
    gap: 10px;
  }
  body .resourcesv2 .featured-video .wrapper .video-box .video-wrapper .video-columns .image-column .video-image::before {
    width: 60px;
    height: 60px;
  }
}
body .resourcesv2 .filtered-resources {
  padding: 60px 0;
}
body .resourcesv2 .filtered-resources .wrapper .title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
body .resourcesv2 .filtered-resources .wrapper .title-section h2 {
  font-size: 42px;
  text-align: center;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters {
  margin-bottom: 40px;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .columns .col-50 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .columns .col-50:first-child {
  justify-content: flex-start;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .columns .col-50:last-child {
  justify-content: flex-end;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .facetwp-facet {
  margin: 0;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .facetwp-facet .fs-wrap .fs-label-wrap {
  border-color: #cfecf8;
  border-radius: 10px;
  padding: 0;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .facetwp-facet .fs-wrap .fs-label-wrap .fs-label {
  color: #0031a7;
  padding: 0 20px;
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 65px;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .facetwp-facet .fs-wrap .fs-dropdown {
  z-index: 100;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .facetwp-facet .fs-wrap .fs-dropdown .fs-options {
  color: #0031a7;
  font-weight: 900;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option .fs-checkbox i {
  border-color: #cfecf8;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .facetwp-facet select {
  border-radius: 10px;
  border: 2px solid #cfecf8;
  color: #0031a7;
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
  padding: 0 20px;
  height: 56px;
  line-height: 1;
  font-size: 16px;
  background-color: transparent;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .facetwp-facet select:focus {
  outline: none;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .facetwp-reset {
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
  color: #0031a7;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .facetwp-reset:hover {
  color: #cd8c00;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .facetwp-reset::after {
  content: "";
  background: url('../images/reset.svg') no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 16px;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper {
    flex-direction: column;
    gap: 15px;
  }
  body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .columns {
    flex-direction: column;
  }
  body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .columns .col-50 {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  body .resourcesv2 .filtered-resources .wrapper .facetwp-filters .filters-wrapper .columns .col-50:last-child {
    justify-content: flex-start;
  }
}
body .resourcesv2 .filtered-resources .wrapper .contentarea {
  margin-bottom: 40px;
}
body .resourcesv2 .filtered-resources .wrapper .contentarea .posts {
  max-width: 100%;
  gap: 40px;
  padding-top: 0;
  flex-wrap: wrap;
  align-items: stretch;
}
body .resourcesv2 .filtered-resources .wrapper .contentarea .posts .col-25 {
  flex: 1 1 calc(20%);
  min-width: 275px;
}
body .resourcesv2 .filtered-resources .wrapper .contentarea .posts .post {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
body .resourcesv2 .filtered-resources .wrapper .contentarea .posts .post .post-image.default-image {
  background-size: 130px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #f2ecd5 !important;
}
body .resourcesv2 .filtered-resources .wrapper .contentarea .posts .post .title {
  font-size: 24px;
  margin: 12px 0;
  line-height: 28px;
}
body .resourcesv2 .filtered-resources .wrapper .contentarea .posts .post .date {
  background: #cfecf8;
  padding: 0 10px;
  color: #0031a7;
  font-weight: 900;
  border-radius: 5px;
  max-width: fit-content;
  margin: 0 auto;
  margin-top: auto;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-pager .facetwp-page {
  background: #cfecf8;
  margin: 6px 4px;
  border-radius: 30px;
  color: #0031a7;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-pager .facetwp-page.dots {
  pointer-events: none;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-pager .facetwp-page.active {
  background: #cd8c00;
  color: #fcd405;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-pager .facetwp-page:hover {
  background: #cd8c00;
  color: #fcd405;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-pager .pagination-next .next .facetwp-arrow {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-pager .pagination-next .next:hover {
  background: #0031a7;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-pager .pagination-next .next:hover .facetwp-arrow {
  background-image: url('../images/arrow-down_yellow.svg') !important;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-pager .pagination-previous .prev .facetwp-arrow {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-pager .pagination-previous .prev:hover {
  background: #0031a7;
}
body .resourcesv2 .filtered-resources .wrapper .facetwp-pager .pagination-previous .prev:hover .facetwp-arrow {
  background-image: url('../images/arrow-down_yellow.svg') !important;
}
@media screen and (max-width: 900px) {
  body .resourcesv2 .filtered-resources .wrapper {
    padding: 0 20px;
  }
  body .resourcesv2 .filtered-resources .wrapper .title-section h2 {
    font-size: 36px;
  }
  body .resourcesv2 .filtered-resources .wrapper .contentarea .posts {
    gap: 20px;
  }
  body .resourcesv2 .filtered-resources .wrapper .contentarea .posts .col-25 {
    flex: 1 1 calc(50% - 10px);
  }
}
body .resourcesv2 .segments {
  background-color: #e7f5fb;
  padding: 60px 0;
  margin-bottom: 60px;
}
body .resourcesv2 .segments .wrapper .title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 30px 0;
}
body .resourcesv2 .segments .wrapper .title-section h2 {
  font-size: 48px;
  text-align: center;
}
body .resourcesv2 .segments .wrapper .cards-grid {
  display: flex;
  gap: 30px;
}
body .resourcesv2 .segments .wrapper .cards-grid .card {
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  flex: 0 1 calc(20%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body .resourcesv2 .segments .wrapper .cards-grid .card a {
  width: 100%;
}
body .resourcesv2 .segments .wrapper .cards-grid .card .image {
  background-color: #f2ecd5;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 210px;
  margin-bottom: 20px;
}
body .resourcesv2 .segments .wrapper .cards-grid .card .image img {
  width: 100%;
  max-width: 160px;
  height: auto;
  object-fit: contain;
}
body .resourcesv2 .segments .wrapper .cards-grid .card h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}
body .resourcesv2 .segments .wrapper .cards-grid .card h3:hover {
  color: #cd8c00;
}
body .resourcesv2 .segments .wrapper .cards-grid .card p {
  text-align: center;
}
@media screen and (max-width: 980px) {
  body .resourcesv2 .segments .wrapper .title-section {
    padding: 0 0 30px 0;
  }
  body .resourcesv2 .segments .wrapper .title-section h2 {
    font-size: 36px;
  }
  body .resourcesv2 .segments .wrapper .cards-grid {
    flex-wrap: wrap;
  }
  body .resourcesv2 .segments .wrapper .cards-grid .card {
    flex: 1 1 calc(40% - 15px);
  }
}
@media screen and (max-width: 600px) {
  body .resourcesv2 .segments .wrapper .cards-grid .card {
    flex: 1 1 calc(100%);
  }
}
.resources-callout {
  padding: 40px 0 40px 0;
}
.resources-callout .wrapper {
  text-align: center;
}
.resources-callout .wrapper > h1 {
  text-align: center;
  margin-bottom: 40px;
}
.resources-callout .wrapper .more {
  margin: 0px 0px 0px 0px !important;
}
.resources-callout .wrapper .posts {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.resources-callout .wrapper .posts .post {
  padding: 0 30px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.resources-callout .wrapper .posts .post .post-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  max-width: 360px;
  height: 220px;
  padding-top: 0;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
.resources-callout .wrapper .posts .post .category {
  background: #cfecf8;
  background: #e8dba6;
  border-radius: 10px;
  color: #986018;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  margin: 20px 0 10px 0;
}
.resources-callout .wrapper .posts .post .category:hover {
  background: #243bff;
  color: #fcd405;
}
.resources-callout .wrapper .posts .post .title {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-top: 12px;
}
.resources-callout .wrapper .posts .post .title a {
  color: #0031a7;
}
.resources-callout .wrapper .posts .post .title a:hover {
  color: #e0a52e;
}
.resources-callout .wrapper .posts .post p.date {
  background: #cfecf8;
  width: 100%;
  color: #0031a7;
  text-align: center;
  font-weight: 900;
  margin: auto auto 0px auto;
  padding: 0 10px;
  max-width: fit-content;
  border-radius: 5px;
}
.resources-callout .wrapper .posts .post.k-12-resource .post-image {
  position: relative;
}
.resources-callout .wrapper .posts .post.k-12-resource .post-image .overlay {
  background: url("/wp-content/themes/butterball2021/elements/images/play-button.svg");
  position: absolute;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.resources-callout .wrapper .posts .post.k-12-resource .post-image:hover .overlay {
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(0.96);
}
.resources-callout .wrapper .posts.fullwidth {
  max-width: 100%;
}
.resources-callout .wrapper .cta {
  margin-top: 70px;
}
.resources-callout.large .wrapper .posts {
  max-width: 100%;
}
@media (max-width: 860px) {
  .resources-callout .wrapper {
    padding: 0;
  }
  .resources-callout .wrapper .posts {
    gap: 30px;
  }
  .resources-callout .wrapper .posts .post {
    padding: 0 10px;
  }
  .resources-callout .wrapper .posts .post .post-image {
    max-width: 100%;
  }
  .resources-callout .wrapper .posts .slick-dots {
    display: flex;
    margin-top: 25px;
  }
  .resources-callout .wrapper .posts .slick-dots li {
    margin: 0 3px;
    background: #cfecf8;
    width: 10px;
    height: 10px;
    border-radius: 120px;
  }
  .resources-callout .wrapper .posts .slick-dots li button {
    display: none;
  }
  .resources-callout .wrapper .posts .slick-dots li.slick-active {
    background: #0031a7;
  }
  .resources-callout .wrapper .cta {
    margin-top: 30px;
  }
}
/*styling for large style callout, by default media items overflow in the x axis unless susbclass no-overflow-x is used */
.large-size-callout .wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
  padding: 0 0 190px 0;
}
.large-size-callout .wrapper .content {
  padding-top: 20px;
  text-align: center;
  position: relative;
  bottom: -60px;
  z-index: 100;
  max-width: 800px;
}
.large-size-callout .wrapper .content > p {
  margin: 20px 0;
}
.large-size-callout .media {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: 190px;
  margin-top: -80px;
  z-index: 10;
  margin: 0 auto;
  overflow: hidden;
}
.large-size-callout .media .left,
.large-size-callout .media .right {
  position: relative;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  max-width: 40%;
}
.large-size-callout .media .left img,
.large-size-callout .media .right img {
  max-width: 100%;
}
.large-size-callout .media .left {
  justify-content: flex-start;
  left: 4%;
}
.large-size-callout .media .right {
  justify-content: flex-end;
  right: 4%;
}
.large-size-callout.no-overflow-x .wrapper {
  padding: 0 0 270px 0;
}
.large-size-callout.no-overflow-x .media {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1340px;
  top: -260px;
  margin: 0 auto;
}
.large-size-callout.no-overflow-x .media .left,
.large-size-callout.no-overflow-x .media .right {
  position: relative;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
}
.large-size-callout.no-overflow-x .media .left img,
.large-size-callout.no-overflow-x .media .right img {
  max-width: 100%;
}
.large-size-callout.no-overflow-x .media .left {
  justify-content: flex-start;
  padding-left: 0px;
  left: 0;
}
.large-size-callout.no-overflow-x .media .right {
  justify-content: flex-end;
  padding-right: 0px;
  right: 0;
}
@media (max-width: 860px) {
  .large-size-callout.k12-callout {
    margin-bottom: -100px;
  }
  .large-size-callout .content .ctas {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .large-size-callout .content .ctas .cta {
    margin: 5px 0;
  }
  .large-size-callout .media {
    bottom: 100px;
  }
  .large-size-callout .media .left,
  .large-size-callout .media .right {
    max-width: 310px;
  }
  .large-size-callout .media .left {
    left: -60px;
  }
  .large-size-callout .media .right {
    right: -80px;
  }
  .large-size-callout.no-overflow-x .wrapper {
    padding: 0 0 120px 0;
  }
  .large-size-callout.no-overflow-x .wrapper .content {
    bottom: 0;
    padding: 20px 40px 0 40px;
  }
  .large-size-callout.no-overflow-x .media {
    overflow: hidden;
    top: -120px;
  }
  .large-size-callout.no-overflow-x .media .left,
  .large-size-callout.no-overflow-x .media .right {
    max-width: 310px;
  }
  .large-size-callout.no-overflow-x .media .left {
    left: -60px;
  }
  .large-size-callout.no-overflow-x .media .right {
    right: -80px;
  }
}
body.page-template-page-about-us-sub-page .about-us-hero .content span.blue {
  color: #0031a7;
}
body.page-template-page-about-us-sub-page .main-content .wrapper .row h2 {
  color: #cd8c00;
}
body.About .about-us-hero {
  padding: 70px 0 150px 0;
  pointer-events: none;
}
body.About .about-us-hero .mobile-overlay {
  display: none;
}
body.About .mobile-hero-content {
  display: none;
}
body.About .callouts-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.About .callouts-section #brands {
  padding: 75px 0;
}
body.About .callouts-section #pages .wrapper {
  max-width: 1200px;
}
body.About .callouts-section #pages .wrapper .page {
  display: flex;
  margin: 40px 0;
  align-items: center;
  width: 100%;
}
body.About .callouts-section #pages .wrapper .page .media {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 370px;
  border-radius: 10px;
}
body.About .callouts-section #pages .wrapper .page .media.contain {
  background-size: contain !important;
}
body.About .callouts-section #pages .wrapper .page .content {
  text-align: left;
}
body.About .callouts-section #pages .wrapper .page .content .title {
  color: #0031a7;
  font-size: 48px;
  font-weight: 900;
  padding-bottom: 20px;
}
body.About .callouts-section #pages .wrapper .page .content .cta {
  margin: 20px 0;
}
body.About .callouts-section #pages .wrapper .page .content a {
  text-decoration: underline;
  font-weight: 900;
  color: #0031a7;
}
body.About .callouts-section #pages .wrapper .page .content a:hover {
  color: #cd8c00;
}
body.About .callouts-section #pages .wrapper .page .mediam,
body.About .callouts-section #pages .wrapper .page .content {
  padding: 0 50px;
}
body.About .callouts-section #pages .wrapper .page:nth-child(even) {
  flex-direction: row-reverse;
}
body.About .callouts-section #pages .wrapper .page:nth-child(even) .content {
  text-align: right;
}
body.About .intro-section {
  padding-top: 75px;
}
body.About .intro-section .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.About .intro-section .wrapper .content {
  padding: 0 40px;
}
body.About .intro-section .wrapper .content p {
  text-align: center;
}
body.About .press_releases {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 75px;
}
body.About .press_releases h1 {
  text-align: center;
}
body.About .press_releases .posts {
  padding-bottom: 90px;
}
body.About .press_releases .posts .col .post .date {
  color: #cd8c00;
  font-weight: 900;
}
@media (max-width: 960px) {
  body.About .about-us-hero {
    background-position: bottom;
  }
  body.About .about-us-hero .content {
    padding: 0 5vw;
  }
  body.About .about-us-hero .content .desktop {
    display: none;
  }
  body.About .mobile-hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 860px) {
  body.About .intro-section {
    padding-top: 0;
  }
  body.About .intro-section .wrapper {
    flex-direction: column;
  }
  body.About .intro-section .wrapper .content {
    padding: 20px 0;
  }
  body.About .intro-section .wrapper .col-50 {
    max-width: 100%;
    width: 100%;
  }
  body.About .callouts-section .wrapper {
    max-width: 100%;
  }
  body.About .callouts-section .wrapper #pages .wrapper {
    padding: 0;
    width: 100%;
  }
  body.About .callouts-section .wrapper #pages .wrapper .page {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.About .callouts-section .wrapper #pages .wrapper .page .col-50 {
    max-width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  body.About .callouts-section .wrapper #pages .wrapper .page .content {
    padding: 0;
  }
  body.About .callouts-section .wrapper #pages .wrapper .page .content .title {
    font-size: 36px;
  }
  body.About .press_releases .posts {
    flex-direction: column;
  }
  body.About .press_releases .posts .col-33 {
    width: 100%;
    max-width: 100%;
  }
  body.About .press_releases .posts .col-33 .post {
    margin: 10px 0;
  }
}
body.page-template-page-about-us-sub-page.about-us-the-turkey-experts-page .about-us-hero .content .desktop {
  color: #333333;
  font-weight: 600;
}
body.page-template-page-about-us-sub-page .about-us-hero {
  padding: 70px 0 150px 0;
  background-position: center;
}
body.page-template-page-about-us-sub-page .about-us-hero .content h1 {
  font-size: 60px;
}
body.page-template-page-about-us-sub-page .main-content {
  padding: 30px 0 50px 0;
}
body.page-template-page-about-us-sub-page .main-content .mobile-hero-content {
  display: none;
}
body.page-template-page-about-us-sub-page .main-content .wrapper {
  padding: 30px 0;
  text-align: center;
}
body.page-template-page-about-us-sub-page .main-content .wrapper.small {
  max-width: 1200px !important;
}
body.page-template-page-about-us-sub-page .main-content .wrapper .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
}
body.page-template-page-about-us-sub-page .main-content .wrapper .row p {
  padding: 10px 30px;
  text-align: center;
}
body.page-template-page-about-us-sub-page .main-content .wrapper .row h2 {
  text-align: center;
  padding: 0 10px 10px 10px;
}
body.page-template-page-about-us-sub-page .main-content .wrapper .row ul {
  padding: 10px 30px;
  list-style: disc;
  margin-left: 40px;
}
body.page-template-page-about-us-sub-page .main-content .wrapper .row ul li {
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  line-height: 35px;
  text-align: left;
}
body.page-template-page-about-us-sub-page .main-content .wrapper .row strong {
  font-weight: 900;
}
body.page-template-page-about-us-sub-page .main-content .wrapper .row img {
  width: 100%;
}
body.page-template-page-about-us-sub-page .main-content .wrapper .row.column {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
body.page-template-page-about-us-sub-page .main-content .wrapper .citation {
  font-size: 12px;
  text-align: left;
}
body.page-template-page-about-us-sub-page .main-content .ftf-section {
  background: #f2e4c8;
}
body.page-template-page-about-us-sub-page .main-content .ftf-section .wrapper > .row {
  padding: 0 0 20px 0;
}
body.page-template-page-about-us-sub-page .main-content .ftf-section .wrapper h1,
body.page-template-page-about-us-sub-page .main-content .ftf-section .wrapper h2,
body.page-template-page-about-us-sub-page .main-content .ftf-section .wrapper p {
  color: #523628;
  text-align: center;
}
body.page-template-page-about-us-sub-page .main-content .ftf-section .wrapper h1 {
  font-size: 48px;
}
body.page-template-page-about-us-sub-page .main-content .ftf-section .wrapper h2 {
  font-size: 36px;
}
body.page-template-page-about-us-sub-page .main-content .ftf-section .wrapper .title {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
body.page-template-page-about-us-sub-page .main-content .ftf-section .wrapper .cta {
  margin: 40px 0 0 0;
}
body.page-template-page-about-us-sub-page .main-content .ftf-section .wrapper p {
  font-weight: 500;
}
@media (max-width: 960px) {
  body.page-template-page-about-us-sub-page .about-us-hero .content {
    padding: 0 5vw;
  }
  body.page-template-page-about-us-sub-page .about-us-hero .content .desktop {
    display: none;
  }
  body.page-template-page-about-us-sub-page .main-content .mobile-hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  body.page-template-page-about-us-sub-page .main-content .item {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 768px) {
  body.page-template-page-about-us-sub-page .about-us-hero .content h1 {
    font-size: 9vmin;
  }
  body.page-template-page-about-us-sub-page .main-content .wrapper {
    padding: 25px 20px;
  }
  body.page-template-page-about-us-sub-page .main-content .wrapper h1 {
    font-size: 36px;
  }
  body.page-template-page-about-us-sub-page .main-content .wrapper h2 {
    font-size: 26px;
  }
  body.page-template-page-about-us-sub-page .main-content .wrapper .row {
    padding-bottom: 40px;
  }
  body.page-template-page-about-us-sub-page .main-content .ftf-section .wrapper > .row {
    padding: 0 0 0px 0;
  }
}
body.page-template-page-brand .about-us-hero {
  padding: 125px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-page-brand .about-us-hero .wrapper {
  max-width: 1250px !important;
}
body.page-template-page-brand .about-us-hero .wrapper .content img {
  max-width: 135px;
}
body.page-template-page-brand .about-us-hero .wrapper .content h1 {
  padding: 20px 0;
}
body.page-template-page-brand .about-us-hero .wrapper .content h1 p {
  padding: 0px;
  margin: 0px;
  font-size: 48px;
  color: #0054a5;
  font-weight: 900;
}
body.page-template-page-brand .about-us-hero .wrapper .content h1 p sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
body.page-template-page-brand .about-us-hero .wrapper .content p {
  font-weight: 600;
}
body.page-template-page-brand .mobile-hero-content {
  padding-top: 30px;
  display: none;
}
body.page-template-page-brand .callouts-section {
  padding: 80px 0 0px 0;
}
body.page-template-page-brand .callouts-section .wrapper #brands {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 75px;
}
body.page-template-page-brand .callouts-section .wrapper #brands > h1 {
  padding-bottom: 20px;
  text-align: center;
}
body.page-template-page-brand .callouts-section .wrapper #brands > p {
  max-width: 680px;
}
body.page-template-page-brand .callouts-section .wrapper #brands .wrapper {
  padding-top: 40px;
}
body.page-template-page-brand .callouts-section .wrapper #brands .wrapper .item h1 {
  border-radius: 200px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 210px;
  width: 210px;
  font-size: 95px;
  margin-bottom: 20px;
}
body.page-template-page-brand .callouts-section .wrapper #brands .wrapper .item p span {
  color: #523628;
  font-weight: 900;
}
body.page-template-page-brand .callouts-section .wrapper #brands .wrapper .item p sup {
  position: relative;
  top: -10px;
  font-size: 12px;
}
body.page-template-page-brand .callouts-section .wrapper #brands .wrapper .item p a {
  font-weight: 900;
  color: #523628;
  text-decoration: underline;
}
body.page-template-page-brand .callouts-section .wrapper .learn-more-section {
  display: none;
}
body.page-template-page-brand .callouts-section .wrapper .references {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
body.page-template-page-brand .callouts-section .wrapper .references sup {
  position: relative;
  top: -5px;
  font-size: 10px;
}
body.page-template-page-brand .callouts-section .wrapper .references p {
  font-size: 12px;
  line-height: 1.5;
}
body.page-template-page-brand .callouts-section .wrapper .break-line {
  margin: 20px 0 60px 0;
}
body.page-template-page-brand .products-section {
  padding: 40px 0;
}
body.page-template-page-brand .products-section .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.page-template-page-brand .products-section .wrapper > h1 {
  text-align: center;
  padding-bottom: 40px;
}
body.page-template-page-brand .products-section .wrapper .categories {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.page-template-page-brand .products-section .wrapper .categories .cat {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
body.page-template-page-brand .products-section .wrapper .categories .cat img {
  width: 100%;
  max-width: 440px;
}
body.page-template-page-brand .products-section .wrapper .categories .cat .content {
  padding: 0 20px;
}
body.page-template-page-brand .products-section .wrapper .categories .cat .content h2 {
  padding: 20px 0;
}
body.page-template-page-brand .products-section .wrapper .categories .cat .content .cta {
  margin-top: 20px;
  text-transform: capitalize;
}
body.page-template-page-brand .products-section .wrapper .featured-products {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.page-template-page-brand .products-section .wrapper .featured-products h1,
body.page-template-page-brand .products-section .wrapper .featured-products p {
  text-align: center;
}
body.page-template-page-brand .products-section .wrapper .featured-products > p {
  padding: 10px 0;
}
body.page-template-page-brand .products-section .wrapper .featured-products .prod-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 40px;
}
body.page-template-page-brand .products-section .wrapper .featured-products .col-33 .post {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
body.page-template-page-brand .products-section .wrapper .featured-products .col-33 .post h2,
body.page-template-page-brand .products-section .wrapper .featured-products .col-33 .post p {
  text-align: center;
}
body.page-template-page-brand .products-section .wrapper .featured-products .col-33 .post .title {
  padding: 0 30px;
}
body.page-template-page-brand .products-section .wrapper .featured-products .col-33 .post .post-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 90%;
  max-width: 380px;
  height: 260px;
  border-radius: 20px;
  margin: 0 auto;
}
body.page-template-page-brand .products-section .wrapper .featured-products .col-33 .post .category {
  margin-top: -15px;
  background: #cfecf8;
  border-radius: 10px;
  color: #013779;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
}
body.page-template-page-brand .products-section .wrapper .featured-products .col-33 .post .category a {
  color: #013779;
}
body.page-template-page-brand .products-section .wrapper .featured-products .col-33 .post .category:hover a {
  color: #9a7d40;
}
body.page-template-page-brand .products-section .wrapper .featured-products .col-33 .post .desc {
  padding: 10px;
  text-overflow: ellipsis;
}
body.page-template-page-brand .recipe-section .wrapper .recipe-wrapper {
  background: #f4f0e6;
  padding: 75px 9vw;
  border-radius: 20px;
}
body.page-template-page-brand .recipe-section .wrapper .recipe-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.page-template-page-brand .recipe-section .wrapper .recipe-wrapper .content .recipes {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0 40px 0;
  width: 100%;
  flex-wrap: wrap;
}
body.page-template-page-brand .recipe-section .wrapper .recipe-wrapper .content .recipes .recipe {
  text-align: center;
  padding-bottom: 20px;
}
body.page-template-page-brand .recipe-section .wrapper .recipe-wrapper .content .recipes .recipe .post-image {
  width: 380px;
  max-width: 90%;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 260px;
  margin: 0 auto;
}
body.page-template-page-brand .recipe-section .wrapper .recipe-wrapper .content .recipes .recipe h2 {
  padding-top: 20px;
}
body.page-template-page-brand .recipe-section .wrapper .recipe-wrapper .content p {
  font-weight: 500;
}
body.page-template-page-brand .contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
  flex-wrap: wrap;
}
body.page-template-page-brand .contact-section h2 {
  font-size: 36px;
}
body.page-template-page-brand .contact-section .cta {
  position: relative;
  font-size: 21px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  body.page-template-page-brand .about-us-hero {
    padding: 20px 0 125px 0;
  }
  body.page-template-page-brand .about-us-hero .wrapper .col-50 {
    max-width: 100%;
    width: 100%;
  }
  body.page-template-page-brand .about-us-hero .wrapper .content .desktop {
    display: none;
  }
  body.page-template-page-brand .mobile-hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  body.page-template-page-brand .products-section {
    padding: 0;
  }
  body.page-template-page-brand .recipe-section .wrapper .recipe-wrapper {
    padding: 50px 20px;
  }
  body.page-template-page-brand .contact-section h2 {
    padding-bottom: 10px;
  }
  body.page-template-page-brand .contact-section .cta {
    margin-left: 0;
  }
}
body.butterball-page .callouts-section .wrapper #brands > h1 {
  color: #0031a7;
}
body.butterball-page .callouts-section .wrapper #brands .wrapper .item h1 {
  background: #cfecf8;
  color: #013779;
}
body.farm-to-family-page .about-us-hero .wrapper .content img {
  max-width: 170px;
}
body.farm-to-family-page .about-us-hero .wrapper .content h1 {
  color: #ffffff;
}
body.farm-to-family-page .about-us-hero .wrapper .content p {
  color: #ffffff;
}
body.farm-to-family-page .callouts-section .wrapper #brands > h1 {
  color: #523628;
}
body.farm-to-family-page .callouts-section .wrapper #brands .wrapper .item h1 {
  background: #f2e4c8;
  color: #767b4d;
}
body.farm-to-family-page .callouts-section .wrapper .learn-more-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  text-align: center;
}
body.farm-to-family-page .callouts-section .wrapper .learn-more-section h2 {
  text-align: center;
  color: #523628;
}
body.farm-to-family-page .callouts-section .wrapper .learn-more-section h2 .cta {
  margin: 0 10px;
}
body.farm-to-family-page .callouts-section .wrapper .learn-more-section.mobile {
  display: none;
}
body.farm-to-family-page .recipe-section .wrapper .recipe-wrapper .content h1 {
  color: #767b4d;
}
body.farm-to-family-page .products-section .wrapper .featured-products > h1 {
  color: #523628;
}
@media (max-width: 768px) {
  body.farm-to-family-page .callouts-section .wrapper .learn-more-section.desktop {
    display: none;
  }
  body.farm-to-family-page .callouts-section .wrapper .learn-more-section.mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  body.farm-to-family-page .callouts-section .wrapper .learn-more-section.mobile .cta {
    margin: 5px 0;
  }
}
body.carolina-turkey-page .about-us-hero .wrapper .content h1 {
  color: #009b68;
}
body.carolina-turkey-page .callouts-section .wrapper #brands > h1 {
  color: #009b68;
}
@media (max-width: 768px) {
  body.carolina-turkey-page .products-section {
    padding: 40px 0;
  }
}
body.post-type-archive-btb_press_release .header {
  margin: 30px 0 0 0;
}
body.post-type-archive-btb_press_release .header h1 {
  text-align: center;
}
body.post-type-archive-btb_press_release .posts {
  margin-bottom: 30px;
}
body.post-type-archive-btb_press_release .posts .post {
  margin: 0 0 30px 0;
  padding: 0 15px;
}
body.post-type-archive-btb_press_release .posts .post .date {
  color: #cd8c00;
  font-weight: 900;
}
body.post-type-archive-btb_press_release .posts .post .title {
  font-size: 26px;
}
@media (max-width: 768px) {
  body.post-type-archive-btb_press_release .posts .post {
    padding: 0 30px;
  }
}
body.single-btb_press_release .post-col {
  position: relative;
}
body.single-btb_press_release .release {
  display: flex;
}
body.single-btb_press_release .release .item {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px auto;
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
body.single-btb_press_release .release .item h1,
body.single-btb_press_release .release .item .excerpt,
body.single-btb_press_release .release .item .date {
  text-align: center;
}
body.single-btb_press_release .release .item a {
  font-weight: 900;
  color: #0031a7;
  text-decoration: underline;
}
body.single-btb_press_release .release .item .date {
  color: #cd8c00;
  font-weight: 900;
  margin-bottom: 10px;
}
body.single-btb_press_release .release .item .breadcrumbs {
  padding-left: 0px;
  padding-bottom: 0;
}
body.single-btb_press_release .release .item .breadcrumbs li {
  background: none;
}
body.single-btb_press_release .release .item .breadcrumbs li a {
  background: #e8dba6;
  color: #986018;
  padding: 10px 10px 10px 10px;
  border-radius: 3px;
  text-decoration: none !important;
}
body.single-btb_press_release .release .item .breadcrumbs li a:hover {
  background: #243bff;
  color: #fcd405;
}
body.single-btb_press_release .release .item .title {
  line-height: 1;
}
body.single-btb_press_release .release .item img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
body.single-btb_press_release .release .item img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
body.single-btb_press_release .release .item .excerpt {
  color: #cd8c00;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 30px 0;
}
body.single-btb_press_release .release .item table {
  display: none;
}
body.single-btb_press_release .release .item strong {
  font-weight: 900;
  color: #cd8c00;
}
body.single-btb_press_release .release .item em {
  font-style: italic;
}
body.single-btb_press_release .release .item li {
  line-height: 35px;
}
body.single-btb_press_release .release .item ul {
  list-style: disc;
  padding-left: 40px;
}
body.single-btb_press_release .release .item p {
  padding: 10px 0;
}
body.single-btb_press_release .release .actions {
  position: absolute;
  right: 0;
}
body.single-btb_press_release .release .actions .action-icons {
  top: 20px;
  right: -50px;
  width: 180px;
}
body.single-btb_press_release .media-contacts {
  margin: 30px 0;
}
body.single-btb_press_release .media-contacts h3 {
  text-align: center;
  margin-bottom: 60px;
}
body.single-btb_press_release .media-contacts .wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
body.single-btb_press_release .media-contacts .wrapper .contact {
  margin-right: 10px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.single-btb_press_release .media-contacts .wrapper .contact .name {
  color: #cd8c00;
  font-weight: 900;
}
body.single-btb_press_release .media-contacts .wrapper .contact .email a {
  color: #0031a7;
  font-weight: 900;
  text-decoration: underline;
}
body.single-btb_press_release .related_press_releases {
  margin: 80px 0;
  border-top: 1px solid #d0d0d0;
  padding-top: 60px;
}
body.single-btb_press_release .related_press_releases h1,
body.single-btb_press_release .related_press_releases .more {
  text-align: center;
}
body.single-btb_press_release .related_press_releases .date {
  color: #cd8c00;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.single-btb_press_release .release .item .breadcrumbs {
    margin-top: 60px;
  }
  body.single-btb_press_release .release .actions {
    position: unset;
  }
  body.single-btb_press_release .release .actions .action-icons {
    top: 15px;
    right: 0;
    left: 0;
    width: 100%;
  }
  body.single-btb_press_release .release .actions .action-icons .container {
    justify-content: space-around;
    position: relative;
    max-width: 200px;
    margin: 15px auto 0 auto;
  }
  body.single-btb_press_release .release .actions .action-icons .container a {
    margin-right: 0px;
  }
}
body.page-template-page-contact .contact .header {
  margin: 30px 0 40px 0;
}
body.page-template-page-contact .contact .header h1 {
  text-align: center;
}
body.page-template-page-contact .contact .map .wrapper {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-page-contact .contact .map .wrapper p {
  color: #b5985a;
  font-size: 20px;
}
body.page-template-page-contact .contact .map .wrapper p a {
  color: #0031a7;
  text-decoration: underline;
  font-weight: 900;
}
body.page-template-page-contact .contact .form .wrapper .form-col {
  background: #cfecf8;
  border-radius: 8px;
  margin: 30px 0 30px 0;
}
body.page-template-page-contact .contact .form .wrapper p {
  color: #b5985a;
  text-align: center;
  font-weight: 600;
  margin: 30px 0;
}
.content-card {
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 25px 0;
  flex-direction: row-reverse;
  left: -20px;
}
.content-card .media {
  text-align: right;
}
.content-card .content .wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  float: left;
}
.content-card .content .wrapper p,
.content-card .content .wrapper h1,
.content-card .content .wrapper h2,
.content-card .content .wrapper h3,
.content-card .content .wrapper h4,
.content-card .content .wrapper span {
  text-align: left;
}
.content-card.reverse-order {
  flex-direction: row;
}
.content-card.reverse-order .media {
  text-align: left;
}
.content-card.reverse-order .content .wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  float: right;
}
.content-card.reverse-order .content .wrapper p,
.content-card.reverse-order .content .wrapper h1,
.content-card.reverse-order .content .wrapper h2,
.content-card.reverse-order .content .wrapper h3,
.content-card.reverse-order .content .wrapper h4,
.content-card.reverse-order .content .wrapper span {
  text-align: right;
}
.content-card.desktop {
  display: flex;
}
.content-card.mobile {
  display: none;
}
.content-card .col-50 {
  padding: 0 30px;
}
.content-card .media {
  height: 25vw;
  position: relative;
  max-width: 600px;
  min-height: 350px;
  max-height: 480px;
}
.content-card .media img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  left: 0;
  height: 100%;
}
.content-card .content .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 565px;
}
.content-card .content .wrapper p {
  padding: 20px 0 25px 0;
}
@media (max-width: 860px) {
  .content-card {
    flex-direction: column-reverse;
    left: 0;
  }
  .content-card .content .wrapper {
    float: none;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .content-card .content .wrapper p,
  .content-card .content .wrapper h1,
  .content-card .content .wrapper h2,
  .content-card .content .wrapper h3,
  .content-card .content .wrapper h4,
  .content-card .content .wrapper span {
    text-align: center;
    padding-bottom: 20px;
  }
  .content-card .content .wrapper h1 {
    font-size: 32px;
  }
  .content-card .content .wrapper .media {
    text-align: center;
  }
  .content-card .col-50 {
    max-width: 100%;
    padding: 0;
  }
  .content-card.mobile {
    display: flex;
  }
  .content-card.desktop {
    display: none;
  }
  .content-card.desktop.dynamic {
    display: flex;
  }
  .content-card.desktop.dynamic .wrapper h1 {
    padding-bottom: 0;
  }
  .content-card .media {
    height: 50vw;
    max-height: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
  .content-card.reverse-order {
    flex-direction: column-reverse;
  }
  .content-card.reverse-order .content .wrapper {
    float: none;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .content-card.reverse-order .content .wrapper p,
  .content-card.reverse-order .content .wrapper h1,
  .content-card.reverse-order .content .wrapper h2,
  .content-card.reverse-order .content .wrapper h3,
  .content-card.reverse-order .content .wrapper h4,
  .content-card.reverse-order .content .wrapper span {
    text-align: center;
  }
  .content-card.reverse-order .content .wrapper .media {
    text-align: center;
  }
}
body.page-template-page-broker-locator .broker-locator {
  margin: 20px auto 30px auto;
  background: #001391;
  border-radius: 10px;
}
body.page-template-page-broker-locator .broker-locator .top {
  padding: 30px 10px 0px 10px;
}
body.page-template-page-broker-locator .broker-locator .top h1,
body.page-template-page-broker-locator .broker-locator .top p {
  color: #ffffff;
  text-align: center;
}
body.page-template-page-broker-locator .broker-locator .top p {
  color: #fcd405;
  font-weight: 900;
}
body.page-template-page-broker-locator .broker-locator .top form {
  /* appearance for checked radiobutton */
}
body.page-template-page-broker-locator .broker-locator .top form label {
  font-size: 18px;
  color: #ffffff;
  margin-left: 10px;
  font-weight: 900;
  margin-right: 10px;
}
body.page-template-page-broker-locator .broker-locator .top form input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  padding: 6px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
}
body.page-template-page-broker-locator .broker-locator .top form input[type="radio"]:checked {
  background-color: #cd8c00;
}
body.page-template-page-broker-locator .broker-locator .top form .input-fields {
  display: flex;
}
body.page-template-page-broker-locator .broker-locator .top form .input-fields.input-options {
  justify-content: center;
  align-items: flex-end;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section {
  background: #001391;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper {
  max-width: 1200px !important;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 20px 40px 20px;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .info .icon {
  max-width: 60px;
  padding-right: 30px;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .info p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .form-area form {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .form-area form .input-field.zip {
  max-width: 170px;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .form-area form #find_a_broker_zip {
  font-size: 20px;
  height: 50px;
  max-width: 100px;
  padding: 0 65px 0 30px;
  position: relative;
  border-radius: 60px;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .form-area form #find_a_broker_zip::placeholder {
  color: #d0d0d0;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .form-area form #find_a_broker_zip:-ms-input-placeholder {
  color: #d0d0d0;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .form-area form #find_a_broker_zip::-ms-input-placeholder {
  color: #d0d0d0;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .form-area form .submit-button {
  position: relative;
  left: -20px;
  background: #fcd405;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 50px;
  height: 50px;
  z-index: 100;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  background-image: url("/wp-content/themes/butterball2021/elements/images/pin_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 31px;
  cursor: pointer;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .form-area form .submit-button:hover {
  background: #243bff;
  background-image: url("/wp-content/themes/butterball2021/elements/images/pin_yellow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 31px;
}
body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .form-area form .submit-button button {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  outline: 0;
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 992px) {
  body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper {
    flex-direction: column;
  }
  body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .info {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper {
    flex-direction: column;
  }
  body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .info {
    flex-wrap: wrap;
  }
  body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .info img {
    padding-right: 10px !important;
  }
  body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .form-area form {
    flex-direction: column;
  }
  body.page-template-page-broker-locator .broker-locator .top .find_a_broker_section .wrapper .form-area form .input-options {
    margin-top: 20px;
  }
}
body.page-template-page-broker-locator .broker-locator .results {
  display: flex;
  justify-content: center;
  padding: 0px 40px 40px 40px;
}
body.page-template-page-broker-locator .broker-locator .results.k-12 {
  justify-content: center;
}
body.page-template-page-broker-locator .broker-locator .results.k-12 .card {
  text-align: center;
}
body.page-template-page-broker-locator .broker-locator .results .no-result {
  width: 100%;
}
body.page-template-page-broker-locator .broker-locator .results .no-result p {
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  font-size: 20px;
}
body.page-template-page-broker-locator .broker-locator .results .no-result p span {
  font-weight: 600;
}
body.page-template-page-broker-locator .broker-locator .results .card {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  overflow: hidden;
}
body.page-template-page-broker-locator .broker-locator .results .card .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-template-page-broker-locator .broker-locator .results .card h3,
body.page-template-page-broker-locator .broker-locator .results .card img {
  text-align: center;
}
body.page-template-page-broker-locator .broker-locator .results .card a {
  color: #0031a7;
  text-decoration: underline;
  font-weight: 900;
}
body.page-template-page-broker-locator .broker-locator .results .card .copy {
  width: 100%;
  background: #f2ecd5;
  margin: 10px auto 0 auto;
  padding: 30px 20px;
  display: inline-block;
}
body.page-template-page-broker-locator .broker-locator .results .card .copy h3 {
  color: #cd8c00;
  margin-bottom: 20px;
}
body.page-template-page-broker-locator .broker-locator .results .card .copy .info {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-page-broker-locator .broker-locator .results .card .copy .info p {
  padding: 0 10px;
}
@media (max-width: 768px) {
  body.page-template-page-broker-locator .broker-locator .results .card {
    width: 50%;
  }
}
@media (max-width: 640px) {
  body.page-template-page-broker-locator .broker-locator .results .card {
    width: 100%;
  }
}
/* CSS Document */
.bottom_navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 120px 20px 40px 20px;
}
.bottom_navigation .logo a img {
  width: 100%;
  max-width: 300px;
}
.bottom_navigation .social_links {
  background: #f2ecd5;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.bottom_navigation .social_links .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 30px;
}
.bottom_navigation .social_links .wrapper > p {
  font-weight: 900;
  font-size: 21px;
  padding-right: 15px;
  white-space: nowrap;
  color: #001391;
}
.bottom_navigation .social_links .wrapper .icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom_navigation .social_links .wrapper .icons a {
  background: #001391;
  border-radius: 60px;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bottom_navigation .social_links .wrapper .icons a img {
  width: 50px;
  max-width: 50px;
}
.bottom_navigation .social_links .wrapper .icons a:hover {
  background: #243bff;
}
.bottom_navigation .navigation_links {
  width: 100%;
}
.bottom_navigation .navigation_links .menu-bottom-navigation-container .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.bottom_navigation .navigation_links .menu-bottom-navigation-container .menu .menu-item {
  padding: 25px 0;
  text-align: center;
}
.bottom_navigation .navigation_links .menu-bottom-navigation-container .menu .menu-item a {
  color: #001391;
  font-weight: 800;
  font-size: 18px;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bottom_navigation .navigation_links .menu-bottom-navigation-container .menu .menu-item a:hover {
  color: #cd8c00;
}
.copyright_navigation {
  background: #f2ecd5;
  width: 100%;
}
.copyright_navigation .copyright-wrapper {
  padding: 80px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.copyright_navigation .copyright-wrapper .navigation_links {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 65px;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu .menu-item {
  width: 100%;
  margin: 20px 0;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu .menu-item a {
  color: #001391;
  font-weight: 800;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.copyright_navigation .copyright-wrapper .navigation_links .menu .menu-item a:hover {
  color: #cd8c00;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu .menu-item a sup {
  margin-right: 5px;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu#Copyright-Navigation-Butterball {
  align-items: flex-start;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu#Copyright-Navigation-Butterball .menu-item {
  text-align: left;
}
@media (max-width: 768px) {
  .copyright_navigation .copyright-wrapper .navigation_links .menu#Copyright-Navigation-Butterball .menu-item a {
    justify-content: center;
  }
}
.copyright_navigation .copyright-wrapper .navigation_links .menu#Copyright-Navigation {
  align-items: center;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu#Copyright-Navigation .menu-item {
  text-align: center;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu#Copyright-Navigation-External {
  align-items: flex-end;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu#Copyright-Navigation-External .menu-item {
  text-align: right;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu#Copyright-Navigation-External .menu-item a {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .copyright_navigation .copyright-wrapper .navigation_links .menu#Copyright-Navigation-External .menu-item a {
    justify-content: center;
  }
}
.copyright_navigation .copyright-wrapper .navigation_links .menu .icon-external-link a {
  display: flex;
  align-items: center;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu .icon-external-link a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 12' version='1.1'%3E%3Cdefs/%3E%3Cg stroke='none' stroke-width='1' fill-rule='evenodd' style='&%2310; fill: %23001391;&%2310;'%3E%3Cg transform='translate(-489.000000, -5166.000000)'%3E%3Cg transform='translate(0.000000, 4609.000000)'%3E%3Cg transform='translate(75.000000, 531.000000)'%3E%3Cg transform='translate(292.000000, 20.000000)'%3E%3Cpath d='M133,13.25 L133,15.75 C133,16.9921875 131.992188,18 130.75,18 L124.25,18 C123.007812,18 122,16.9921875 122,15.75 L122,9.25 C122,8.0078125 123.007812,7 124.25,7 L129.75,7 C129.890625,7 130,7.109375 130,7.25 L130,7.75 C130,7.890625 129.890625,8 129.75,8 L124.25,8 C123.5625,8 123,8.5625 123,9.25 L123,15.75 C123,16.4375 123.5625,17 124.25,17 L130.75,17 C131.4375,17 132,16.4375 132,15.75 L132,13.25 C132,13.109375 132.109375,13 132.25,13 L132.75,13 C132.890625,13 133,13.109375 133,13.25 Z M136,6.5 L136,10.5 C136,10.7734375 135.773438,11 135.5,11 C135.367188,11 135.242188,10.9453125 135.148438,10.8515625 L133.773438,9.4765625 L128.679688,14.5703125 C128.632812,14.6171875 128.5625,14.6484375 128.5,14.6484375 C128.4375,14.6484375 128.367188,14.6171875 128.320312,14.5703125 L127.429688,13.6796875 C127.382812,13.6328125 127.351562,13.5625 127.351562,13.5 C127.351562,13.4375 127.382812,13.3671875 127.429688,13.3203125 L132.523438,8.2265625 L131.148438,6.8515625 C131.054688,6.7578125 131,6.6328125 131,6.5 C131,6.2265625 131.226562,6 131.5,6 L135.5,6 C135.773438,6 136,6.2265625 136,6.5 Z' id='External-Link-Icon'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 14px;
  height: 14px;
  width: 14px;
  padding-left: 15px;
}
.copyright_navigation .copyright-wrapper .navigation_links .menu .icon-external-link a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 12' version='1.1'%3E%3Cdefs/%3E%3Cg stroke='none' stroke-width='1' fill-rule='evenodd' style='&%2310; fill: %23cd8c00;&%2310;'%3E%3Cg transform='translate(-489.000000, -5166.000000)'%3E%3Cg transform='translate(0.000000, 4609.000000)'%3E%3Cg transform='translate(75.000000, 531.000000)'%3E%3Cg transform='translate(292.000000, 20.000000)'%3E%3Cpath d='M133,13.25 L133,15.75 C133,16.9921875 131.992188,18 130.75,18 L124.25,18 C123.007812,18 122,16.9921875 122,15.75 L122,9.25 C122,8.0078125 123.007812,7 124.25,7 L129.75,7 C129.890625,7 130,7.109375 130,7.25 L130,7.75 C130,7.890625 129.890625,8 129.75,8 L124.25,8 C123.5625,8 123,8.5625 123,9.25 L123,15.75 C123,16.4375 123.5625,17 124.25,17 L130.75,17 C131.4375,17 132,16.4375 132,15.75 L132,13.25 C132,13.109375 132.109375,13 132.25,13 L132.75,13 C132.890625,13 133,13.109375 133,13.25 Z M136,6.5 L136,10.5 C136,10.7734375 135.773438,11 135.5,11 C135.367188,11 135.242188,10.9453125 135.148438,10.8515625 L133.773438,9.4765625 L128.679688,14.5703125 C128.632812,14.6171875 128.5625,14.6484375 128.5,14.6484375 C128.4375,14.6484375 128.367188,14.6171875 128.320312,14.5703125 L127.429688,13.6796875 C127.382812,13.6328125 127.351562,13.5625 127.351562,13.5 C127.351562,13.4375 127.382812,13.3671875 127.429688,13.3203125 L132.523438,8.2265625 L131.148438,6.8515625 C131.054688,6.7578125 131,6.6328125 131,6.5 C131,6.2265625 131.226562,6 131.5,6 L135.5,6 C135.773438,6 136,6.2265625 136,6.5 Z' id='External-Link-Icon'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.copyright_navigation .copyright-wrapper .company-info {
  display: flex;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  border-top: 1px solid #e8dba6;
  border-bottom: 1px solid #e8dba6;
  margin: 0px 0px 20px 0px;
  padding: 20px 0px 20px 0px;
}
.copyright_navigation .copyright-wrapper p {
  color: #986018;
  font-size: 12px;
  line-height: 27px;
  font-weight: 600;
}
.copyright_navigation .copyright-wrapper p a {
  color: #001391;
  text-decoration: underline;
  font-weight: 900;
}
.copyright_navigation .copyright-wrapper p a:hover {
  color: #cd8c00;
}
@media (max-width: 768px) {
  .bottom_navigation .navigation_links .menu-bottom-navigation-container .menu {
    flex-direction: column;
    padding-top: 25px;
  }
  .bottom_navigation .navigation_links .menu-bottom-navigation-container .menu .menu-item {
    padding: 15px 0;
  }
  .bottom_navigation .navigation_links .menu-bottom-navigation-container .menu .menu-item a {
    font-size: 16px;
  }
  .copyright_navigation .copyright-wrapper .navigation_links {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .copyright_navigation .copyright-wrapper .navigation_links ul {
    align-items: center !important;
    padding-bottom: 50px;
  }
  .copyright_navigation .copyright-wrapper .navigation_links ul li {
    text-align: center !important;
  }
  .copyright_navigation .copyright-wrapper .navigation_links .menu-copyright-navigation-external-container #Copyright-Navigation-External {
    padding-bottom: 0;
  }
}
body.pdf-template {
  padding-top: 10px;
}
body.pdf-template .slider-nav,
body.pdf-template .related_content,
body.pdf-template .ctas,
body.pdf-template .info-bubbles .category:nth-child(-n+2),
body.pdf-template #navigation,
body.pdf-template #navigation-overlay,
body.pdf-template .sub-nav,
body.pdf-template .home_section_callout,
body.pdf-template .large-size-callout,
body.pdf-template .k12-callout,
body.pdf-template .related_products,
body.pdf-template .related_recipes,
body.pdf-template .related_resources,
body.pdf-template .related_press_releases,
body.pdf-template .subscribe_find_a_broker,
body.pdf-template .bottom_navigation,
body.pdf-template .copyright_navigation,
body.pdf-template .action-icons {
  display: none !important;
}
body.pdf-template #lanyard_root {
  display: none;
}
body.pdf-template #main {
  border-top: 1px solid #f5f5f5;
  padding-top: 10px;
}
body.pdf-template .pdf-header .wrapper,
body.pdf-template .pdf-footer .wrapper {
  display: flex;
  justify-content: center;
}
body.pdf-template .pdf-header .wrapper img,
body.pdf-template .pdf-footer .wrapper img {
  max-width: 100px;
}
body.pdf-template .pdf-footer .wrapper {
  justify-content: flex-end;
}
body.pdf-template .pdf-footer p {
  font-size: 14px;
}
body.pdf-template .pdf-footer p span {
  font-weight: 600;
}
body.pdf-template h1 {
  font-size: 30px !important;
}
body.pdf-template h2 {
  font-size: 26px !important;
}
body.pdf-template h3 {
  font-size: 24px !important;
}
body.pdf-template li,
body.pdf-template p {
  font-size: 16px;
  line-height: 28px !important;
}
body.pdf-template p,
body.pdf-template span,
body.pdf-template li {
  color: #000 !important;
}
body.pdf-template .data {
  height: auto !important;
  overflow: initial !important;
}
body.pdf-template .overlay {
  display: none;
}
body.pdf-template joel {
  border: red !important;
}
body.pdf-template.single-btb_product .block {
  margin: 15px 0 !important;
}
body.pdf-template.single-btb_product .block h2 {
  font-size: 20px !important;
}
body.pdf-template.single-btb_product .info-bubbles .category {
  padding: 0 !important;
}
body.pdf-template.single-btb_product .pdf-media {
  display: flex !important;
}
body.pdf-template.single-btb_product .pdf-media .images {
  display: flex;
  margin-bottom: 15px;
}
body.pdf-template.single-btb_product .pdf-media .featured-image {
  height: 140px;
  outline: 0;
  border-radius: 8px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 180px;
  margin-right: 5px;
}
body.pdf-template.single-btb_product .nutrition-facts {
  font-size: 22px !important;
}
body.pdf-template.single-btb_product .nutritional-facts .nutrition-label {
  margin-bottom: 15px !important;
}
body.pdf-template.single-btb_product .packaging-details .item {
  padding: 5px 0 !important;
}
body.pdf-template.single-btb_product .packaging-details .item .measurement {
  font-weight: 600 !important;
}
body.pdf-template.single-btb_product .benefit_icons {
  margin-bottom: 0px !important;
}
body.pdf-template.single-btb_product .benefit_icons .benefit {
  margin-right: 20px !important;
}
body.pdf-template.single-btb_product .benefit_icons .benefit p {
  font-size: 14px !important;
  font-weight: 600 !important;
}
body.pdf-template.single-btb_product .benefit_icons .benefit .icon {
  padding: 10px !important;
}
body.pdf-template.single-btb_product .benefit_icons .benefit .icon img {
  max-width: 40px !important;
}
body.pdf-template.single-btb_product .media {
  display: none !important;
}
body.pdf-template.single-btb_product .nutrition-label {
  margin-top: 0 !important;
}
body.pdf-template.single-btb_product .cn-commodity-label {
  padding: 10px 20px !important;
  max-width: 200px !important;
}
body.pdf-template.single-btb_product .cn-commodity-label .cn-labeled {
  max-width: 74px !important;
}
body.pdf-template.single-btb_product .cn-commodity-label .cn-labeled img {
  max-width: 60px !important;
}
body.pdf-template.single-btb_product .cn-commodity-label .cn-commodity p {
  font-size: 16px !important;
  line-height: 24px !important;
}
body.pdf-template.single-btb_recipe #main {
  margin-top: 10px !important;
}
body.pdf-template.single-btb_recipe .top-section,
body.pdf-template.single-btb_recipe h3 {
  margin-bottom: 15px !important;
}
body.pdf-template.single-btb_recipe .info-bubbles {
  margin-bottom: 5px !important;
}
body.pdf-template.single-btb_recipe .left-col {
  align-items: center;
}
body.pdf-template.single-btb_recipe .left-col .featured-image {
  max-width: 86% !important;
}
body.pdf-template.single-btb_recipe .note p {
  color: #fff !important;
}
body.pdf-template.single-btb_resource .post .post-image {
  max-width: 300px !important;
}
#turkey-reimagined .hero {
  background: #a88b4e;
  background: -moz-linear-gradient(90deg, #a88b4e 10%, #c5b793 30%, #c5b793 70%, #a88b4e 90%);
  background: -webkit-linear-gradient(90deg, #a88b4e 10%, #c5b793 30%, #c5b793 70%, #a88b4e 90%);
  background: linear-gradient(90deg, #a88b4e 10%, #c5b793 30%, #c5b793 70%, #a88b4e 90%);
  padding: 0 20px;
}
#turkey-reimagined .hero .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
  max-width: 1200px !important;
}
#turkey-reimagined .hero .wrapper .col-left,
#turkey-reimagined .hero .wrapper .col-right {
  flex: 1 40%;
}
#turkey-reimagined .hero .wrapper .col-right .content .image {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}
#turkey-reimagined .hero .wrapper .col-right .content .image .overlay {
  background: url(/wp-content/themes/butterball2021/elements/images/play-button.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#turkey-reimagined .hero .wrapper .col-right .content .image img {
  max-width: 600px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
#turkey-reimagined .hero .wrapper .col-right .content .image:hover .overlay {
  transform: translate(-50%, -50%) scale(0.96);
}
#turkey-reimagined .hero .wrapper .col-right .content .subcopy {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  max-width: 85%;
  margin: 10px auto 0 auto;
}
#turkey-reimagined .hero .wrapper .col-left {
  padding-right: 25px;
}
#turkey-reimagined .hero .wrapper .col-left .content h1 {
  font-weight: 900;
  font-size: 88px;
  color: #ffffff;
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  #turkey-reimagined .hero .wrapper .col-left .content h1 {
    font-size: 48px;
  }
}
#turkey-reimagined .hero .wrapper .col-left .content p {
  font-weight: bold;
  font-size: 21px;
  color: #4d3e20;
}
@media (max-width: 960px) {
  #turkey-reimagined .hero .wrapper {
    flex-direction: column;
  }
  #turkey-reimagined .hero .wrapper .col-left,
  #turkey-reimagined .hero .wrapper .col-right {
    flex: 1 100%;
  }
  #turkey-reimagined .hero .wrapper .col-left .content h1,
  #turkey-reimagined .hero .wrapper .col-right .content h1,
  #turkey-reimagined .hero .wrapper .col-left .content p,
  #turkey-reimagined .hero .wrapper .col-right .content p {
    text-align: center;
  }
  #turkey-reimagined .hero .wrapper .col-left {
    margin-bottom: 50px;
  }
}
#turkey-reimagined .recipes-section {
  background-color: #000e2e;
  padding: 100px 0;
}
#turkey-reimagined .recipes-section .wrapper {
  max-width: 1400px !important;
  padding: 0 20px;
}
#turkey-reimagined .recipes-section .wrapper .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
#turkey-reimagined .recipes-section .wrapper .title img {
  max-width: 460px;
  width: 100%;
  object-fit: contain;
}
#turkey-reimagined .recipes-section .wrapper .copy {
  margin-bottom: 50px;
}
#turkey-reimagined .recipes-section .wrapper .copy p {
  text-align: center;
  color: #b4975a;
  font-weight: bold;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe {
  flex: 0 30%;
  margin: 0 10px 50px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper {
  position: relative;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .recipe-category {
  position: absolute;
  background: #a88b4e;
  background: -moz-linear-gradient(90deg, #a88b4e 10%, #c5b793 30%, #c5b793 70%, #a88b4e 90%);
  background: -webkit-linear-gradient(90deg, #a88b4e 10%, #c5b793 30%, #c5b793 70%, #a88b4e 90%);
  background: linear-gradient(90deg, #a88b4e 10%, #c5b793 30%, #c5b793 70%, #a88b4e 90%);
  z-index: 50;
  padding: 5px 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .recipe-category p {
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .image {
  width: 410px;
  height: 290px;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .image .overlay {
  background: url(/wp-content/themes/butterball2021/elements/images/play-button.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .image:hover .overlay {
  transform: translate(-50%, -50%) scale(0.96);
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .content .recipe-title {
  color: #b4975a;
  font-weight: 900;
  font-size: 24px;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .content .hover-content {
  opacity: 0;
  z-index: 55;
  top: 0;
  display: none;
  position: absolute;
  margin-top: -10px;
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 20px 40px 20px;
  max-width: 370px;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .content .hover-content p {
  margin: 10px 0;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .content .hover-content .recipe-title {
  padding-top: 20px;
  color: #0031a7;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe:hover .recipe-wrapper .content .hover-content {
  display: block;
  opacity: 1;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe:hover .recipe-wrapper .content .hover-content .recipe-title {
  opacity: 1;
}
#turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe:hover .recipe-wrapper .content .recipe-title {
  opacity: 0;
}
@media (max-width: 550px) {
  #turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe {
    flex: 1 100%;
  }
  #turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .image {
    width: 310px;
    height: 300px;
    background-position: center;
  }
  #turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .content {
    padding-top: 0;
  }
  #turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .content .hover-content {
    padding-bottom: 20px;
    display: block;
    position: relative;
    max-width: 270px;
    opacity: 1;
    top: 0;
  }
  #turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .content .hover-content p {
    padding: 0 20px;
  }
  #turkey-reimagined .recipes-section .wrapper .recipe-listing .recipe .recipe-wrapper .content .desktop {
    display: none;
  }
}
#turkey-reimagined .recipes-section .wrapper .bts h3 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
#turkey-reimagined .recipes-section .wrapper .bts .videos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
#turkey-reimagined .recipes-section .wrapper .bts .videos .video {
  margin: 0 10px;
  flex: 0 30%;
  min-width: 350px;
}
#turkey-reimagined .recipes-section .wrapper .bts .videos .video iframe {
  width: 100%;
}
#turkey-reimagined .recipes-section .wrapper .coming-soon {
  margin-bottom: 25px;
  margin-top: 50px;
}
#turkey-reimagined .recipes-section .wrapper .coming-soon p {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
#turkey-reimagined .recipes-section .wrapper .note p {
  text-align: center;
  color: #585858;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 450px) {
  #turkey-reimagined .recipes-section {
    padding: 50px 0px;
  }
}
#turkey-reimagined .callout {
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #000e2e 50%, #000e2e 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #000e2e 50%, #000e2e 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #000e2e 50%, #000e2e 100%);
  padding: 0 20px;
  position: relative;
}
#turkey-reimagined .callout .wrapper {
  background: #f2ecd5;
  max-width: 1400px !important;
  padding: 50px 20px 100px 20px;
  background-color: #f4f0e6;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#turkey-reimagined .callout .wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#turkey-reimagined .callout .wrapper .content .icon {
  max-width: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}
#turkey-reimagined .callout .wrapper .content .title {
  margin-bottom: 20px;
  max-width: 650px;
  text-align: center;
}
#turkey-reimagined .callout .wrapper .content > p {
  text-align: center;
  max-width: 800px;
  margin-bottom: 50px;
}
#turkey-reimagined .callout .wrapper .resources-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  max-width: 800px;
}
#turkey-reimagined .callout .wrapper .resources-listing .resource {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px 40px 20px;
  flex: 1 40%;
}
#turkey-reimagined .callout .wrapper .resources-listing .resource img {
  object-fit: contain;
  max-width: 340px;
  border-radius: 15px;
}
#turkey-reimagined .callout .wrapper .resources-listing .resource .category a {
  background: #e8dba6;
  border-radius: 10px;
  color: #986018;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  margin: 10px 0 10px 0;
  line-height: 35px;
}
#turkey-reimagined .callout .wrapper .resources-listing .resource .category a:hover {
  background: #243bff;
  color: #fcd405;
}
#turkey-reimagined .callout .wrapper .resources-listing .resource .title {
  text-align: center;
}
#turkey-reimagined .callout .wrapper .resources-listing .resource .title a {
  color: #0031a7;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
#turkey-reimagined .callout .wrapper .resources-listing .resource .title a:hover {
  color: #cd8c00;
}
@media (max-width: 550px) {
  #turkey-reimagined .callout .wrapper .resources-listing .resource {
    flex: 1 100%;
  }
  #turkey-reimagined .callout .wrapper .resources-listing .resource img {
    width: 100%;
  }
}
#turkey-reimagined .main-content {
  background: -moz-linear-gradient(75deg, #ab9055 0%, #cac09f 25%, #cac09f 75%, #ab9055 100%);
  background: -webkit-linear-gradient(75deg, #ab9055 0%, #cac09f 25%, #cac09f 75%, #ab9055 100%);
  background: linear-gradient(75deg, #ab9055 0%, #cac09f 25%, #cac09f 75%, #ab9055 100%);
  padding: 100px 0;
  margin-top: -700px;
  padding-top: 820px;
}
#turkey-reimagined .main-content .wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
#turkey-reimagined .main-content .wrapper .content .title {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
}
#turkey-reimagined .main-content .wrapper .content .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#turkey-reimagined .main-content .wrapper .content .row .col-left,
#turkey-reimagined .main-content .wrapper .content .row .col-right {
  margin: 0 10px;
  flex: 1 45%;
}
#turkey-reimagined .main-content .wrapper .content .row .col-left p,
#turkey-reimagined .main-content .wrapper .content .row .col-right p {
  color: #4d3e20;
  font-weight: bold;
}
#turkey-reimagined .main-content .wrapper .signoff {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#turkey-reimagined .main-content .wrapper .signoff img {
  margin-bottom: 30px;
  max-width: 330px;
  width: 100%;
  object-fit: contain;
}
#turkey-reimagined .main-content .wrapper .signoff p {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 650px) {
  #turkey-reimagined .main-content .wrapper .content .row .col-left p,
  #turkey-reimagined .main-content .wrapper .content .row .col-right p {
    text-align: center;
  }
}
#turkey-reimagined .bottom-section {
  padding-top: 100px;
}
#turkey-reimagined .bottom-section .wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
#turkey-reimagined .bottom-section .wrapper .content h1 {
  text-align: center;
  margin-bottom: 30px;
}
#turkey-reimagined .bottom-section .wrapper .content .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#turkey-reimagined .bottom-section .wrapper .content .row .col-left,
#turkey-reimagined .bottom-section .wrapper .content .row .col-right {
  flex: 1 40%;
  margin: 0 10px;
}
@media (max-width: 650px) {
  #turkey-reimagined .bottom-section .wrapper .content .row .col-left p,
  #turkey-reimagined .bottom-section .wrapper .content .row .col-right p {
    text-align: center;
  }
}
@media (max-width: 450px) {
  #turkey-reimagined .bottom-section {
    padding: 50px 0px;
  }
}
#turkey-reimagined .blue-callout {
  padding: 100px 20px;
}
#turkey-reimagined .blue-callout .wrapper {
  background-color: #0031a7;
  padding: 50px 40px;
  border-radius: 15px;
}
#turkey-reimagined .blue-callout .wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#turkey-reimagined .blue-callout .wrapper .content .icon-wrapper {
  border-radius: 200px;
  padding: 20px 50px;
  background-color: #001391;
  margin-bottom: 20px;
}
#turkey-reimagined .blue-callout .wrapper .content .icon-wrapper img {
  max-width: 75px;
  object-fit: contain;
}
#turkey-reimagined .blue-callout .wrapper .content .title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
#turkey-reimagined .blue-callout .wrapper .content p {
  max-width: 800px;
  text-align: center;
  color: #ffffff;
}
#turkey-reimagined .blue-callout .wrapper .content a {
  color: #fcd405;
  font-weight: 900;
  text-decoration: underline;
}
@media (max-width: 450px) {
  #turkey-reimagined .blue-callout {
    padding: 50px 20px;
  }
}
@media (max-width: 650px) {
  #turkey-reimagined h1 {
    font-size: 32px;
  }
  #turkey-reimagined .col-left,
  #turkey-reimagined .col-right {
    flex: 1 100% !important;
  }
}
#turkey-reimagined.v2 {
  overflow: hidden;
}
#turkey-reimagined.v2 .hero {
  background: transparent;
}
#turkey-reimagined.v2 .hero .wrapper {
  padding: 0;
  align-items: stretch;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: right bottom !important;
}
#turkey-reimagined.v2 .hero .wrapper .col-left {
  padding: 130px 0;
}
#turkey-reimagined.v2 .hero .wrapper .col-left .icon {
  margin-bottom: 20px;
}
#turkey-reimagined.v2 .hero .wrapper .col-left .content h1 {
  color: #0031a7;
  text-align: left;
}
#turkey-reimagined.v2 .hero .wrapper .col-left .content h1 span {
  font-weight: 300;
}
#turkey-reimagined.v2 .hero .wrapper .col-left .content p {
  font-weight: 500;
  text-align: left;
  max-width: 72%;
}
#turkey-reimagined.v2 .hero .wrapper .col-right {
  z-index: -1;
}
#turkey-reimagined.v2 .hero .wrapper .col-right .content {
  height: 100%;
}
#turkey-reimagined.v2 .hero .wrapper .col-right .content .image {
  height: 100%;
}
#turkey-reimagined.v2 .hero .wrapper .col-right .content .image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 960px) {
  #turkey-reimagined.v2 .hero {
    padding: 0;
  }
  #turkey-reimagined.v2 .hero .wrapper {
    flex-direction: row;
    background-position: 10vw bottom !important;
    flex-wrap: nowrap;
    padding: 0 20px;
  }
  #turkey-reimagined.v2 .hero .wrapper .col-left,
  #turkey-reimagined.v2 .hero .wrapper .col-right {
    flex: 1 40% !important;
  }
  #turkey-reimagined.v2 .hero .wrapper .col-right {
    background: none;
  }
  #turkey-reimagined.v2 .hero .wrapper .col-left {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  #turkey-reimagined.v2 .hero {
    height: 700px;
  }
  #turkey-reimagined.v2 .hero .wrapper {
    height: 100%;
    background-position: 0 110px !important;
    justify-content: flex-start;
  }
  #turkey-reimagined.v2 .hero .wrapper .col-left {
    flex: 0 80% !important;
  }
  #turkey-reimagined.v2 .hero .wrapper .col-right {
    display: none;
  }
}
@media (max-width: 560px) {
  #turkey-reimagined.v2 .hero .wrapper {
    background-position: -40vw 110px !important;
  }
  #turkey-reimagined.v2 .hero .wrapper .col-left .content p {
    font-size: 16px;
  }
}
#turkey-reimagined.v2 .subnav .wrapper {
  max-width: 1200px !important;
}
#turkey-reimagined.v2 .subnav .wrapper .nav {
  background-color: #0031a7;
  position: relative;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  z-index: 100;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#turkey-reimagined.v2 .subnav .wrapper .nav .main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
#turkey-reimagined.v2 .subnav .wrapper .nav a {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 50px;
  position: relative;
  font-size: 21px;
  font-weight: 900;
  color: #ffffff;
}
#turkey-reimagined.v2 .subnav .wrapper .nav a.cta {
  color: #0031a7;
  height: auto;
  align-self: center;
}
#turkey-reimagined.v2 .subnav .wrapper .nav a.cta:hover {
  background-color: #fff !important;
  color: #0031a7 !important;
}
#turkey-reimagined.v2 .subnav .wrapper .nav a.current::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-image: url("/wp-content/themes/butterball2021/elements/images/arrow-right_butterball-yellow-gold-medium.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
  bottom: 13px;
}
#turkey-reimagined.v2 .subnav .wrapper .subnav-children {
  border: 1px solid #dedede;
  border-top: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  top: -20px;
  background-color: #ffffff;
  z-index: 10;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#turkey-reimagined.v2 .subnav .wrapper .subnav-children a {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 50px;
  position: relative;
  font-size: 18px;
  font-weight: 900;
  color: #0031a7;
  margin-top: 20px;
  text-align: center;
}
#turkey-reimagined.v2 .subnav .wrapper .subnav-children a.current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 5px;
  background-color: #cd8c00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#turkey-reimagined.v2 .subnav.scroll {
  position: fixed;
  top: 157px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}
#turkey-reimagined.v2 .subnav.scroll .wrapper .nav {
  height: 60px;
}
#turkey-reimagined.v2 .subnav.scroll .wrapper .nav a.current::after {
  bottom: 3px;
  width: 10px;
  height: 10px;
}
#turkey-reimagined.v2 .subnav.scroll .wrapper .subnav-children {
  height: 80px;
}
@media (max-width: 1020px) {
  #turkey-reimagined.v2 .subnav.scroll {
    top: 91px;
  }
}
#turkey-reimagined.v2 .subnav.mobile {
  display: none;
}
@media (max-width: 1090px) {
  #turkey-reimagined.v2 .subnav .wrapper .nav a {
    margin: 0 20px;
  }
  #turkey-reimagined.v2 .subnav .wrapper .subnav-children a {
    margin: 0 20px;
  }
}
@media (max-width: 860px) {
  #turkey-reimagined.v2 .subnav .wrapper {
    padding: 0;
  }
  #turkey-reimagined.v2 .subnav .wrapper .nav {
    height: 80px;
    overflow: hidden;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 0;
  }
  #turkey-reimagined.v2 .subnav .wrapper .nav .main {
    flex-direction: column;
    padding-left: 20px;
    width: 100%;
    align-items: flex-start;
    cursor: pointer;
  }
  #turkey-reimagined.v2 .subnav .wrapper .nav .main a:not(.current) {
    display: none;
    justify-content: center;
  }
  #turkey-reimagined.v2 .subnav .wrapper .nav .main a.current::after {
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  #turkey-reimagined.v2 .subnav .wrapper .nav a.cta {
    align-self: flex-start;
    margin: 15px 5px 0 0;
  }
  #turkey-reimagined.v2 .subnav .wrapper .nav.open {
    height: 200px;
    overflow: visible;
  }
  #turkey-reimagined.v2 .subnav .wrapper .nav.open .main a:first-child::after {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-image: url("/wp-content/themes/butterball2021/elements/images/arrow-right_butterball-yellow-gold-medium.svg");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    left: -20px;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
  }
  #turkey-reimagined.v2 .subnav .wrapper .nav.open .main a:not(.current) {
    display: flex;
  }
  #turkey-reimagined.v2 .subnav .wrapper .nav.open .main a.current::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  #turkey-reimagined.v2 .subnav .wrapper .subnav-children {
    top: 0;
    height: 70px;
    padding-left: 20px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 0;
  }
  #turkey-reimagined.v2 .subnav .wrapper .subnav-children a:not(.current) {
    display: none;
  }
  #turkey-reimagined.v2 .subnav .wrapper .subnav-children a.current::after {
    display: none;
  }
  #turkey-reimagined.v2 .subnav .wrapper .subnav-children a.current::before {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-image: url("/wp-content/themes/butterball2021/elements/images/arrow-right_butterball-yellow-gold-medium.svg");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    top: 40%;
    left: -25px;
    transform: rotate(90deg) translateY(-40%);
    pointer-events: none;
  }
  #turkey-reimagined.v2 .subnav .wrapper .subnav-children.open {
    height: 200px;
  }
  #turkey-reimagined.v2 .subnav .wrapper .subnav-children.open a:not(.current) {
    display: flex;
    justify-content: center;
  }
  #turkey-reimagined.v2 .subnav .wrapper .subnav-children.open a.current::before {
    display: none;
  }
  #turkey-reimagined.v2 .subnav .wrapper .subnav-children.open a:first-child::before {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-image: url("/wp-content/themes/butterball2021/elements/images/arrow-right_butterball-yellow-gold-medium.svg");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    top: 40%;
    left: -25px;
    transform: rotate(-90deg) translateY(-40%);
    z-index: 50;
    pointer-events: none;
  }
  #turkey-reimagined.v2 .subnav.scroll {
    width: 100%;
  }
  #turkey-reimagined.v2 .subnav.scroll .wrapper .nav a.cta {
    margin-top: 6px;
  }
  #turkey-reimagined.v2 .subnav.scroll .wrapper .subnav-children {
    height: 60px;
  }
  #turkey-reimagined.v2 .subnav.scroll .wrapper .subnav-children.open {
    height: 200px;
  }
}
#turkey-reimagined.v2 .featured {
  padding-top: 25px;
}
#turkey-reimagined.v2 .featured .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px !important;
}
#turkey-reimagined.v2 .featured .wrapper .video-link {
  flex: 1 50%;
}
#turkey-reimagined.v2 .featured .wrapper .image {
  flex: 1 50%;
  position: relative;
}
#turkey-reimagined.v2 .featured .wrapper .image img {
  border-radius: 15px;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
#turkey-reimagined.v2 .featured .wrapper .content {
  flex: 1 50%;
  padding-left: 50px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#turkey-reimagined.v2 .featured .wrapper .content * {
  text-align: left;
}
#turkey-reimagined.v2 .featured .wrapper .content h2 {
  line-height: 1.25;
}
#turkey-reimagined.v2 .featured .wrapper .content .tag {
  line-height: 1;
  color: #cd8c00;
  font-weight: 800;
  font-size: 14px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#turkey-reimagined.v2 .featured .wrapper .content .tag img {
  display: inline-block;
  margin-right: 10px;
}
#turkey-reimagined.v2 .featured .wrapper .content .copy {
  padding: 20px 0;
}
#turkey-reimagined.v2 .featured .wrapper .content .copy p {
  font-weight: 500;
  color: #333333;
}
#turkey-reimagined.v2 .featured.video .image::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("/wp-content/themes/butterball2021/elements/images/play-button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30%;
  height: 30%;
  z-index: 10;
}
@media (max-width: 820px) {
  #turkey-reimagined.v2 .featured .wrapper {
    flex-direction: column;
  }
  #turkey-reimagined.v2 .featured .wrapper .image {
    margin-bottom: 20px;
  }
  #turkey-reimagined.v2 .featured .wrapper .content {
    padding-left: 0;
    max-width: 100%;
  }
}
#turkey-reimagined.v2 .recipes-section {
  background: #ffffff;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 0 0;
}
#turkey-reimagined.v2 .recipes-section .slick-next {
  width: 70px;
  height: 50px;
  background-color: #cdecf8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-35%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
}
#turkey-reimagined.v2 .recipes-section .slick-next img {
  max-width: 15px;
}
#turkey-reimagined.v2 .recipes-section .slick-prev {
  width: 70px;
  height: 50px;
  background-color: #cdecf8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-35%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  z-index: 10;
}
#turkey-reimagined.v2 .recipes-section .slick-prev img {
  max-width: 15px;
  transform: rotate(180deg);
}
#turkey-reimagined.v2 .recipes-section > .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px !important;
  width: 100%;
  margin: 0 auto;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts {
  margin: 0;
  padding: 0;
  /* the parent */
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .slick-list {
  overflow: visible;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .slick-slide {
  margin: 0 15px;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .slick-list {
  margin: 0 15px;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .slick-track {
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 50px;
  flex: 1 25%;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .title h3 span {
  font-weight: 400;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .title h3.slugged {
  text-transform: capitalize;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .title img {
  max-width: 50px;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post {
  flex: 1 33.3333%;
  padding: 0;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post .image {
  height: 170px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post .image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post .content h3 {
  text-align: left;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.25;
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post .content a {
  transition: all 75ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post .content .tag {
  color: #cd8c00;
  line-height: 1;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post.endcard {
  height: 100%;
  max-width: 8%;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post.endcard .image {
  height: 70px;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post.video {
  cursor: pointer;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post.video .image::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("/wp-content/themes/butterball2021/elements/images/play-button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40%;
  height: 40%;
  z-index: 10;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post .hidden-attr {
  display: none;
}
#turkey-reimagined.v2 .recipes-section > .wrapper .posts .post:hover .content h3 {
  color: #cd8c00;
}
#turkey-reimagined.v2 .recipes-section .endnote {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
#turkey-reimagined.v2 .recipes-section .endnote p {
  font-size: 12px;
  text-align: center;
  color: #333333;
}
#turkey-reimagined.v2 .trends {
  position: relative;
  padding-top: 50px;
}
#turkey-reimagined.v2 .trends .slick-next {
  width: 70px;
  height: 50px;
  background-color: #cdecf8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-35%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
}
#turkey-reimagined.v2 .trends .slick-next img {
  max-width: 15px;
}
#turkey-reimagined.v2 .trends .slick-prev {
  width: 70px;
  height: 50px;
  background-color: #cdecf8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-35%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  z-index: 10;
}
#turkey-reimagined.v2 .trends .slick-prev img {
  max-width: 15px;
  transform: rotate(180deg);
}
#turkey-reimagined.v2 .trends .wrapper {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 0 0 0 70px;
  width: 100%;
  /* the parent */
}
#turkey-reimagined.v2 .trends .wrapper .slick-list {
  overflow: visible;
}
#turkey-reimagined.v2 .trends .wrapper .slick-slide {
  margin: 0 15px;
}
#turkey-reimagined.v2 .trends .wrapper .slick-list {
  margin: 0 15px;
}
#turkey-reimagined.v2 .trends .wrapper .slick-track {
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #f2ecd4;
  padding: 100px 80px 100px 80px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#turkey-reimagined.v2 .trends .wrapper .content {
  flex: 0 13%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#turkey-reimagined.v2 .trends .wrapper .content .image {
  margin-bottom: 10px;
}
#turkey-reimagined.v2 .trends .wrapper .content .image img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
#turkey-reimagined.v2 .trends .wrapper .content .title h3 {
  font-weight: 900;
  font-size: 42px;
  line-height: 1.2;
}
#turkey-reimagined.v2 .trends .wrapper .content .title h3 span {
  font-weight: 400;
}
#turkey-reimagined.v2 .trends .wrapper .content .copy {
  max-width: 500px;
  margin-top: 10px;
}
#turkey-reimagined.v2 .trends .wrapper .content .copy p {
  color: #9b6113;
  line-height: 2.2;
}
#turkey-reimagined.v2 .trends .wrapper .trend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#turkey-reimagined.v2 .trends .wrapper .trend .image {
  height: 220px;
  width: 100%;
  position: relative;
}
#turkey-reimagined.v2 .trends .wrapper .trend .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
#turkey-reimagined.v2 .trends .wrapper .trend .trend-content .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
}
#turkey-reimagined.v2 .trends .wrapper .trend .trend-content .tag a {
  text-align: center;
  padding: 10px 15px;
  color: #9b6113;
  font-size: 16px;
  background-color: #e8dca4;
  font-weight: 900;
  border-radius: 10px;
}
#turkey-reimagined.v2 .trends .wrapper .trend .trend-content .title {
  max-width: 350px;
  margin-top: 10px;
}
#turkey-reimagined.v2 .trends .wrapper .trend .trend-content .title h3 {
  text-align: center;
  line-height: 1;
}
#turkey-reimagined.v2 .trends .wrapper .trend .trend-content .title h3:hover {
  color: #cd8c00;
}
#turkey-reimagined.v2 .trends .wrapper .trend.more {
  max-width: 180px;
}
#turkey-reimagined.v2 .trends .wrapper .trend.more .image {
  height: 120px;
  width: 50%;
}
@media (max-width: 900px) {
  #turkey-reimagined.v2 .trends .wrapper {
    padding: 0;
  }
  #turkey-reimagined.v2 .trends .wrapper .slick-track {
    padding: 50px 80px 50px 20px;
    justify-content: center;
    align-items: stretch;
  }
}
@media (max-width: 500px) {
  #turkey-reimagined.v2 .trends .wrapper {
    /* the parent */
  }
  #turkey-reimagined.v2 .trends .wrapper .slick-slide {
    margin: 0 10px;
  }
  #turkey-reimagined.v2 .trends .wrapper .slick-list {
    margin: 0 10px;
  }
  #turkey-reimagined.v2 .trends .wrapper .content .title h3 {
    font-size: 32px;
  }
  #turkey-reimagined.v2 .trends .wrapper .trend .image {
    height: 180px;
  }
}
#turkey-reimagined.v2 .main-content {
  background: #ffffff;
  padding: 100px 20px;
  margin: 0;
}
#turkey-reimagined.v2 .main-content .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px !important;
  padding: 0;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block > .image {
  flex: 1 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 50px;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block > .image .icon {
  margin-bottom: 20px;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block > .image .icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block > .image .title h2 {
  font-size: 42px;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block > .image .title h2 span {
  font-weight: 400;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block .content {
  flex: 1 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block .content .copy p {
  margin-bottom: 50px;
  font-weight: 600;
  line-height: 2.25;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block .content .copy p:last-child {
  margin-bottom: 0;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block .content .copy strong {
  font-weight: bold;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block .content .copy a {
  font-weight: 900;
  color: #0031a7;
  text-decoration: underline;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block .content .callout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: transparent;
  padding-top: 50px;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block .content .callout .image {
  padding: 0;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block .content .callout .image img {
  max-width: 260px;
  object-fit: contain;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block .content .callout .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
#turkey-reimagined.v2 .main-content .wrapper .content-block .content .callout .title p {
  font-weight: 900;
  color: #0031a7;
}
@media (max-width: 920px) {
  #turkey-reimagined.v2 .main-content .wrapper .content-block .content .callout {
    flex-direction: column;
  }
}
#turkey-reimagined.v2 .main-content .wrapper hr {
  margin: 100px 0;
  width: 330px;
  height: 5px;
  border-radius: 15px;
  border: none;
  background-color: #cd8c00;
}
#turkey-reimagined.v2 .main-content .wrapper hr:last-child {
  display: none;
}
@media (max-width: 768px) {
  #turkey-reimagined.v2 .main-content {
    padding: 50px 20px;
  }
  #turkey-reimagined.v2 .main-content .wrapper {
    justify-content: center;
    align-items: center;
  }
  #turkey-reimagined.v2 .main-content .wrapper .content-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #turkey-reimagined.v2 .main-content .wrapper .content-block .image {
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #turkey-reimagined.v2 .main-content .wrapper .content-block .image .title h2 {
    text-align: center;
    padding-bottom: 20px;
  }
  #turkey-reimagined.v2 .main-content .wrapper .content-block .image .title h2 br {
    display: none;
  }
  #turkey-reimagined.v2 .main-content .wrapper .content-block .content .copy * {
    text-align: center;
  }
  #turkey-reimagined.v2 .main-content .wrapper hr {
    margin: 50px 0;
  }
}
#turkey-reimagined.v2 .callout-section .wrapper {
  max-width: 1200px !important;
}
#turkey-reimagined.v2 .callout-section .wrapper .callout {
  background: #0031a7;
  border-radius: 15px;
}
#turkey-reimagined.v2 .callout-section .wrapper .callout .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
}
#turkey-reimagined.v2 .callout-section .wrapper .callout .content h3 {
  color: #ffffff;
  font-size: 42px;
  padding-top: 20px;
  text-align: center;
}
#turkey-reimagined.v2 .callout-section .wrapper .callout .content h3 span {
  font-weight: 400;
}
#turkey-reimagined.v2 .callout-section .wrapper .callout .content .copy {
  padding-top: 20px;
}
#turkey-reimagined.v2 .callout-section .wrapper .callout .content .copy p {
  color: #ffffff;
  text-align: center;
}
#turkey-reimagined.v2 .callout-section .wrapper .callout .content .copy a {
  color: #fcd405;
  text-decoration: underline;
  font-weight: 900;
}
#navigation-overlay #search-recommendations ul.mmc-search-recommendations li a.cat,
#navigation #main-menu #search #mmc-search-suggestions ul.mmc-search-suggestions li a.cat,
.resources-callout .wrapper .posts .post .category,
body.Products .hero-section .hero-container .items .hero-item .media .category-text a,
body.page-template-page-products-nowserving #main .wrapper .contentarea .posts .post .category a,
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .info-bubbles .category a,
body .related_products .posts .post .category a,
body.single-btb_recipe div#main.recipe-detail .wrapper .top-section .breadcrumbs .category a,
.posts .post .category a,
.posts.resources .post a.category,
body.single-btb_press_release .release .item .breadcrumbs li a,
body.search-results .content .search-cards .search-card p .post-type {
  background: #cfecf8;
  color: #001391;
}
body.single-btb_product div#main.product-detail .wrapper .right-col .blocks .related_content .post .category {
  background: #cfecf8;
  color: #001391;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
body.single-btb_recipe .related_recipes .posts .post .category {
  background: #cfecf8;
  color: #001391;
  padding-left: 10px;
  padding-right: 10px;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li {
  background: #cfecf8;
}
body.page-template-page-resources-nowserving .contentarea .child-categories li a {
  color: #001391;
}
body.single-btb_resource #main .post .breadcrumbs li {
  background: #cfecf8;
}
body.single-btb_resource #main .post .breadcrumbs li a {
  color: #001391;
}
.responsive-figure-table table {
  border: 1px solid #0031a7;
}
.responsive-figure-table table th,
.responsive-figure-table table td {
  border: 1px solid #0031a7;
  padding: 15px;
}
.responsive-figure-table table th {
  color: #cd8c00;
  font-weight: 900;
  width: 50%;
}
.responsive-figure-table table td {
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
.privacy-policy .content p {
  margin-bottom: 20px;
}
.privacy-policy .content p.nospace {
  margin: -12px 0 0 0;
}
.privacy-policy h3,
.privacy-policy h4 {
  margin-bottom: 15px;
  font-weight: 900;
}
.privacy-policy h3 strong,
.privacy-policy h4 strong {
  font-weight: 900;
}
.privacy-policy .content ul {
  list-style: disc;
  padding-left: 30px;
  margin-top: -30px;
  margin-bottom: 20px;
}
.privacy-policy .content ul li {
  line-height: 15px !important;
}
.privacy-policy .content a:hover {
  color: #cd8c00;
}
.privacy-policy strong {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .privacy-policy .content {
    width: 100%;
  }
}
