:root {
	--color-text: #2c1f0c;
	--color-main: #00833E;
	--color-header: #00833EE9; /* main but slightly transparent */
	--color-secondary: #EFB852;
	--color-button: #991366;
	--color-neutral : #ddd;
	
	--font-body: "futura-pt"; 
	--font-titles: "BlockW1G-Bold"; 
}




@font-face {
	font-family:"futura-pt";
	src:url("../fonts/FuturaLTPro_normal_normal_350.woff2") format("woff2"),
		url("../fonts/FuturaLTPro_normal_normal_350.woff") format("woff");
	font-display:block;
	font-style:normal;
	font-weight:400;
	font-stretch:normal;
}
@font-face {
	font-family:"futura-pt";
	src:url("../fonts/FuturaLTPro_normal_normal_700.woff2") format("woff2"),
		url("../fonts/FuturaLTPro_normal_normal_700.woff") format("woff");
	font-display:block;
	font-style:normal;
	font-weight:700;
	font-stretch:normal;
}
@font-face {
	font-family: "BlockW1G-Bold";
	src:
		url("../fonts/BlockW1G-Bold.woff") format("woff"),
		url("../fonts/BlockW1G-Bold.woff2") format("woff2");
	font-display:block;
	font-style:normal;
}




html {
	font-family:var(--font-body), sans-serif;
	color: var(--color-text);
	line-height:1.25;
}

/* scrollbars */
html {
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	background:var(--color-neutral);
}
::-webkit-scrollbar {
	width: 8px;
	scrollbar-width: thin;
	scrollbar-gutter: stable;
}
::-webkit-scrollbar-track {
	background: #f1f1f1; 
	width:8px;
	border-radius:4px; 
}
::-webkit-scrollbar-thumb {
	background: #888; 
	border-radius:4px; 
	width:8px;
}
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
body {
	/* overflow:hidden; */
	background:var(--color-main);
	overflow:visible;
	margin:0 auto;
	width:100%;
}
main {
	padding-top:0;
	border-top:4.5em solid var(--color-main);
	background:#fff;
	box-shadow:0 10em 0 #fff;
}
strong, b{
	font-weight: 700
}
.eyebrow {
	font-size:1.13rem;
	font-family:var(--font-body);
	font-weight:normal;
	opacity:0.75;
	display:block;
	margin-bottom:0.5em;
}
main section {
	max-width:100%;
	min-width:320px;
}
/* Navigation */
header {
	border-bottom: 0.15em solid #fff;
	max-width:100vw;
	height:4.5em;
	background:transparent;
	left: 0;
}
header::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: var(--color-header);
	backdrop-filter:blur(0.3em);
}
.header-logo {
	background:transparent url(../images/site/logo-mobile.png) center / contain no-repeat;
	display:inline-block;
	height:100%;
	padding:0;
	vertical-align:middle;
	width: 8em;
}
.header-logo img{
	display:none;
}

.search-button {
	margin-right: -0.75em;
}
.menu-button {
	margin-left: -0.75em;
}
.searchicon,
.navicon {
	font-size:0.75em;
	margin: 0.5em 0;
	display: inline-block;
	position: relative;
}
.mobile-menu--active .navicon span:after {
	width:2em;
	margin-left:0;
}
header a, 
header button, 
footer a, 
nav a {
	color:#fff;
	text-decoration:none;
	padding: 0.5em 0.5em;
}
.nav--main>ul>li>a,
.nav-list-title{
	font-family: var(--font-titles);
}
.nav--main ul ul {
	padding-left:1.75em;
}
.nav--container {
	background:var(--color-header);
	backdrop-filter:blur(0.5em);
	box-shadow: 0 100vh 0 100vh rgba(0,0,0,0.75);
		scrollbar-gutter: stable;
		scrollbar-width: thin;
}
.nav--main,
.nav--featured,
.nav--secondary ul {
}
.nav--featured {
	padding:0 0.5em;
	display:none;
}
.nav--featured .nav-item--current > a {
	text-decoration:underline;
}
.nav--main,
.nav--secondary {
	text-transform:uppercase;
}
.nav--main ul {
	color:#fff;
	background:transparent;
}
.nav--mobile-extras {
	margin:1em;
	text-align:center;
	border-top:0.15em solid #fff;
}
.nav--mobile-extras a {
	text-transform:none; 
	display:inline-block;
}
footer .social_icons,
.nav--mobile-extras .social_icons {
	font-size:1.5em;
	padding: 0.5em 0;
}
footer .social_icons a,
.nav--mobile-extras .social_icons a {
	font-size:1em;
	margin:0;
	padding: 0 0.25em;
	height: 1.2em;
}
.nav--mobile-extras p {
	margin:0 auto;
	font-size:90%;
}
.nav--mobile-extras p a {
	text-decoration:underline;
	padding:0.5em;
}
.critcomm-enabled header { top:0; }
@media (max-width: 47.95em) {
	.nav--main li.mobile-nav--opened:nth-child(6) > a::after {
		margin-top: -10em;
	}
	.nav--main li.mobile-nav--opened:nth-child(7) > a::after {
		margin-top: -12em;
	}
	.nav--main li.mobile-nav--opened:nth-child(8) > a::after {
		margin-top: -14em;
	}
}
@media screen and (max-width:47.95em) and (min-aspect-ratio:10/7) {
	
	html {
		font-size:1em;
	}
	#search {
		top:0;
		z-index: 199;
		padding: 1.125em 0 0;
	}
	#search::before {
		height:0;
	}
	.page--search-results #search {
		top:5.5em;
	}
	/* layering elements */
	.search--active header::before {
		content:'';
		background:#da2037;
		width:100%; 
		position:fixed;
		height:6.5em;
		top:0;
		z-index:99;
	}
	.search--active .nav--featured {
		position:fixed;
		z-index:99;
	}
	.search--active #critical_communications ~ #search {
		margin-top:0;
	}
	.search--active #critical_communications + header .nav--featured {
		margin-top:3em;
	}
	.search--active header {
		z-index:auto;
		position:static;
		margin-bottom:-6.5em;
	}
	.header-logo {
		transition:opacity 0.15s;
	}
	.search--active .header-logo {
		opacity:0;
	}
	header .content_wrapper {
		position:fixed;
		left:1em; right:1em;
		top:0;
		z-index:999;
	}
	#critical_communications + header .content_wrapper {
		margin-top:3em;
	}
	.menu-button, 
	.search-button {
		z-index:9999;
	}
	.nav--container {
		height: calc(100vh - 5.5em);
	}
	.nav--container nav {
	}
	.mobile-menu--active .nav--container {
		padding:1em 0;
	}
	.nav--mobile-extras .social_icons {
		display:inline-block;
		vertical-align:middle;
		margin:1em;
	}
	.nav--mobile-extras p {
		margin:1em;
		display:inline-block;
		vertical-align:middle;
		
	}
	header .content_wrapper {
		max-width:none;
	}
}

@media screen and (max-width:20em) {
	.nav--container nav {
		min-width:300px;
	}
}
@media screen and (min-width:48em), print{
	header {
		height:5.5em;
	}
	main {
		border-top-width:5.5em;
	}
	.nav--container {
		background:transparent;
		box-shadow:none;
	}
	.nav--main ul div {
		padding-top: 0.1em; /* match outline on header */
		background:rgba(0,0,0,0);
		transition: max-height .15s;
	}
	.nav--main ul ul {
		padding:0.25em;
	}
	.nav--main ul div > ul {
		background:var(--color-main);
		padding-top:0.25em;
		margin: 0 0.25em;
		border-radius: 0 0 0.15em 0.15em;
	}
	.nav--main li:hover > div {
		max-height:24em;
	}
	.nav--main a {
		white-space:nowrap;
		padding-left:0.75em;
	}
	.nav--main a::after {
		font-size: 80%;
		right: 1.15em;
	}
	.header-logo {
		margin-right: 2%;
		background-image: url(../images/site/logo.png);
		width:15em;
		max-width:20%;
	}
	.nav--main > ul > .nav-item--current::after,
	.nav--main > ul > .nav-item--current-parent::after {
		background:#fff;
		border-radius:0.3em 0.3em 0 0;
		content:'';
		display:block;
		height:0.4em;
		position:absolute;
		bottom: -0.1em;
		left: -0.1em;
		right: -0.1em;
	}
	.nav--secondary .link--where-to-buy,
	.nav--secondary .link--promotions {
		position:relative;
	}
	.nav--secondary a img {
		display:none;
	}
}


/* always single row mode */
@media (min-width:48em) {
	header {
	}
	header nav a {
		font-size:min(calc(1.5vw - 0.025rem), 1.175em);
		
	}
	nav a:hover, .footer-nav--main a:hover {
		background-color:#fff;
		color: var(--color-header);
		border-radius: 25px;
	}
	.nav--main,
	.nav--main > ul {
		height:100%;
	}
	.nav--main > ul > li,
	.nav--secondary > ul > li {
		padding:0;
		height:100%;
		display:inline-flex;
		align-items:center;
	}
	.nav--main>ul>li>a {
		position:relative;
	}
	.nav--container {
		flex-grow:1;
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
		align-self:center;
		height:100%;
	}
	.nav--container ul {
	}
	.nav--main,
	.nav--secondary	{
		margin-top:0;
		position:static;
	}
	.search-button {
		margin-top: -0.1em;
		margin-left:0;
	}
}
@media (min-width:75em) {
	.header-logo {
		/* width:13em; */
	}
	header nav {
		/* font-size: 1.25em; */
	}
	.nav--main > ul > li,
	.nav--secondary > ul > li {
		/* padding:1.35em 0; */
	}
	header nav a {
		/* font-size:.8em; */
	}
}

@media (min-width:72em) {
	header nav a {
		/* font-size:.9em; */
	}
	.header-logo {
		/* width:16em; */
	}
	
}
footer {
	overflow:hidden;
	position:relative;
	margin-bottom: 0;
	color:#fff;
	background:var(--color-main);
	padding:10em 0 4em;
}
footer > div:first-child {
	position:relative;
	z-index:1;
	margin-bottom:2em;
}
footer .content_wrapper {
	position:relative;
}
.footer-nav--main ul {
	text-transform:uppercase;
	position:relative;
	display: block;
}

.footer-nav--main a {
	font-size: 1.125em;
}
.footer-nav--secondary a {
	text-decoration:underline;
}
footer li {
	margin: 0 0.25em 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	break-inside: avoid;
}
.footer-nav--main li a[href*="home.html"]::before {
	content: '';
	display:block;
	background:url(../images/site/logo-mobile.png) center / contain no-repeat;
	top: -8em;
	width: 12em;
	height: 7em;
	left: 50%;
	margin-left: -6em;
	position:absolute;
}
.nav--mobile-extras a[href*="//www.kellanova.com/us/en/privacy-choices.html"]::after,
.nav--mobile-extras a[href*="//www.kellanova.com/us/en/do-not-sell-or-share.html"]::after,
.footer-nav--secondary a[href*="//www.kellanova.com/us/en/privacy-choices.html"]::after,
.footer-nav--secondary a[href*="//www.kellanova.com/us/en/do-not-sell-or-share.html"]::after {
	content:'';
	transform: none;
	opacity: 1;
	top: auto;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 0.25em;
	background:url(/content/dam/engage/images/privacyoptions.svg) center / contain no-repeat;
	width:2em; height:1em;
}
#back-to-top {
	right: 0em;
	z-index:1;
	font-size:75%;
}

@media (min-width:48em), print{
	.footer-nav--main li a[href*="home.html"]::before {
		width: 18em;
		margin-left: -9em;
		background:url(../images/site/logo.png) center / contain no-repeat;
	}
	.footer-nav--main ul {
	}
	.footer-nav--main li {
	}
	#back-to-top {
		right: 0em;
		z-index:1;
		font-size:0.8em;
	}
}
/* Headings and paragraph styles */
h1,h2,h3,h4,h5,h6, .pretend-h2, .pretend-h3 {
	margin:1rem 0;
	font-weight:bold;
}
h1,h2,h3 {
	font-family: var(--font-titles);
	font-weight:normal;
	font-size: 2.5em;
	text-transform:uppercase;
	letter-spacing:0.01em;
}
h2, .pretend-h2 {
	line-height:0.9;
}
h3, .pretend-h3 {
	font-size:2em;
	line-height:0.9;
}
p {
	margin:1rem 0;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	white-space:nowrap;
}
p {
	
}
.disclaimer {
	font-size:0.8em;
} 
small {
	font-size:0.667em;
} 
sup {
	text-decoration:none;
}
h1 sup,
h2 sup,
h3 sup {
	font-size: 33%;
	top: -1.4em;
	margin-left: 0.1em;
}
/* Tables */
table {
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
tr {
}
td {
	padding:0.5em 0;
}
/* Links and CTA Buttons */
a {
	color:var(--color-main);
	text-decoration:none;
}
.button-cta {
	font-size:1.25rem;
	font-weight:bold;
	text-align:center;
	min-width: 8em;
	background:var(--color-button);
	color:#fff;
	padding:0.7em 1em 0.65em;
	text-transform:uppercase;
	transition:color 0.15s, background 0.15s, filter 0.15s;
	border-radius: 0.1em;
}
.button-cta:hover {
	filter:brightness(0.9) contrast(1.2);
}
input[type=submit], 
button, [type="button"], 
[type="reset"], 
[type="submit"] {
	background:var(--color-button);
	color:#000;
}
.video-fullwidth .ytplayer-wrapper {
	margin:0 -1em;
	height:auto;
}
.yt-link-initialized {
	opacity: 1;
	pointer-events: auto;
}
.ytplayer .icon--player {
	opacity: 0.33;
	transform:translate(-50%,-50%) scale(0.75);
}
.ytplayer .icon--player span {
	font-family: var(--font-body), sans-serif;
	font-size: 1rem;
	position: absolute;
	left: 50%;
	bottom:0;
	background: #000;
	opacity: 0;
	border-radius: 0.2em;
	padding: 0.2em 0.6em;
	transform: translate(-50%,2em);
	pointer-events: none;
	text-transform: none;
	white-space:nowrap;
}
.ytplayer:hover .icon--player span,
.ytplayer:focus .icon--player span,
.ytplayer:focus-within .icon--player span {
	opacity:1;
}
.yt-link-initialized .icon--player {
	opacity:1;
	transform:translate(-50%,-50%) scale(1);
	transition:opacity 0.15s, transform 0.15s;
}
.icon--player {
	color:#fff;
	border:none;
	filter: 0.05em 0.05em 0.2em rgba(0,0,0,.5);
	width: 5em;
	height: 5em;
}
.icon--player::before {
	display: block;
	content: '';
	color:#fff;
	width:100%;
	height:100%;
	background: linear-gradient(30deg, #f000, #f000 59%, currentcolor 59%, currentcolor),
	 linear-gradient(-90deg, #f000, #f000 64%, currentcolor 64%, currentcolor),
	 linear-gradient(150deg, #f000, #f000 59%, currentcolor 59%, currentcolor);
	clip-path: circle(50%);
}
.icon--player::after {
	display: none;
}
.ytplayer:hover .icon--player {
	color:#dedede;
}
.ytplayer {
	opacity:0.8;
	pointer-events:none;
}
.yt-link-initialized {
	opacity:1;
	pointer-events:auto;
}
@media (min-width:48em), print{ 
	.icon--player {
		font-size:1em;
	}
	.button-cta {
		min-width: 9em;
	}
	.video-fullwidth .ytplayer-wrapper {
		width:66.67%;
		margin:0 auto;
	} 
}
/* Forms */
input,
textarea {
	border-radius:0em;
	outline-offset:2px;
}
select {
	border:0.15em solid currentcolor;
	border-radius:0;
	font-weight:600;
	text-align:center;
	padding:0.45em 2em 0.5em 1em;
	transition:color 0.15s, background 0.15s;
	outline-offset:2px;
}
.pagination a,
.pagination input,
.pagination button {
	background:var(--color-button);
	border: none;
}
#search { 
	top:4.5em; 
	background:#24201cf0 ;
	backdrop-filter:blur(0.5em);
}
#search input[type="text"] {
	border-radius:0;
	text-indent:0.33em;
	padding: 0 3rem 0 0;
	cursor:text;
	outline-offset:4px;
}
.search-results-list {
	justify-content:flex-start;
}
.global-search-results #search {
	background:#fff;
}

.pagination input {
	width: 10em;
	border-radius: 5px;
	text-transform: uppercase;
}
.pagination {
	margin: 2em 0;
}
@media (min-width:48em), print{ 
	#search .content_wrapper {
		max-width:29em;
	}
	#search input[type="text"] {
		width:calc(100% - 10rem);
	}
	.global-search-results #search {
		top:5.5em;
		padding:2em 0;
		max-width:120em;
		margin:auto;
		box-shadow: -100em 0 0 #ddd, 100em 0 0 #ddd ;
	}
	.pagination input {
		font-size: 1.25em;
		width: 16em
	}
	.pagination a, .pagination button {
		width: 2.5em;
		height: 2.5em;
		line-height: 3.9em;
	}
}
/* Change autocomplete styles in WebKit */
#search input[type=text]:-webkit-autofill,
#search input[type=text]:-webkit-autofill:hover,
#search input[type=text]:-webkit-autofill:focus,
#search input[type=text]:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #fff !important;
	color: #fff !important;
}
#search .search-label--large {
	font-weight:normal;
	font-family: var(--font-titles);
	text-transform:uppercase;
}
#search .search-label--submit::before {
	top:0.3em;
	left: 0.46em;
}
#search .search-label--submit::after {
	top: 2.15em;
	left: 1.8em;
}
/* Some active styles */
a:focus,
a:active,
a:focus .button-cta,
a:active .button-cta,
button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
[tabindex]:focus,
.tns-nav button:focus,
.qq-upload-button:focus-within,
form input[type="checkbox"]:focus + label:before, 
form input[type="radio"]:focus + label:before{
	outline:2px solid #000;
}


header .content_wrapper a:focus,
header .content_wrapper a:active,
header button:focus,
header button:active,
footer a:focus,
footer a:active {
	/* outline:2px solid #fdee00; */
}
#search input:focus,
#search input:active{
	outline:2px solid var(--color-secondary);
}

.icon--player:focus {
	outline:2px solid var(--color-secondary);
	outline-offset: 2px;
}

.menu-button:focus:hover,
.menu-button:active:hover,
.search-button:focus:hover,
.search-button:active:hover,
a:focus:hover,
a:active:hover {
	outline:none !important;
	box-shadow:none !important;
}
@media (min-width:48em), print{ 
	#search .search-label--large {
		font-size: 249%; 
	}
	
}


/* Basic Hero */
.pagehero {
	background: var(--color-main);
	height:100vw;
}
.pagehero section {
	margin:0 auto;
}
h1 span,
h2 span { display:block; white-space:nowrap; }
h1 span sup:last-child {
	margin-right:-0.75em; 
}
.pagehero .button-cta {
	position:relative;
}
.pagehero .rich-text {
	position:static;
}
.pagehero .hero-slide {
	height: 100%;
}
.tns-nav button {
	color:transparent;
	border:0.2em solid var(--color-text);
	padding:0;
	margin:0 0.25em;
}
.tns-nav button.tns-nav-active {
	color:var(--color-text);
}
.pagehero .tns-nav button {
	color:transparent;
	border:0.2em solid #fff;
	margin:1em 0.25em;
}
.pagehero .tns-nav button.tns-nav-active {
	color:#fff;
}
.pagehero .tns-controls button[data-controls="next"], 
.pagehero .tns-controls button[data-controls="prev"] {
	color:#fff;
}
@media (min-width:48em), print{
	.pagehero {
		height:42.5vw;
		max-height:calc(42.5em * 1.2); 
		max-width:120em;
		margin:auto;
	}
	main {
		max-width:120em;
		margin:auto;
		box-shadow:-120em 0 0 var(--color-neutral), 120em 0 0 var(--color-neutral);
	}
}


/* Home Hero */
.hero-homepage {
	overflow: visible;
	padding-bottom:0;
	margin-bottom: 3em;
}
.hero-homepage .content_wrapper {
	position: relative;
}
.hero-homepage .rich-text {
	font-size:min(calc(0.25em + 2vw), 1.5em);
	position: relative;
	padding:0 2em;
}
.hero-homepage h1, 
.hero-homepage h2 {
	text-align: center;
	letter-spacing: 0em;
	font-size:2.5em;
}
@media (min-width:48em), print{
	.hero-homepage {
		height:42.5vw;
		max-height:calc(42.5em * 1.2); 
		min-height: 0;
	}
	.hero-homepage .rich-text {
		font-size:min(calc(0.25em + 1vw), 1.5em);
	}
}

.hero-category {
	min-height:0;
	height: calc(33vw + 10em);
}

@media (min-width: 48em), print {
	.hero-category>section>picture img {
		min-width: 100%;
	}
	.hero-category {
		height:30vw;
		max-height:calc(30em * 1.2); 
	}
}


/* cracker bowls hero */
.hero-crackerbowls { }
.hero-crackerbowls .content_wrapper::before {
	height:60%;
}
.hero-crackerbowls h1 {
	text-shadow:0 0.05em 1em #fff4;
	max-width:10em;
}
.hero-crackerbowls h1 span {
	font-size:2em;
	white-space:normal;
	line-height:0.9em;
}
@media (min-width:48em), print{
	.hero-crackerbowls .content_wrapper::before {
		height:40%;
	}
	.hero-crackerbowls h1 {
		max-width:18em;
	}
}

.home--stamps {
	margin: 2em 0 4em;
}
.home--logo-stamps h2{
	text-align: center;
	font-size: 1.5em;
	margin:0;
	min-width:5.5em;
}

.home--logo-stamps div:nth-of-type(1){
	display: block;
	width: 100%
}

.home--logo-stamps div{
	margin: .5%;
	width: 48%;
	display: inline-block
}

.home--logo-stamps a {
	display: block
}

@media (min-width:48em), print{
	.home--logo-stamps{
		display: flex; 
		margin: 0 auto;
		align-items: center;
	}
	.home--logo-stamps div:nth-of-type(1){
		display: inline-block;
		width: 48%
	}
	
}
.home-title {
	background: var(--color-main);
	border-top:0.15em solid var(--color-secondary);
	border-top:0.15em solid var(--color-secondary);
	overflow:hidden;
	color:#fff;
	margin-top:-3em;
}
.home-title h1 {
	font-size:1.5em;
	margin-bottom:-0.5em;
}
.home-title img {
	width:18em;
	margin:-0.75em auto 0; 
}

.callout-section {
	font-size:min(3vw,1em);
	text-align: center;
	margin-bottom:-2em;
	overflow: hidden;
	position: relative;
	/* background:url(../images/home/green-stone-bg.jpg) center / cover no-repeat; */
	/* color:#fff; */
}
.callout-section section {
	margin:0;
}
.callout-section .content_wrapper {
	position:relative;
	padding: 4em 0 5em;
}
body[data-page-id="en-us-home"] .callout-section {
	margin-top:-4rem;
}
.callout-section h2 {
	max-width: 12em;
	margin: auto;
}
.callout-section img {
	position: absolute;
	bottom:0;
	width: 12em;
	margin-left: -6em;
	left: calc(50% - 13em);
	z-index: 1;
	pointer-events:none;
}
.callout-section img:nth-of-type(2) {
	left: calc(50% + 12em);
	transform: rotate(-15deg);
}
.callout-section .button-cta {
	max-width: 22em;
	margin: 2em 0;
	font-size:1.25em;
}


@media (min-width:48em), print{
	.callout-section .content_wrapper {
		padding: 6em 0 8em;
	}
	.callout-section h2 {
		font-size:2em;
		max-width: 16em;
	}
	.callout-section img {
		left:10%;
		font-size:min( calc(1.5vw + 0.5em), 2em);
	}
	.callout-section img:nth-of-type(1) {
		bottom:1em;
	}
	.callout-section img:nth-of-type(2) {
		left:85%;
		transform:none;
		bottom: 0;
	}
}

/* icon font for social media */
@font-face {
	font-family: 'icomoon';
	src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
	font-weight: bold;
	font-style: normal;
}

.social_icons {
	font-size: 1.5rem;
}

.social_icons a::before {
	font-family: 'icomoon' !important;
	margin:0;
}
.social_icons a {
	margin: 0.5em;
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.icon-icon-hourglass:before {
	content: "\e90b";
}
.icon-icon-trash:before {
	content: "\e90c";
}
.icon-shop-bag:before {
	content: "\e902";
}
.icon-login-arrow:before {
	content: "\e903";
}
.icon-login1:before {
	content: "\e909";
}
.icon-icon-map-pin:before {
	content: "\e908";
}
.icon-icon-coupon:before {
	content: "\e907";
}
.icon-icon-map:before {
	content: "\e90a";
}
.icon-x_logo:before {
	content: "\e90d";
}
.icon-user2:before {
	content: "\e90e";
}
.icon-cart2:before {
	content: "\e90f";
}
.icon-smartlabel:before {
	content: "\e905";
}
.icon-tiktok:before {
	content: "\e906";
}
.icon-snapchat-ghost:before {
	content: "\e904";
}
.icon-envelope:before {
	content: "\e900";
}
.icon-pinterest-p:before {
	content: "\e901";
}
.icon-facebook:before {
	content: "\ea90";
}
.icon-facebook2:before {
	content: "\ea91";
}
.icon-instagram:before {
	content: "\ea92";
}
.icon-twitter:before {
	content: "\ea96";
}
.icon-youtube:before {
	content: "\ea9d";
}
.icon-flickr4:before {
	content: "\eaa6";
}
.icon-linkedin2:before {
	content: "\eaca";
}
.icon-pinterest2:before {
	content: "\ead2";
}


footer .social_icons a {
}



header .social_icons a,
footer .social_icons a {
	text-decoration: none;
	padding: 0.25em;
	font-size: 1.75rem;
	line-height: 1;
	margin: 0;
}
.social_icons a[href*="facebook.com"]:before, .social_icons a[data-tracking*="facebook-com"]:before {
}


.social_icons a[data-tracking*="instagram-com"] img,
.social_icons a[href*="instagram.com"] img,
.social_icons a[data-tracking*="twitter-com"] img,
.social_icons a[href*="twitter.com"] img,
.social_icons a[data-tracking*="facebook-com"] img,
.social_icons a[href*="facebook.com"] img,
.social_icons a[data-tracking*="pinterest-com"] img,
.social_icons a[href*="pinterest.com"] img,
.social_icons a[data-tracking*="youtube-com"] img,
.social_icons a[href*="youtube.com"] img,
.social_icons a[data-tracking*="tiktok-com"] img,
.social_icons a[href*="tiktok.com"] img {
	display: none;
}

.social_icons a[href*="facebook.com"]:before,
.social_icons a[data-tracking*="facebook-com"]:before {
	font-family: icomoon!important;
	content: "\ea90";
	font-size: 1.19em;
	top: -0.08em;
	position:relative;
}

.social_icons a[href*="twitter.com"]:before,
.social_icons a[data-tracking*="twitter-com"]:before {
	font-family: icomoon!important;
	content: "\e90d";
	font-size: 1.25em;
	padding: 0;
	top: -0.1em;
	left: -0.1em;
	position: relative;
}

.social_icons a[href*="instagram.com"]:before,
.social_icons a[data-tracking*="instagram-com"]:before {
	font-family: icomoon!important;
	content: "\ea92";
	font-size: 1em
}

.social_icons a[href*="pinterest.com"]:before,
.social_icons a[data-tracking*="pinterest-com"]:before {
	font-family: icomoon!important;
	content: "\e901";
	font-size: 1em
}

.social_icons a[href*="youtube.com"]:before,
.social_icons a[data-tracking*="youtube-com"]:before {
	font-family: icomoon!important;
	content: "\ea9d";
	font-size: 1em
}

.social_icons a[href*="tiktok.com"]:before,
.social_icons a[data-tracking*="tiktok-com"]:before {
	font-family: icomoon!important;
	content: "\e906";
	font-size: 1em
}
.nav--secondary > ul a::before { /* default is wtb */
	font-family: icomoon!important;
	font-size:1.75em;
	content: "\e908";
	display:inline-block;
	vertical-align:top;
	margin:-0.35em 0 -0.5em 0;
	width:2rem;
	position:relative;
}
.nav--secondary > ul .link--promotions::before {
	content: "\e907";
}
.nav--secondary > ul .link--account::before,
.nav--secondary > ul .link--my-account::before {
	content: "\e90e";
	margin: -0.23em 0 -0.5em 0;
	font-size: 140%;
}
.nav--secondary > ul .link--cart::before {
	content: "\e90f";
	font-size: 133%;
	margin: -0.2em 0 -0.5em 0;
	left:-0.3em
}
.nav--secondary > ul .link--eningles::before,
.nav--secondary > ul .link--in-english::before,
.nav--secondary > ul .link--en-espa-ol::before,
.nav--secondary > ul .link--enspanol::before {
	display:none;
}
@media (min-width:48em), print{
	.nav--secondary > ul .link--cart::before {
		margin: -0.2em -0.1em -0.5em -0.1em;
		left:-0.3em
	}
}
.nav--secondary li {
	vertical-align: top;
}
.nav--secondary .link--in-english {
	display:none;
}
html[lang="es"] 	.link--en-espa-ol,
html[lang="es-US"] 	.link--en-espa-ol {
	display:none;
}
html[lang="es"] 	.link--in-english,
html[lang="es-US"] 	.link--in-english {
	display:inline-block;
}
















.recipe-list a:focus .button-cta {
	outline: medium solid rgba(0, 0, 0);
}
.recipe-ingredient-buy {
	text-align: center
}
.recipe-slider-holder,
.recipe-detail-overview {
	margin-top:1em;
}
.recipe-slider-holder {
	text-align: center;
}
.recipe-detail-overview {
	max-width:24em;
	margin:0 auto;
}
.recipe-detail-highlights {
	text-align:left;
}
.recipe-thumbnails-container .tns-nav-active {
	border-color:var(--color-main);
}
.recipe-detail-overview h1 {
	font-size: 2.5em;
	line-height: 1;
	text-align:left;
}

.recipe-detail-overview p {
	font-size:1.125em;
	margin:1em 0;
	text-align:left;
}
.recipes-cook-mode {
	margin:0; 
	padding:1em 0 2em;
}

@media (min-width:48em), print{ 
	.recipe-slider-holder {
		padding-right:1em;
		padding-bottom:2em;
	}
	.recipe-detail-overview {
		max-width:none;
		padding-left:1em;
	}
	.recipe-detail-overview h1 {
		font-size:3em;
	}
	
	.recipedetails .content_wrapper {
		display: flex;
	}
	
}


/* recipe detail */
.recipe-highlights {
	text-align:center;
	justify-content:center;
	padding:2em 0 0;
	font-size:0.85em;
	line-height:1.33;
}
.recipe-highlights strong {
	display:block;
	font-size:1.66em;
	color:var(--color-button);
}
.recipe-highlights > div {
	margin: 0 auto 1em;
	padding:0.5em;
	background:#fff;
	flex-basis:calc(33.33% - 2em);
	box-shadow: 0 0.6em 0.5em -0.6em #eedec1;
}
.recipe-highlights > div::before {
	content:'';
	display:inline-block;
	width:2em; height:1.5em;
	margin:0;
	position:relative;
	top:0.35em;
	vertical-align:baseline;
}
.recipe-highlight--preptime::before {
	background: url(../images/site/icon-chefhat.svg) center top / contain no-repeat;
}
.recipe-highlight--totaltime::before {
	background:url(../images/site/icon-clock.svg) center top / contain no-repeat;
}
.recipe-highlight--yield::before {
	background:url(../images/site/icon-bowl.svg) center top / contain no-repeat;
}
.recipes-cook-mode-button[aria-pressed="true"] .recipes-cook-mode-slider,
.recipes-cook-mode-button[aria-pressed="true"]:hover .recipes-cook-mode-slider {
	background:var(--color-button);
}
.recipe-slider-aspect-ratio {
	padding-top:66.66%;
}
.recipe-directions-row {
	width:100%;
	padding:2em 0;
}
.recipe-directions-row h2,
.recipe-directions-row h3 {
	color:inherit;
	text-align:inherit;
}
.recipe-directions-row p,
.recipe-directions-row li {
	font-size:1.125rem;
}
.recipe-directions-row li {
	margin-bottom:0.75em;
}
.recipe-ingredients ul {
	list-style:none;
	padding:0;
}
.recipe-ingredients ul li {
	padding-left:1.2em;
	position:relative;
}
.recipe-directions-row > div {
	max-width:none;
}
.recipe-ingredients ul li::before {
	content:'';
	display:block;
	position:absolute;
	left:0.33em;
	top:0.4em;
	background:currentcolor;
	width:0.4em;
	height:0.4em;
	border-radius:100%;
}
.recipe-ingredients ul .divider::before {
	display:none;
}
.recipe-ingredients ul .divider{
	font-weight: 600;
	padding-top: 1em;
	padding-left: 0;
}

.recipedetails .content_wrapper {
	position:relative;
}
.recipedetails .content_wrapper:first-of-type > div {
	position:relative;
}
.recipedetails .content_wrapper:first-of-type::before {
	content:'';
	position:absolute;
	left:50%;
	top:-2em; bottom:0; width:100vw;
	max-width:120em;
	transform:translate(-50%,0);
	background:linear-gradient( 180deg, #fff calc(100% - 24em), var(--color-secondary) calc(100% + 32em) );
	border-bottom:0.33em solid var(--color-secondary);
}
.recipe-detail-productlist {
	background:linear-gradient( 180deg, #fff calc(100% - 24em), var(--color-secondary) calc(100% + 32em) );
	border-bottom:0.33em solid var(--color-secondary);
}
.recipe-detail-productlist .content_wrapper {
	margin:0 auto;
	max-width:24em;
}
.recipe-detail-productlist-row {
	display:flex;
	flex-wrap:wrap;
	gap:0.5em;
}
.recipe-detail-productlist-row a {
	display:block;
	flex-basis:calc(33.33% - 1.5em);
	justify-content:flex-start;
	background:#fff;
	margin:0.25em 0.25em;
	padding:0.5em;
	color:inherit;
	font-size:1.125em;
	box-shadow: 0.25em 0.3em 1.5em -0.75em var(--color-secondary);
}

.recipe-detail-productlist-row a img {
	margin:-0.5em -0.5em 0.5em;
	max-width:calc(100% + 1em);
}


.recipe-related-product-tile {
	border-radius:0.33em;
	background:#fff;
	box-shadow:0 0.2em 1em rgba(0,0,0,0.25);
	align-items:center;
	height:auto;
	max-width: 22em;
	margin: 6em auto 1em;
	padding:8em 1em 1em;
	position:relative;
	text-align: center;
}
.recipe-related-product-tile h3 {
	margin:1rem 0;
	width:100%;
	color:#000;
	font-family:inherit;
	font-size:inherit;
	font-weight:400;
}
.recipe-related-product-tile p {
	font-size:2em;
	color:var(--color-main);
	margin-top:0;
}
.recipe-related-product-tile img {
	position:absolute;
	top:-4em;
	height:12em;
	left:50%;
	transform:translate(-50%,0);
}

.recipe-related section,
.recipe-related-product section {
	margin:2em auto;
	padding:0;
}
@media (min-width:48em), print{
	.recipedetails .content_wrapper {
		max-width:64em;
	}
	.recipe-instructions,
	.recipe-detail-overview {
		min-width: 28em;
	}
	.recipe-related-product-tile {
		margin: 4em auto 1em;
		padding: 1em 2em 1em 18em;
		text-align:center;
		width:22em;
		min-height: 11em;
	}
	.recipe-related-product-tile img {
		left:25%;
		top:auto;
		bottom: 1em;
		height: auto;
		max-height: 16em;
		width: auto;
		max-width: 20em;
	}
	.recipe-highlights {
		display:flex;
	}
	.recipe-detail-productlist .content_wrapper {
		max-width:64em;
	}
	.recipe-detail-productlist-row {
		flex-wrap:nowrap;
	}
	.recipe-detail-productlist-row a {
		flex-basis:calc(20% - 1.5em);
		flex-shrink:1;
		max-width:10em;
	}
}

.recipe-video-row {
	max-width:36em; 
	margin:2em auto;
}
.recipe-video-row a {
	display:block;
}
.recipe-video-row .featured-item-description {
	padding:0;
}
.recipe-video-row .button-cta {
	margin: 1em auto 0;
}
@media (min-width:48em), print{
	.recipe-video-row {
		width:calc(100% - 4em);
		margin:4em auto 2em;
	}
}


/* recipe search */

.recipe-search-filter-images>label{
	font-family: var(--font-titles);
	font-weight: normal;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}
#recipe-search-q {
	min-width: 12em;
}
#recipe-search-submit {
	border: none;
	border-radius:0.1em; 
	margin-top:0.5em;
	font-size:1.125em;
	padding:0.5em 2em;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
}
@media (min-width:48em), print {
	#recipe-search-submit {
		margin-left:0.5em; 
		margin-top:0 
	}
	.recipe-search-filter-images>label{
		font-size: 2.5em;
		margin: 1em;
	}
	.recipe-search-title {
		top:2em;
	}
}

.pretend-p {
	font-size: 1.5em;
	color: #000;
	font-family: var(--font-body), sans-serif;
	text-transform: none;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
}
.video-search,
.recipe-search {
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
}
.video-search section,
.recipe-search section {
	margin:0;
	position:relative;
	overflow: visible;
}
.video-search p,
.recipe-search p {
	color:#fff;
	max-width:28em;
	font-size:1.5em;
}
.video-search form,
.recipe-search form {
} 
.video-results section,
.recipe-results section {
	padding: 0em 0 2em;
	margin: 0;
}
.video-results,
.recipe-results {
}
.video-search-filters-row,
.recipe-search-filters-row {
	justify-content:center;
	margin: 0 auto;
}
.video-search-filter,
.recipe-search-filter {
	flex-basis:100%;
	display: none;
}
.video-search-filter label,
.recipe-search-filter label {
	font-weight:bold;
	color:var(--color-main);
	font-size:1.25em;
}
.video-search-filter .select-wrapper,
.recipe-search-filter .select-wrapper {
	width:100%;
}
.video-search-filter .select-wrapper select,
.recipe-search-filter .select-wrapper select {
	width:100%;
	border-color: var(--color-main);
	color: var(--color-main);
	box-shadow: 0 0 1em rgba(0,0,0,0.15);
}

.video-list,
.recipe-list {
	margin: 0 -0.5em;
}
.video-list-image,
.recipe-list-image {
	overflow:hidden;
	position: relative;
}
.recipe-list-image::before {
	content:'';
	display:block;
	padding-top:66.66%;
}
.recipe-list-image img {
	position:absolute;
	width:100%;
	height:100%;
}
.video-list-item,
.recipe-list-item {
	margin:0.5em 0.5em 2em;
	background:#fff;
	flex-basis: 24em;
	position:relative;
	padding:0;
	animation: recipeListTween 0.6s forwards;
	box-shadow: 0 0.6em 0.5em -0.6em #eedec1;
}
.recipe-list-item:nth-child(1) { animation-delay:-0.3s; }
.recipe-list-item:nth-child(2) { animation-delay:-0.25s; }
.recipe-list-item:nth-child(3) { animation-delay:-0.2s; }
.recipe-list-item:nth-child(4) { animation-delay:-0.15s; }
.recipe-list-item:nth-child(5) { animation-delay:-0.1s; }
.recipe-list-item:nth-child(6) { animation-delay:-0.05s; }

.recipe-related .recipe-list-item {
	padding-bottom:0.33em;
}
.recipe-related .recipe-list-item a:hover::after {
	opacity:1;
}
.recipe-related .recipe-list-item a::after {
	content:'';
	display:block;
	position:absolute;
	bottom:-0.33em;
	width:100%;
	border-bottom:0.33em solid var(--color-secondary); 
	opacity:0.33;
}

@keyframes recipeListTween {
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}

.recipe-list-item a {
	min-height: 100%;
}

.video-list-item a {
	display:block;
}
.video-list-item .icon--player {
	opacity:0.8;
}
.video-list-description,
.recipe-list-description {
	/* padding:0 1em 0 4em; */
	padding:0 1em 0;
	color: #000;
}
.recipe-list-description .button-cta,
.video-list-description .button-cta{
	display:none; 
	/* position:absolute; */
	/* left:50%; */
	/* transform:translate(-50%,0); */
	/* bottom:1em; */
}
.video-list-description h3,
.recipe-list-description h3,
.video-list-description .pretend-h3,
.recipe-list-description .pretend-h3 {
	font-size:1.5em;
	font-weight:normal;
	text-align: left;
	line-height:inherit;
}
button.close {
	position: absolute;
	top: -3em;
}
#yt_mobile_modal .ytplayer_mobile {
	-webkit-transform: translate(0,2em);
	transform: translate(0,2em);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(.33,0,.4,1);
	transition: transform 0.35s cubic-bezier(.33,0,.4,1);
}

.video-list-item a.video-disabled{
	pointer-events: none;
}

.recipeslist {
	border-bottom:0.33em solid var(--color-secondary);
	background: linear-gradient(180deg, #fff 24em, var(--color-secondary) calc(200%) );
}
.recipe-results  {
	/* background: linear-gradient(180deg, transparent calc(100% - 36em), var(--color-secondary) calc(100% + 64em)); */
}
.recipe-search {
	padding:1em 0 2em; 
	position:relative;
	/* background:linear-gradient(180deg, #fff, #fff0 100%)  0 0 / 100% 100%  no-repeat; */
}
.recipe-search-title {
	position:relative;
	text-align:center;
	top:1em;
}
.recipe-search .filter-tile-wrapper {
	margin:0 -0.5em;
}
.recipe-search .filter-tile-wrapper .filter-tile {
	-ms-flex-preferred-size: calc(33% - 1em);
	flex-basis: calc(33% - 1em);
	font-size: min(calc(1.5vw + 0.33em), 1em);
	cursor:pointer;
}

.recipe-search .filter-tile.selected .filter-tile-img-container {
	outline:none
}
.recipe-search .filter-tile img {
	transition:outline 0.15s, outline-offset 0.15s;
	outline: 0em solid #991366cc;
}
.recipe-search .filter-tile.selected .filter-tile-img-container img {
	outline: 0.33em solid #991366cc;
	outline-offset: -0.33em;
}

.recipe-related .recipe-list-item h3{
	font-family: var(--font-body);
	font-size: 1.5em;
	text-transform: none;
}

@media (min-width:48em), print{
	.video-list,
	.recipe-list {
	}
	.video-list-item,
	.recipe-list-item {
		flex-basis: calc(50% - 1em);
		max-width: none;
	}
	.filter-tile-wrapper {
		margin:0;
	}
	.recipe-search .filter-tile-wrapper .filter-tile {
		-ms-flex-preferred-size: calc(20% - 1em);
		flex-basis: calc(20% - 1em);
		max-width:12em;
	}
	.recipe-search-filter-images .filter-tile-wrapper{
		flex-wrap: wrap;
	}
	.recipe-related .recipe-list-item {
		flex-basis: calc(33.33% - 1em);
		max-width: none;
	}
	
}
@media (min-width:75em), print {
	.video-search-filters-row,
	.recipe-search-filters-row {
		margin: 2em 0em 4em;
		max-width: none;
	}
	.video-search-filter,
	.recipe-search-filter {
		text-align:left;
		flex-basis:calc(33.333% - 1em);
		margin:0 0.5em 0;
	}
	.video-list-item,
	.recipe-list-item {
		flex-basis: calc(50% - 1em);
		max-width: none;
	}
	.recipe-search .filter-tile-wrapper .filter-tile {
		font-size: min(calc(1vw + 0.15em), 1em);
		flex-grow: 1;
	}
	.recipe-search-filter-images .filter-tile-wrapper{
		flex-wrap: nowrap;
	}
	
}
	












@media print {
	header, 
	footer {
		background:#fff; 
		color:#000;
	}
	header a, 
	header button, 
	footer a {
		background:#fff; 
		color:#000;
	}
	.product-nutrition {
		background:none;
	}
	.product-nutrition select {
		background:#fff;
	}
	.product-nutrition::before,
	.product-nutrition::after,
	footer::before,
	footer::after {
		display:none;
	}
	footer {
		padding-top:0;
		margin-bottom:0;
	}
	footer .content_wrapper {
		background:none;
		box-shadow:none;
	}
	.recipedetails .content_wrapper:last-of-type {
		box-shadow:none;
		color:inherit;
	}
	.recipedetails .content_wrapper:last-of-type::before, 
	.recipedetails .content_wrapper:last-of-type::after {
		display:none;
	}
	.social_icons { 
		display:none;
	}
	.footer-nav--secondary,
	footer {
		color:black;
		background:none;
	}
	.footer-nav--main ul {
		padding:0;
	}
	.contact-preliminary-title,
	main #KSTL-ContactUs-main .box-header {
		background:transparent; 
		border-bottom:0.15em solid black; 
	}
	.contact-preliminary-option,
	main #KSTL-ContactUs-main .box-bordered	{
		border-color:black;
	}
	.recipe-detail-overview .recipe-highlights > div {
		padding-top:0;
		background:none;
	}
	.recipe-detail-overview .recipe-highlights > div::before {
		height:4em;
		width:4em;
		display:block;
		margin:0 auto;
	}
	.recipe-highlight--preptime::before {
		content: url(../images/site/icon-chefhat.svg);
	}
	.recipe-highlight--totaltime::before {
		content: url(../images/site/icon-clock.svg);
	}
	.recipe-highlight--yield::before {
		content: url(../images/site/icon-bowl.svg);
	}
	.litereg-flyout { 
		display:none;
	}
}


.featureditemlist-manual {
	background:linear-gradient( 180deg, #fff calc(100% - 12em), var(--color-secondary) calc(100% + 16em) );
	border-bottom:0.33em solid var(--color-secondary);
	margin-bottom:4em;
}
.featured-item-slider {
	overflow:hidden;
	margin:-4em 0 0;
	padding-top:4em;
}
.featured-item-slider .content_wrapper {
	position:relative;
}
.featured-items .tns-controls button[data-controls]:disabled {
	opacity:0.2;
}
.featured-items .tns-controls button[data-controls="next"], 
.featured-items .tns-controls button[data-controls="prev"] {
	width:2.5em;
	height:2.5em;
	padding:0;
	top:-3.25em;
	margin:0;
}
.featured-items .tns-controls button[data-controls="prev"] {
	right:3em;
	left:auto
}
.featured-item-slider .tns-controls button[data-controls="prev"]::after,
.featured-item-slider .tns-controls button[data-controls="next"]::after {
	transform:none;
	transform-origin:50% 50%;
	width:100%;
	height:100%;
	background:url(../images/site/arrow.svg) center / contain no-repeat;
	margin:0;
	left:0;
	top:0;
}
.featured-item-slider .tns-controls button[data-controls="prev"]::after {
	transform:rotate(180deg);
}
.featured-item-slider .tns-controls button[data-controls="prev"]::before,
.featured-item-slider .tns-controls button[data-controls="next"]::before {
	display:none;
}
.featured-items .tns-outer {
	width:calc(100% - 0.5em);
	margin:0;
	position:static;
}


.featured-item-slider .featured-item {
	opacity:1;
}

.featured-item-slider .featured-item>a, 
.featured-item-slider .featured-item>div {
	width:calc(100% + 0.7em);
}

.featured-item-image {
	border-radius:0;
}
.featured-item-description {
	background:#fff;
	padding:0.5em 1em;
}
.featured-item h2, .featured-item h3 {
	font-size:1.75em;
	font-weight:inherit;
	font-family:inherit;
	text-transform:none; 
}

@media (min-width:48em), print{
}
@media (min-width:64em), print{
	.featured-items .tns-outer {
		max-width: 110%;
	}
	.featured-item-slider {
		mask:linear-gradient(to left, #f000 calc(50% - 45em), #f00f calc(50% - 37.5em), #f00f calc(50% + 37.5em), #f000 calc(50% + 45em))
	}
}
	