/* fonts */
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Placard Next';
    src: url('../fonts/PlacardNext-Bold.woff2') format('woff2'),
        url('../fonts/PlacardNext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
	font-family:"Gilroy", sans-serif;
}
body {
	overflow:hidden;
}
/* Navigation */
#critical_communications {
	z-index:199;
	background:#f0f0f0;
}
header {
	background:#fff;
	max-width:100vw;
	height: 4em;
	filter:drop-shadow(0 0.01em 0.1em rgba(0, 0, 0, 0.25));
}
header nav {
	font-size:1em;
}
.header-logo {
	background:transparent;
	display:inline-block;
	height:100%;
	padding:0;
	vertical-align:middle;
	width: 15em;
	max-width: 50%;
}
.header-logo img{
	display:block;
	height: 3.6em;
	margin: 0.95em auto;
}
.mobile-menu--active .navicon span:after {
	width:2em;
	margin-left:0;
}
a {
    color: rgb(33,55,43);
}
a:hover, 
a:focus {
    color: #0f2e11;
}


header a, 
header button, 
footer a, 
nav a {
	color:rgb(33,55,43);
	text-decoration:none;
}
.menu-button,
.search-button {
	color:rgb(33,55,43);
	font-size:0.75em;
	z-index:5;
}
.nav--container {
	box-shadow: 0 100vh 0 100vh rgba(0,0,0,0.75);
}
.nav--main,
.nav--featured,
.nav--secondary ul {
	font-weight:900;
}
.nav--featured {
	
	padding:0 0.5em;
	top: 3em;
	height: 3.5em;
	background: url(../images/site/box-lime-short-updatev2.svg) left center / auto 90% repeat-x;
}
.nav--featured ul {
	margin:0.75em 0 0;  
}
.nav--featured a {
	color:rgb(33,55,43);
	padding: 0.5em 0.5em;
	letter-spacing: -0.033em;
}
.nav--featured a:hover {
	color:#0f2e11;
	background:inherit;
}
.nav--featured .nav-item--current > a {
	text-decoration:underline;
}
.nav--main,
.nav--secondary {
	
}
.nav--main ul {
	color:#fff;
	background:transparent;
}
.nav--mobile-extras {
	margin:1em;
	text-align:center;
	border-top:0.15em solid #404040;
}
.nav--mobile-extras a {
	text-transform:none; 
	display:inline-block;
}
.nav--mobile-extras .social_icons  {
	font-size:1.5em;
	padding: 0.5em 0;
}
.nav--mobile-extras .social_icons a {
	margin:0;
	padding: 0 0.25em;
	height: 1.2em;
}
.nav--mobile-extras p {
	margin:0 -1em;
	font-size:90%;
}
.nav--mobile-extras p a {
	text-decoration:underline;
	padding:0.5em;
}
nav a:hover {
	background:transparent;
	color:#0f2e11;
}
#search {
	top:4.5em;
}
#search .search-label--submit::before,
.searchicon span::before {
	border-width:0.25em;
	height:1.33em;
	width:1.33em;
}

main {
	padding-top: 6em;
}
@media (min-width: 48em) {
	main {
		padding-top: 5em;
	}
}

@media (max-width:47.95em) {
	header {
		filter:none;
	}
	header .content_wrapper {
		height:3em;
	}
	.header-logo img{
		display:block;
		width:13em;
		height:3em;
		margin:0em auto;
	}
	.nav--container {
		background:rgba(0,0,0,0.75) url(../images/site/box-lime-updatev2.svg) center bottom / 110% 105% no-repeat !important;
	}
	.mobile-menu--active{
		padding-top:0.5em;
	}
	.nav--container nav {
		padding:0;
	}
	header a {
		padding: 0.5em 1em;
	}
	.nav--main a {
		margin-right:3.5em;
	}
	.nav--main a::after {
		margin-left:1em;
	}
	.nav--main ul ul a {
		text-transform:none;
	}
}
@media (max-width:47.95em) and (min-aspect-ratio:10/7) {
	
	html {
		font-size:1em;
	}
	#search {
		top:0;
		z-index: 199;
		padding: 0.125em 0 0;
	}
	#search::before {
		height:0;
	}
	.page--search-results #search {
		top:5.5em;
	}
	/* layering elements  */
	.search--active header::before {
		content:'';
		background:#fff;
		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;
		pointer-events:none;
	}
	header .content_wrapper {
		position:fixed;
		left:1em; right:1em;
		top:0;
		z-index:999;
	}
	#search .content_wrapper {
		width:calc(100vw - 8em);
	}
	.search--active header .content_wrapper {
		pointer-events:none;
	}
	.search--active  .menu-button, 
	.search--active .search-button {
		pointer-events:auto;
		color:#fff;
	}
	#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 (max-width:20em) {
	.nav--container nav {
		min-width:300px;
	}
}
/* weird green header shape */
@media (min-width:48em) {
	header {
		background: url(../images/site/box-white.svg) right calc(100vw - 22em) bottom 0em / auto 110% no-repeat;
	}
	header::before {
		content:'';
		display:block;
		position:absolute;
		z-index: 2;
		left:16em;
		right:-1em;
		top: -3.8em;
		bottom: -0em;
		background: url(../images/site/box-lime-updatev2.svg) left bottom / auto 101% no-repeat;
	}
}
@media (min-width:48em) and (max-width:64em) {
	header {
		background-position:right calc(69vw) bottom 0em;
	}
	header::before {
		left:25%;
	}
}
@media (min-width:79em) {
	header {
		background-position:right calc(50vw + 18em) bottom 0em;
	}
	header::before {
		left: 50%;
		margin-left: -22.5em;
		box-shadow: 30em -0.1em 0 rgb(165,207,79), 70em -0.1em 0 rgb(165,207,79), 110em -0.1em 0 rgb(165,207,79), 140em -0.1em 0 rgb(165,207,79),
					-80em -0.15em 0 #ffffff,-110em -0.15em 0 #ffffff,-140em -0.15em 0 #ffffff,-170em -0.15em 0 #ffffff;
		right: 50%;
		margin-right: -40em;
	}
}
/* end weird green header shape */
@media (min-width:48em) {
	header {
		height: 5.5em;
	}
	.header-logo {
		max-width:25%;
	}
	.nav--container {
		background:transparent;
		box-shadow:none;
		z-index:auto;
	}
	body .nav--main {
		margin-left:2em;
	}
	.nav--main ul div {
		background:rgba(0,0,0,0);
		background:url(../images/site/box-white-tall.svg) center bottom / 100% 115% no-repeat;
		box-shadow: none;
		z-index:0;
	}
	.nav--main li > a {
		z-index:2;
	}
	.nav--main li > a:last-child {
		z-index: 4; 
	}
	.nav--main li::before {
		z-index: 3; 
	}
	.nav--main li:hover > a {
		z-index: 4; 
	}
	.nav--main a {
		white-space:nowrap;
	}
	.nav--main ul ul {
		padding:0.65em 0.25em 0.25em;
	}
	.nav--main li > div {
		margin-top:-0.5em;
		left:-0.75em;
		transform:none;
		min-width:12em;
	}
	.nav--main ul ul a {
		padding-left:1.25em;
	}
	.nav--secondary {
		z-index:2;
	}
	.nav--secondary li {
		position:relative;
	}
	.nav--main > ul > .nav-item--current::after,
	.nav--main > ul > .nav-item--current-parent::after,
	.nav--secondary .nav-item--current::after,
	.nav--secondary .nav-item--current-parent::after {
		background:rgb(33,55,43);
		content:'';
		display:block;
		height:0.2em;
		position:absolute;
		bottom: 0.33em;
		left: 1.25em;
		right: 1.25em;
	}
	.nav--secondary .nav-item--current::after,
	.nav--secondary .nav-item--current-parent::after {
	}
	.nav--main > ul > .nav-item--current.li--products::after,
	.nav--main > ul > .nav-item--current-parent.li--products::after {
		right: 2.75em;
	}
	.nav--secondary a,
	.nav--secondary a {
		position:relative;
	}
	.nav--secondary img {
		display:none;
	}
	.search-button {
		margin-top: 3.5em;
	}
}
/* largest size */
@media (min-width:75.05em) {
	.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;
		height:100%;
	}
	.nav--main > ul,
	.nav--secondary > ul {
	}
	.nav--main > ul > li,
	.nav--secondary > ul > li {
		padding:1.5em 0;
	}
	.nav--main > ul > .nav-item--current::after,
	.nav--main > ul > .nav-item--current-parent::after ,
	.nav--secondary .nav-item--current::after,
	.nav--secondary .nav-item--current-parent::after {
		bottom:1em;
	}
	.search-button {
		margin-top: 0;
		margin-left:0;
	}
	header nav {
		font-size: 1.125em;
	}
	.nav--main > ul > li,
	.nav--secondary > ul > li {
		padding:1.2em 0;
	}
}
footer {
	overflow:hidden;
	position:relative;
	margin-bottom:0;
	background:url(../images/site/box-lime-updatev2.svg) center top / auto 105% no-repeat;
}
footer .content_wrapper {
	position:relative;
	z-index:1;
	margin-top:12em;
	margin-bottom:2em;
}
footer nav {
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}
.footer-nav--main ul {
	position:relative;
	display: block;
}
.footer-nav--main a:hover {
	background:none;
	text-decoration:underline;
}
.footer-nav--main a {
	font-size: 1.125em;
}
.footer-nav--secondary a {
	text-decoration:underline;
}
footer li {
	margin:0 1em 0;
	padding: 0.5em 0;
	break-inside: avoid;
}
.footer-nav--main li:first-child a::before {
	content: '';
	display:block;
	background:url(../images/site/msf_logo_stack_new.svg) center / contain no-repeat;
	top:-8em;
	width: 12em;
	height: 6em;
	left:50%;
	margin-left: -6em;
	position:absolute;
}
@media (min-width:48em) {
	footer {
		overflow:hidden;
		position:relative;
		background-size:200% 105%;
	}
	footer .content_wrapper {
		max-width:48em;
	}
	.footer-nav--main li:first-child a::before {
	}
	.footer-nav--main ul {
		text-align:left;
		columns: 4;
		padding:0.5em 0;
	}
	.footer-nav--main li {
		display:block; 
		max-width:11em;
		margin: 0;
		padding: 0.5em 0;
		break-inside:avoid;
	}
	#back-to-top {
		border:none;
		width: 2.4em;
		height: 2.4em;
		transform:none;
	}
	#back-to-top::after {
		border: 0.2em solid currentcolor;
		content:'';
		display:block;
		width:2em;
		height:2em;
		border-radius: 100%;
		transform: rotate(45deg);
	}
	#back-to-top::before {
		position:absolute;
		transform: rotate(45deg);
		margin:0.85em 0.71em;
	}
}
/* Headings and paragraph styles */
h1,h2,h3,h4,h5,h6 {
    font-family: 'Placard Next';
	margin:1rem auto;
	font-weight:900;
    text-transform:uppercase;
}
h1,h2 {
	font-size: 2em;
	font-size:calc(1.5em + 2.5vw);
	line-height:0.9;
	text-align:center;
	color:rgb(33,55,43);
	font-weight:900;
	text-transform:uppercase;
}
h3 {
	font-size:2em;
	line-height:0.9;
}
h1,h2 {
}
h2 strong { 
	
}
p {
	margin:1rem auto;
}
img {
}

.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.52em;
	margin-left: 0.1em;
}
.kfr-tout--sticky {
	text-transform:uppercase;
	font-weight:bold;
}
.kfr-tout--sticky strong {
}
.mobile-menu--active .kfr-tout--sticky,
.search--active .kfr-tout--sticky,
.mobile-menu--active main,
.search--active main {
	pointer-events:none;
}

@media (min-width:75em) { 
	h1,h2 {
		font-size:3.5em; 
	}
	table, p, blockquote, ul, ol, input[type], select, textarea {
		font-size:1.125rem;
	}
}
/* Tables */
table {
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
tr {
}
td {
	padding:0.5em 0;
}
ul, ol {
	margin:1rem 0 1rem;
	padding-left:2em;
}
li {
	margin:1rem 0 1rem;
}
li:first-child {
	margin-top:0;
}
li:last-child {
	margin-bottom:0;
}
/* Links and CTA Buttons */
a {
	color:rgb(33,55,43);
	text-decoration:none;
}
p a {
	font-weight:500;
	text-decoration:underline;
}
input[type=submit], 
[type="button"], 
[type="reset"], 
[type="submit"],
.button-cta {
	font-size:1.125rem;
	font-weight:900;
	text-align:center;
	background:url(../images/site/box-breakfastv2.svg) center / 100% 100% no-repeat;
	white-space:nowrap;
	border:none;
	color:#fff;
	padding:0.75em 2em 0.8em;
	transition:color 0.15s, background 0.15s, filter 0.15s;
}
.button-cta {
	min-width:8em;
}
.button-cta:focus, 
.button-cta:active {
	color:#fff;
}
[type="button"]:hover, 
[type="reset"]:hover, 
[type="submit"]:hover,
.button-cta:hover {
	filter:brightness(0.85) contrast(1.3);
}
.video-fullwidth  .ytplayer-wrapper {
	height:auto;
}
.yt-link-initialized {
	opacity: 1;
	pointer-events: auto;
}
.ytplayer .icon--player {
	opacity: 0.33;
	transform:translate(-50%,-50%) scale(0.75);
}
.yt-link-initialized .icon--player {
	opacity:1;
	transform:translate(-50%,-50%) scale(1);
	transition:opacity 0.15s, transform 0.15s, color 0.15s;
}
/*
.icon--player {
	color:#fff;
	border:none;
	border-radius: 100%;
	box-shadow: 0.05em  0.05em 0.2em rgba(0,0,0,.5);
	overflow: hidden;
	width: 5em;
	height: 5em;
}
.icon--player::before {
	display: block;
	content: '';
	background: currentcolor;
	box-shadow: 1.65em 0 0.2em -1.55em rgba(0,0,0,0.5);
	height: 5em;
	width: 4em;
	left: -2.2em;
	position: absolute;
	z-index: 1;
}
.icon--player::after {
	display: block;
	content: '';
	border:none;
	height: 5em;
	width: 5em;
	position: absolute;
	top: -1em;
	left: -3.7em;
	transform: translate3d(0,0,0) scaley(.6) rotate(-45deg);
	box-shadow: inset 0em 0em 0.3em rgba(0,0,0,.5), 2em 2em 0 2em currentcolor;
}*/
.icon--player {
	color:rgb(165,207,79);
	border:none;
	border-radius: 100%;
	border:0.3em solid currentcolor;
	overflow: hidden;
	width: 5em;
	height: 5em;
}
.icon--player::before,
.icon--player::after {
	content:'';
	display: block;
	position:absolute; 
	background:currentcolor;
	border-radius:0.15em;
	height:0.3em;
	width:2em;
	right:1.5em;
	top:50%;
	margin:-0.15em 0 0;
	border:none;
	transform-origin:96% 50%;
} 
.icon--player::before {
	transform:rotate(45deg);
}
.icon--player::after {
	transform:rotate(-45deg);
}
.ytplayer:hover .icon--player {
	color:#ffffff;
}
.ytplayer {
	opacity:0.8;
	pointer-events:none;
}
.yt-link-initialized {
	opacity:1;
	pointer-events:auto;
}
.video-fullwidth {
	padding:2em 0;
	text-align:center; 
	position:relative;
    background: url(../images/site/moon.jpg) center / cover;
	margin: -2em 0 0 0;
}
.video-fullwidth .button-cta {
	position:absolute; 
	right:50%;
	bottom:2.5rem;
	transform:translate(50%,0);
	z-index:1;
}
.video--hundredpercent h2 {
	max-width:9em;
}
.video--hundredpercent .video-description {
	display:none;
}
@media (min-width:48em) { 
	.icon--player {
		font-size:1em;
	}
	.button-cta {
		min-width: 7em;
		position: relative;
    	z-index: 3;
	}
	.video-fullwidth  .ytplayer-wrapper  {
		width:75%;
		margin:0 auto;
	} 
	.video--hundredpercent .content_wrapper {
		display:flex;
		align-items: center;
		break-inside: avoid;
		page-break-inside: avoid;
	}
	.video--hundredpercent .video-description {
		display:block;
		width:25%;
	}
	.video--hundredpercent .video-description  img  {
		width:100%; 
	}
	.video-fullwidth .button-cta {
		position:static; 
		transform:none;
	}
}
.nav--main li:hover > div {
	max-height:100vh !important;
}
/* Forms */
input,
textarea {
	border-radius:0em;
}
input[type=password], 
input[type=email], 
input[type=number], 
input[type=tel],
input[type=text], 
input[type=search], 
textarea {
	padding:0.75em 1em 0.75em 1em;
	border:0.15em solid rgb(33,55,43);
}
select {
	border:0.15em solid rgb(33,55,43);
	border-radius:0;
	font-weight:500;
	text-align:center;
	padding:0.75em 2em 0.75em 1em;
	transition:color 0.15s, background 0.15s;
}
.select-wrapper::before {
	color:rgb(33,55,43);
}
.select-wrapper select {
	padding:0.75em 3em 0.75em 1em;
} 
.pagination a,
.pagination input {
	background:rgb(33,55,43);
	line-height:1.5;
	padding:0;
}
#search input[type="text"] {
	border-radius:0;
	background:transparent;
	text-indent:3rem;
	padding: 0 3rem 0 0;
}
#search .search-label--large {
	font-size: 215%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0.1em;
}
#search .search-label--large::after {
	content:':';
}
#search .search-label--submit::before {
	top:0.3em;
	left: 0.46em;
}
#search .search-label--submit::after {
	top: 2.15em;
	left: 1.8em;
}
@media (min-width:48em) {
	#search input[type="text"] {
		text-indent:0.03em;
	}
}
/* Some active styles */
a:focus, 
a:active,
button:focus, 
button:active,
input:focus, 
input:active,
textarea:focus, 
textarea:active ,
select:focus, 
select:active,
[tabindex]:focus,
.faq-wrapper input:focus + label,
form input[type="checkbox"]:focus + label:before, 
form input[type="radio"]:focus + label:before {
	outline:medium solid rgba(37, 165, 255, 0.67);
}
#search input[type=text] {
	/* outline-offset: 0.25em; */
}
#search input[type=text]:focus {
	outline: none;
	border-bottom-color: rgb(165,207,79);
}
/* 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;
}
.menu-button:focus:hover,
.menu-button:active:hover,
.search-button:focus:hover,
.search-button:active:hover,
a:focus:hover,
a:active:hover {
	outline:none;
	box-shadow:none;
}
.tns-controls[tabindex]:focus {
	outline: medium solid rgba(37, 165, 255, 0.67);
}
.tns-controls[tabindex]:focus::after {
	content: '';
	display: block;
	border:medium solid rgba(37, 165, 255, 0.67);
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
}

/* hero */
.pagehero {
	
}
.pagehero::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2vw;
	background: url(../images/site/white-border.svg) 0 -1vw / 100vw 8vw no-repeat;
}

.hero--homepage::after {
	background:none

}
.pagehero .content_wrapper {
	text-align: left;
}
.pagehero .content_wrapper::before {
	height:70%;
}
.pagehero .rich-text {
	width:60%;
}
.pagehero h1, .pagehero h2 {
	font-weight:500;
	font-size:calc(7vw + 1em);
}
.pagehero h1 .text-tilt, .pagehero h2 .text-tilt {
	transform:rotate(-5deg); 
	margin-left:-0.1em;
    font-size:calc(3vw + 1em);
     color: rgb(33,55,43);
    line-height: 1;
    padding: 0;
}

.pagehero h1 .text-tilt strong, .pagehero h2 .text-tilt strong {
    background-repeat: no-repeat;
    padding: .05em .2em
}


.pagehero h1 b,
.pagehero h1 strong,
.pagehero h2 b,
.pagehero h2 strong {
	font-weight:900;
}
.pagehero h1 span, .pagehero h2 span {
	display:block;
}

.hero-whatwedo .rich-text {
    text-align: center;
    width: 100%;
    top: -2em;
}

.hero-whatwedo .rich-text h1, .hero-whatwedo .rich-text h2 {
    color: #fff;
}

.hero-foodservice {
    background-color: rgb(33,55,43);
}
.hero-foodservice .rich-text h1, .hero-foodservice .rich-text h2 {
    color: #fff;
}
.hero-whatwedo .rich-text h1 span:last-of-type, .hero-whatwedo .rich-text h2 span:last-of-type{
    font-size: .6em;
    padding: 2vw 0 0 10vw;
    font-weight: 400;
    text-align: left;
}

.hero--homepage {
	height:auto; 
	padding-top:1em;
	margin-top:-1em;
	background:url('../images/site/header-green-bg.png') center / auto 100% repeat-x;
	min-height: 0;
	z-index: 1;
}
.hero--homepage .rich-text {
	width:auto;
}
.hero--homepage .content_wrapper {
	text-align:center;
}
.hero--homepage .content_wrapper::before {
	height:auto;
}
.page--home .hero--homepage h1, .page--home .hero--homepage h2{
	color:#fff;
	margin:0;
}
.hero--homepage img {
	width:66%;
	margin:0 auto;
	box-shadow:0.1em 0.2em 0.3em rgba(0,0,0,0.5);
}

.hero--promotion-detail {
	height:75vw;
	min-height:0;
}

.hero--promotions h2 {
	font-size:calc(4vw + 1em);
}
.hero--faq h1 {
   
}
.hero-foodservice h1 .text-tilt{
   color: #fff;
}


.hero--products-incogmeato {
	background:#fff;
}
.hero--products-incogmeato > section > picture > img {
	object-fit: cover;
}

.hero--products-incogmeato .rich-text{
    text-align: center;
    top: -1em;
    margin: 1em 0 0 0;
}

.hero--products-incogmeato .rich-text h1 span {
    margin-bottom: 2%;
}

.hero--products-incogmeato .rich-text h2 {
        font-size: 1em;
    font-family: 'Gilroy', sans-serif;
    text-transform: none;
    width: 90%
}

.hero--products-incogmeato .rich-text img{
    width: 80%;
    margin: 1em auto 0;
}

/* start work here */
.hero--faq .content_wrapper{
    text-align: left;
}
.pagehero h1 .headline--faq  {
	line-height: 1;
	font-size: 59%;
}
.subhead--faq {
	display: inherit;
	transform:rotate(-5deg);
	margin-left: 2%;
}
.subhead--faq p {
	text-align: left;
	font-size: 1.5em;
}
.arrow-faq {
	display: inline;
	margin-left: 10vw;
}
@media (min-width:48em) {
	.headline--faq strong {
		font-size: 3rem;
	}
	.headline--faq strong {
		line-height: 1;
	}
	.subhead-faq {
		text-align: center;
		margin-top: 3rem;
		font-size: 1.5em;
	}
	.arrow-faq {
		display: inline;
		margin-left: 30%;
	}
}

@media (min-width:48em) {
	.pagehero .rich-text {
		width:50%;
	}
    .hero-whatwedo .rich-text {
		top: 0em;
    }
	
	.hero--homepage .content_wrapper {
		text-align:left;
	}
	.hero--homepage .rich-text {
		font-size:1.66vw;
		width:100%;
	}
	.page--home .hero--homepage h1, .page--home .hero--homepage h2{
		font-size:4em; 
		color:#fff;
		padding:.5em 1em .5em .25em; 
		text-align: center;
	}
	.hero--homepage img {
		margin-top:-15%;
		width:100%;
		box-shadow:none; 
	}
	.hero--promotion-detail {
		height:40vw;
	}
	.hero--promotions h2 {
		font-size:calc(2.5em)
	}
    .pagehero h1, .pagehero h2 {
		font-size:calc(4vw + 1em);
    }
    .pagehero h1 .text-tilt, .pagehero h2 .text-tilt {
        font-size:calc(2vw + 1em);
    }
    .pagehero .content_wrapper::before {
        height:90%;
    }
	.hero--products-incogmeato > section > picture > img {
		max-width:none;
		object-fit: cover;
	}
    .hero--products-incogmeato .rich-text h2 {
        font-size: 1.25em;
        width: 70%
    }
    .hero--products-incogmeato .rich-text img{
        width: 50%;
    }

}

@media (min-width:79em) {
	.hero--homepage .rich-text {
		font-size:1.33em;
	}
    .pagehero h1, .pagehero h2 {
	   font-size:4em;
    }
}


/* page title */
.page-title {
	text-align:center;
}
.page-title p {
	max-width: 26em;
	margin: 1rem auto;
	font-size:1.5em;
	font-weight:500;
}
.page-title img {
	margin: 1rem auto;
}

.packaging-update {
   
}

/* promotions  */

.promotions-featured, 
.promotions-featured section {
	margin:0; 
} 
div.promotions-featured:last-child {
	margin-bottom:4em;
}
div.promotions-featured:nth-last-child(2):not(:last-child) {
	margin-bottom:4em;
}
.promotions-featured-row {
	margin: 0 -1.5em;
}
.promotions-featured-row > * {
	flex-basis:48%;
	flex-basis:calc(50% - 1em);
}
.promotions-featured .promotions-featured-column {
	display:block;
	position:relative;
	font-size: 2.8vw;
	margin:0 0.5em;
	outline-offset: -0.2em;
}
.promotions-featured img {
	width: 100%;
}
.promotions-featured .button-cta {
	position:absolute;
	bottom: 0.5em;
	left:50%;
	transform:translate(-50%,0);
}
.promotions-featured .promotions-description {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:2em 4em;
	overflow: hidden;
	outline-offset: -0.2em;
}
.promotions-featured .rich-text {
	height:100%;
	box-sizing:border-box;
}
.promotions-featured .promotions--kfr .promotions-description {
	position:absolute; 
	bottom:auto;
	top:50%;
	right:50%;
	left:-50%;
	transform:translate(50%, -50%);
	width:100%;
	text-align:center;
	color: #000;
}
.promotions-description h3 {
	color:#fff;
	text-transform:uppercase;
	position:static;
	display:inline-block;
	text-align:center;
	font-size:3em;
	max-width:6.5em;
	line-height:1;
	margin:0 0 0 -2em;
	padding:0.5em 0.5em 0.5em 1.5em;
	background:url(../images/site/box-burgersv2.svg) 0 0 / 100% 100% no-repeat;
}
.promotion--tastyrecipes h3 {
	width:5em;
}
.promotion--tastyrecipes .button-cta {
	background-image:url(../images/site/box-breakfastv2.svg);
}
.promotion--bigboldflavor h3 {
	width:6.5em;
	background-image:url(../images/site/box-startersv2.svg);
}
.promotion--bigboldflavor .button-cta  {
	background-image:url(../images/site/box-dogsv2.svg);
}

.promotions-description p{
	width: 50%;
	margin: 2em 0 3em;
}
.promotion--kfr h2 span:last-child {
	display: block;
	font-size: 200%;
	top: -0.17em;
	position: relative;
	vertical-align: middle;
	text-transform: none;
}
.promotions-featured .promotion--kfr a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2em 1em;
	overflow: hidden;
}
@media (max-width: 47.95em) {
	.promotions-featured .promotion--kfr {
		height: 26em;
	}
}
@media (min-width:48em) {
	.promotions-featured .promotions-featured-column {
		padding: 0 0 2em;
		font-size:1.4vw;
	}
}
@media (min-width:78em) {
	.promotions-featured-row {
		margin:0;
	}
	.promotions-description p{
		width: 100%;
		margin: 0 0 1em 0;
	}
	.promotions-featured .promotions-featured-column {
		padding: 0 0 2em;
		font-size:1em;
	}
}

 
.promotions-featured-column.promotion--kfr .rich-text,
.promotion--fullwidth.promotion--kfr {
	background:url(../images/site/moon.jpg) center / cover;
}
.promotions-featured-column.promotion--kfr .rich-text {
	padding:2em 0;
}
.promotions-featured-column .promotion--kfr-text {
	margin-bottom:3em;
}
.promotion--kfr section {
	padding:4em 0 6em;
	margin:0 0 -2em;
}

.promotion--kfr-text p {
	font-size:1.33em;
	
}

.promotion--kfr .promotion--kfr-graphic {
    background: url(../images/site/logo-kfr-new.svg) 0 center/contain no-repeat;
       width: 9em;
    height: 9em;
}

.promotion--kfr-text h4 {
	font-size: 3em;
	line-height: 0.9;
	text-align: center;
	color: rgb(33,55,43);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.033em;
	margin: 1rem auto;
}
.promotion--kfr h4 span:last-child {
	font-size: 200%;
	top: -0.17em;
	position: relative;
	vertical-align: middle;
	text-transform: none;
	display: block;
}

@media (min-width:48em) {
	.promotion--fullwidth.promotion--kfr h2 {
		margin-top:0;
		margin-bottom:-0.5em;
	}
	.promotion--fullwidth.promotion--kfr h4 {
		margin-top:0;
		margin-bottom:-0.5em;
	}
	.promotion--kfr h2 span:last-child {
		display:inline-block;
	}
	.promotion--kfr h4 span:last-child {
		display:inline-block;
	}
	.promotion--fullwidth.promotion--kfr .rich-text {
		
	}
	.promotion--fullwidth.promotion--kfr .promotion--kfr-graphic {
		width: 7em;
		vertical-align: middle;
		height: 7em;
		max-width: 40%;
		display:inline-block;
	}
	.promotion--kfr .promotion--kfr-graphic {
		width:14em;
		height:7em;
	}
	.promotion--kfr .promotion--kfr-text {
		margin:0 2em;
		display:inline-block;
		vertical-align: middle;
	}
   
	.promotion--kfr-text p {
	   margin:0.25em 0;
    }
}

/* products  */
.productlist,
.products-featured {
	text-align: center;
    margin: 0 0 2em 0;
}
.productlist h2 + p,
.products-featured  h2 + p {
	font-size: 1.25em;
}
.products-featured p {
	position:relative;
} 
.products-featured h2, 
.products-featured h3 {
	color:rgb(33,55,43);
	position:relative;
}
.products-featured h3 {
	font-size:2em;
}
.products-featured img {
	width:100%;
}
.product-category-back {
	font-weight:bold;
	font-size:1.25em;
}
.product-category {
	margin:1em auto;
	max-width:30em;
}
.product-category-description {
	padding: 0 2em 4em;
}
.product-category-description .button-cta {
	position:absolute;
	bottom: auto;
	left:50%;
	transform:translate(-50%,0);
}


.products-featured-row {
	margin: 0 -0.5em;
}
.products-featured-row .product-primary-image {
	display:block;
	position:relative;
	overflow: hidden;
	margin-bottom:3em;
	opacity:0.9;
}

.productlist-hideheader h2, .productlist-hideheader p{
    display: none;
    visibility: hidden;
}

.productlist-hideheader section {
    margin: -2em 0 2em 0;
}

@media (min-width: 48em){
	.productlist{
		text-align: center;
		margin: 0 0 6em 0;
	}
    .productlist-hideheader section {
        margin: -6em 0 6em 0;
    }
}

.products-featured-row .product-secondary-image  {
	display:block;
	position:absolute;
	z-index:3;
	width:60%;
	left:50%;
	margin-top:-1em;
	transform: translate(-50%,-100%) ;
	filter:drop-shadow(0 0 0.5em rgba(0,0,0,0.15))
}
.products-featured-row .product-secondary-image img {
	width:100%;
}

.product-category--burgers .button-cta {
	/* filter:hue-rotate(-203deg) saturate(0.7) brightness(1) contrast(1.15); */
	background-image:url(../images/site/box-burgersv2.svg); 
}
.product-category--breakfast .button-cta {
	/* filter:hue-rotate(-104deg) saturate(2) brightness(1.2); */
	background-image:url(../images/site/box-breakfastv2.svg); 
}
.product-category--chickn .button-cta {
	/* filter:hue-rotate(46deg) saturate(2) brightness(1.5); */
	background-image:url(../images/site/box-chicknv2.svg); 
}
.product-category--dogs .button-cta {
	/* filter:hue-rotate(-71deg) saturate(2) brightness(2) ; */
	background-image:url(../images/site/box-dogsv2.svg); 
}
.product-category--meal-starters .button-cta {
	/* filter:hue-rotate(60deg) saturate(1.8) brightness(1.3); */
	background-image:url(../images/site/box-startersv2.svg); 
}
.product-category--veggitizers .button-cta {
	/* filter:hue-rotate(-142deg) saturate(1.6) brightness(1.0); */
	background-image:url(../images/site/box-veggitizersv2.svg); 
}

.product-category--incogmeato .button-cta {
	/* filter:hue-rotate(-142deg) saturate(1.6) brightness(1.0); */
	background-image:url(../images/site/box-greenv2.svg); 
}

.brandedProductsLine {
    padding: 2em 0;
}
@media (min-width:48em) {
	.products-featured-row {
		justify-content:center;
	}
	.products-featured .product-category {
		width:50%;
		flex-basis: calc(50% - 1em);
		margin:0.5em;
        position:relative;
	}
}
@media (min-width:64em) {
	.products-featured .product-category {
		width:33%;
		flex-basis: calc(33.33% - 1em);
		margin:0.5em;
	}
}

/* Product Line Lists */
.products-line {
	text-align:center;
	position:relative;
}
.products-list {
	padding:0 0em;
	margin: 0 0em;
}
.products-line--related .products-list {
	justify-content:center;
}
.products-list-product {
	padding:1em 0; 
	flex-basis:10em;
}
/* bazaarvoice stars */
.products-list-product {
	position:relative;
	padding-bottom:2em;
}
.products-list-product  .bv_main_container {
	transform:translate(-50%,0) scale(0.875) !important;
	position:absolute !important;
	bottom:0 !important;
	left:50% !important;
}
.products-list-product .product-primary-image {
	height: 11em;
	margin-bottom:0.5em;
	position:relative;
	max-width: 70%;
    width: auto;
    
}
.products-list-product .product-primary-image > img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}
.search-results-item-title,
.product-list-title {
	display: block;
	padding:0 1em 0.5em;
	text-decoration:underline;
	font-weight:500;
}
@media (min-width:48em) {
	.products-list-product {
		flex-basis: 25%;
	}
    .page--product-category--incogmeato .products-list-product:only-child {
		flex-basis: 35%;
	}
	.page--product-category .products-line h2::after {
		left:auto;
		right:4rem;
		transform:scalex(-1);
	}
	.page--product-category .products-line p {
		padding:0 20%;
		margin:0em 5em 2em;
	}
}
@media (min-width:64em) {
	.products-list-product {
		font-size:1.25em;
	}
	.search-results-item {
		font-size:1.25em;
		flex-grow:0;
	}
}
/* END Product Line Lists */

/* Product Detail page + a few Recipe Detail styles, since they are nearly the same */
.product-slider-holder,
.product-detail-overview,
.recipe-slider-holder,
.recipe-detail-overview {
	margin-top:1em;
}
.product-thumbnails-container .tns-nav-active,
.recipe-thumbnails-container .tns-nav-active {
	border-color:rgb(33,55,43);
}
.product-detail-overview h1,
.recipe-detail-overview h1 {
	color:rgb(33,55,43);
	font-weight:bold;
	font-size:3em;
	line-height:1;
    text-align: left;
}
.product-detail-overview p,
.recipe-detail-overview p {
	font-size:1.125em;
	margin:1em 0;
	white-space: pre-wrap;
}

@media (max-width:36em) {
	.sharer { font-size:0.75em; }
}
.recipe-thumbnails-container .tns-nav-active, 
.product-thumbnails-container .tns-nav-active {
	box-shadow: inset 0 0 0 1px rgb(165,207,79);
}
.tns-controls button[data-controls="next"],
.tns-controls button[data-controls="prev"] {
	text-indent:-999em;
	filter:drop-shadow(0 0 0.2em rgba(255,255,255,0.33));
}
.tns-controls button[data-controls="next"]::before, 
.tns-controls button[data-controls="next"]::after, 
.tns-controls button[data-controls="prev"]::before, 
.tns-controls button[data-controls="prev"]::after {
	color:#999;
}
.product-slider-holder, .recipe-slider-holder {
	text-align: center;
}


.addthis_toolbox {
	font-size:117%;
}
.addthis_toolbox a {
	margin:0 0 0 0.25em;
}




.product-nutrition {
	background:rgb(33,55,43);
	color:#ffffff;
	text-align:center;
	position:relative;
	margin:10vw 0;
	padding:2em 0;
	margin:calc(6vw + 2em) 0;
}
.product-nutrition section {
	margin:0;
}
.product-nutrition::before, 
.product-nutrition::after  {
	content:'';
	position:absolute;
	display:block;
	height:6vw;
	width:100%;
	background: url(../images/site/forest-borderv3.svg) 0 0 / 100vw 8vw no-repeat;
}
.product-nutrition::before {
	top: -5vw; 
	left:0;
	right:0;
	transform:rotate(180deg); 
}
.product-nutrition::after {
	bottom:-5vw;
}

.product-nutrition-row {
	display:flex;
	flex-wrap:wrap;
}

.product-nutrition-highlights h3:first-child {
	display:block;
	color:inherit;
}
.product-nutrition-row .product-nutrition-smartlabel {
	margin: 2em 0;
}
.product-instructions {
	background:#dedede;
	padding:2em 0 6em;
	margin-top:6vw;
	margin-top:calc(4vw + 2em);
	margin-bottom:-6vw;
	margin-bottom:calc(-4vw - 2em);
	position:relative;
}
.product-instructions::before {
	content: '';
	position: absolute;
	display: block;
	height: 12vw;
	width: 100%;
	background: url(../images/site/gray-border.svg) 0 0 / 100% 100% no-repeat;
	top: -5vw;
	left: 0;
	right: 0;
}
.product-instructions section {
	margin:0;
	position:relative;
}
.product-instructions h2 {
	color:inherit;
	font-size:2em;
}
.product-instructions .instruction-text{
	max-width: 50em;
	padding: 0 1em;
	margin: 0  auto;
}

@media (min-width:48em) { 
	.product-nutrition-highlights {
		order:0;
	}
	.product-nutrition-row > div {
		flex-basis:calc(50% - 2em);
		padding:0 1em;
	}
    .product-instructions .instruction-text{
        width: 90%;
        margin: 0.5em auto;
        max-width: 50em;
    }
}
.product-nutrition h2 {
	color:inherit;
	font-weight:bold;
}
.product-nutrition h3 {
	font-size:2em;
	font-weight:bold;
}
.product-nutrition select {
	font-size:1.125rem;
	border:0.15em solid #fff;
	background:rgb(33,55,43);
}
.product-nutrition .select-wrapper::before {
	color:#fff;
	z-index:1;
}
.product-nutrition .button-cta {
	background:url(../images/site/box-white.svg) 0 0 / 100% 100% no-repeat ;
	color:rgb(33,55,43);
}
.product-nutrition-highlights p {
	text-align: left;
}
.product-nutrition-smartlabel-title + p {
	margin-bottom:0.25em;
}
.product-nutrition-smartlabel img {
	margin-bottom:0;
}
.product-nutrition-smartlabel .select-wrapper {
	width: calc(60% + 3em);
}
.product-nutrition p, 
.product-nutrition table {
	font-size:0.875em;
	line-height:1.5;
	font-weight:300;
}
.product-nutrition td {
	border-bottom:1px solid currentcolor;
}
.product-nutrition td.spacer,
.product-nutrition tr:last-child td {
	border-bottom:none;
}
.product-related-recipes {
	text-align:center;
}



@media (min-width:48em) { 
	.recipe-detail-overview h1,
	.product-detail-overview h1 {
		font-size:2em;
	}
	.product-nutrition-smartlabel .select-wrapper {
		width: 15.76em;
		/* color: red; */
	}
	.addthis_toolbox {
		display:block;
	}
    
}

@media (min-width:64em) { 
	.recipe-detail-overview h1,
	.product-detail-overview h1 {
		font-size:2.5em;
	}
}

/* recipe detail */
.recipe-highlights {
	text-align:center;
	justify-content:center;
	margin:2em 0;
}
.recipe-highlights strong {
	display:block;
	font-size:1.5em;
}
.recipe-highlights > div {
	padding-top: 4em;
	width:11em;
	margin: 0 auto 1em;
}
.recipe-highlight--preptime {
	background: url(../images/site/icon-chefhat.svg) center top / 4em 4em no-repeat;
}
.recipe-highlight--totaltime {
	background:url(../images/site/icon-clock.svg) center top / 4em 4em  no-repeat;
}
.recipe-highlight--yield {
	background:url(../images/site/icon-bowl.svg) center top / 4em 4em no-repeat;
}
.recipe-slider-aspect-ratio {
	padding-top:75%;
}
.recipe-directions-row {
	line-height:1.5;
	width:100%;
}
.recipe-directions-row h3 {
	color:rgb(33,55,43);
	font-weight:bold;
	text-align:center;
}
.recipe-ingredients ul {
	list-style:none;
	padding:0;
}
.recipe-related-product-tile {
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	height:auto;
	max-width: 24em;
	margin: 0 auto;
}
.recipe-related-product-tile h3 {
	margin:0 0 2rem;
	width:100%;
	color:rgb(33,55,43);
	font-weight:bold;
}
.recipe-related-product-tile p {
	font-weight:bold;
	color:rgb(33,55,43);
	max-width:12em;
	margin-top:0;
}
.recipe-related-product-tile img {
	height:auto;
	width:8em;
	margin:0 2% 0 0;
	max-width:35%;
}
.recipe-related-product-tile div {
	max-width:60%;
}
.recipe-related-product-tile .button-cta {
	padding:0.75em 1em 0.8em;
}
@media (min-width:48em) {
	.recipe-related-product-tile {
		box-shadow:0 0.2em 1em rgba(0,0,0,0.25);
		padding:2em 1em 3em; 
		margin:1em auto; 
		justify-content:center;
		max-width:48em;
		height:6em;
	}
	.recipe-related-product-tile h3 {
		width:auto;
	}
	.recipe-related-product-tile p {
		font-size:1.25em;
	}
	.recipe-related-product-tile img {
		height: 150%;
		width:auto;
		margin:-25% 2%;
	}
	.recipe-highlights {
		display:flex;
	}
    .recipedetails .content_wrapper {
    display: flex;
    }

}
/* recipe search */
.recipe-search-text-field {
	max-width:22em;
	margin:1em auto;
	text-align:center;
}
#recipe-search-q {
}
.recipe-search {
	text-align:center;
	color:#3e3e3e;
}
.recipe-search-filters-row {
	justify-content:center;
	max-width: 22em;
	margin: 0 auto;
}
.recipe-search-filter {
	flex-basis:100%;
}
.recipe-search-filter .select-wrapper {
	width:100%;
}
.recipe-search-filter .select-wrapper select {
	width:100%;
}
.recipe-list {
	margin: 0 -0.5em;
}
.recipe-list-item {
	margin:0 0.5em 1em;
	box-shadow: 0 0.05em 0.15em rgba(0,0,0,0.1), 0 0.15em 0.4em rgba(0,0,0,0.1);
	flex-basis: calc(50% - 1em);
	min-width:22em;
}
.recipe-list-item > a {
	display:block;
}
.recipe-list-description p a {
	display:inline;
}
.recipe-list-description {
	color:#000;
	padding:0 1em 1em;
	text-align:center;
}
.recipe-list-description h3 {
	font-size:1.66em;
	font-weight:bold;
	color:rgb(33,55,43);
	line-height: 1.2;
}
.recipe-list-image {
	overflow:hidden;
	position: relative;
}
.recipe-list-image::before {
	content:'';
	display:block;
	padding-top:66.66%;
}
.recipe-list-image img {
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	min-height:100%;
	object-fit:cover;
	height:auto;
	transform:translate(-50%,-50%);
}
.recipe-search-filters-row {
	justify-content: center;
	max-width: 22em;
	margin: 0 auto;
}
#recipe-search-submit {
	height:1.5em;
	margin-left: 0.5em;
	padding: 0.75em 1em 0.8em;
}

.recipe-theme-hero section {
	margin:0 0 2em;
}
.recipe-theme-hero img {
	width:100%;
}
.recipe-theme-title {
	text-align:center; 
}
.recipe-theme-title h1,
.recipe-theme-title h2 {
	font-size:2em;
	display:block;
	flex-basis:100%;
	margin:1em auto;
}
.recipe-results--theme h2{
	font-size:2em;
	display:block;
	flex-basis:100%;
	margin:1em auto;
}

@media (min-width:48em) {
	.recipe-search-text-field {
		max-width:none;
	}
	.recipe-search-filter {
		text-align: left;
		flex-basis: calc(33.333% - 1em);
		margin:0 0.5em 0;
	}
	#recipe-search-q {
		max-width: 37em;
		width: calc(80% - 10em);
	}
	.recipe-search-filters-row {
		margin: 0 -0.5em;
		max-width: none;
	}
	.recipe-list-item {
		flex-basis: calc(33.333% - 1em);
		max-width: 24em;
		min-width:0;
	}
}
@media (min-width:64em) {
	.recipe-list {
	}
}

.eat-less-meat-page section {
	margin:0;
	padding:0 0 4em;
}	
.eat-less-meat-page img { 
	width:100%; 
}
.eat-less-meat-page .content_wrapper {
	max-width:42em;
	line-height:1.33;
}
.eat-less-meat-page h1 {
	font-size:2em;
	margin:1em auto;
}
.eat-less-meat-page h2 {
	font-size:1.5em;
	margin-top:1em;
}
.eat-less-meat-page .content_wrapper img {
	margin-top:2em;
}


@media (min-width:48em) {
	.eat-less-meat-page h1 {
		font-size:3em;
	}
	.eat-less-meat-page h2 {
		font-size:2em;
	}
	.eat-less-meat-page p {
		font-size:1.125em;
	}
}
.contact-title p {
	text-align: center;
}




/* Contact us -- based on old KSTL form */
main #KSTL-ContactUs-main .writeus {
	min-height:2em;
}
main #KSTL-ContactUs-main .writeus p {
}
main #KSTL-ContactUs-main a {
	color:#e95b24;
}
main #KSTL-ContactUs-main .box-bordered {
	border:0.15em solid rgb(33,55,43);
}
main #KSTL-ContactUs-main .box-header {
	background:rgb(33,55,43);
	margin:-0.15em -0.15em 0;
}
main #KSTL-ContactUs-main .box-header h2 {
	color:#fff;
	text-align:left;
	font-size:1.66em;
	font-weight:bold;
}
main #KSTL-ContactUs-main .box-header span {
	white-space:normal;
}
main #KSTL-ContactUs-main fieldset input, 
main #KSTL-ContactUs-main fieldset textarea {
	width:100%
}
main #KSTL-ContactUs-main fieldset select {
	max-width:100%;
}
.kstl-contactus {
	max-width: 58em;
	margin:0 auto;
}
.contact-intro {
	max-width:50em;
	margin:2em auto;
}
.contact-intro h2 {
	line-height:0.8;
	margin-top: 0;
	font-size:2em;
}
.contact-extra .content_wrapper {
	max-width:48em;
	text-align:center;
	margin:0 auto;
}
.contact-extra p {
	text-align:left;
	margin:1rem 0;
}
.contact-preliminary {
	max-width: 60em;
	margin: auto;
}
.contact-preliminary .content_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.contact-preliminary-option {
	border: 0.15em solid rgb(33,55,43);
	flex-basis: 100%;
	margin: 0 0 1em 0;
}
.contact-preliminary-title {
	background: rgb(33,55,43);
	padding: .5em;
	margin: -0.15em -0.15em 0;
}
.contact-preliminary-title h2 {
	color: #fff;
	margin: 0;
	font-size:1.66em;
	font-weight:bold;
}
.contact-preliminary-content {
	padding: 0 1em 1em;
	text-align: center;
}

.contact-preliminary .content_wrapper, .contactpreliminary .content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width:64em) { 
	
    
	.contact-preliminary-option {
		flex-basis: calc(50% - 1em);
	}
	.contact-preliminary-content p {
		text-align: left;
		min-height: 3.5em;
	}
    .contactpreliminary {
		max-width: 60em;
        margin: auto;
	}
} 



/* Shim for contact form checkboxes + labels that are in the wrong order */
label {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
body #KSTL-ContactUs-main fieldset .checkbox>div {
	float:none;
}
#KSTL-ContactUs-main fieldset .checkbox {
	position:relative;
}
#KSTL-ContactUs-main fieldset .checkbox label[for] { 
	padding-left:1.75em; 
	display:block;
	line-height: 1.15em;
}
#KSTL-ContactUs-main fieldset .checkbox label + div { float:none; }
#KSTL-ContactUs-main fieldset .checkbox>div>div {
	position:static;
}
#KSTL-ContactUs-main fieldset .checkbox label + div span input#KSTL-ContactUs-Terms,
#KSTL-ContactUs-main fieldset .checkbox label + div span input#KSTL-ContactUs-Opt-In { 
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none; 
	margin:-1.25em 0.2em;
	float:left;
	position: static;
	outline: none;
}
#KSTL-ContactUs-main fieldset .checkbox label + div span input::before { 
	content: '';
	position: absolute;
	left: 0;
	top: 0em;
	width: 1.06em;
	height: 1.06em;
	border: 2px solid #000000;
	background: #fff;
}
#KSTL-ContactUs-main fieldset .checkbox label + div span input::after { 
	content: '✔';
	position: absolute;
	line-height: 0.8;
	color: #000;
	font-size: 154%;
	top: -0.1em;
	left: 0.1em;
	opacity:0;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	transition: all .15s;
}
#KSTL-ContactUs-main fieldset .checkbox label + div span input:checked::after { 
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#KSTL-ContactUs-main fieldset .checkbox label + div span input:focus::before {
	outline:2px solid #ffb100;
}
/* END Shim for contact form checkboxes + labels that are in the wrong order */

/* hide the custom checkbox in the bazaarvoice modal */
.bv-cleanslate input[type="checkbox"]:not(:checked) + label:before, 
.bv-cleanslate input[type="checkbox"]:checked + label:before,
.bv-cleanslate input[type="checkbox"]:not(:checked) + label:after, 
.bv-cleanslate input[type="checkbox"]:checked + label:after { display:none; }




@media print {
	@page {
		size: 68em 90em;
		margin: 2em;
	}
	* { 
		color:black !important;
	}
	.tns-controls button[data-controls] {
		color:transparent !important;
	}
	html {
		font-size:16pt;
	}
	header {
		background:#fff;
		outline:none;
		border-bottom: 0.15em solid black;
	}
	.nav--container {
		background:#fff;
	}
	.searchicon span:after {
		height:0;
		border-top:0.15em solid black;
		border-bottom:0.15em solid black;
	}
	select,
	.button-cta {
		border:0.15em solid black;
		background:#fff !important;
		color:#000 !important;
	}
	.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;
	}
	.social_icons { 
		display:none;
	}
	.footer-nav--secondary,
	footer,
	footer nav a {
		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);
	}
}




.faq h3 {
	color:rgb(33,55,43);
    margin: 2rem auto 1rem;
}
.faq-wrapper {
	margin-bottom:2em;
}
.faq-question {
	border-bottom:2px dotted #ccc;
}

input + .faq-answer, input ~ .faq-answer {
	transition: max-height 0.35s linear, visibility 0s 0.35s;
	visibility: hidden;
}
input:checked + .faq-answer, input:checked ~ .faq-answer {
	max-height: none;
	visibility: visible;
	transition: max-height 0.35s linear, visibility 0s;
}

.faq-question label {
	color:rgb(33,55,43);
	font-weight:bold;
	cursor:pointer;
	font-size:1.25em;
}
.faq-question label::before {
	line-height: 0.6em;
	font-weight:normal;
	content:'';
	width:0;height:0;
	border-left:0.25em solid transparent;
	border-right:0.25em solid transparent;
	border-bottom:none;
	border-top:0.4em solid currentcolor;
	border-radius:0;
	margin-top: -0.2em;
}
.faq-question input:checked + label::before {
	transform:rotatex(180deg);
	content:'';
}
.faq-answer {
	background:#f2f2f2;
}

/* old site about content */

.old-about-page {
	font-size:1.25em;
}
.old-about-page section {
	margin:0;
}
.old-about-page hr {
	color:#999;
}
.old-about-page .content_wrapper {
	max-width:48em;
}
.old-about-page h2, .old-about-page h3 {
	font-weight:normal;
	font-size:1.5em;
	margin:1em auto;
	text-align:center;
}
.old-about-page img {
	display:block;
	margin:0 auto;
}
.old-about-header img {
	width:100%;
}
.old-about-icon {
	height:6em;
	width:6em;
}
.old-about-packaging {
	text-align:center; 
}
.old-about-packaging h3 {
	color:rgb(33,55,43);
}
.old-about-packaging-grid-three p {
	font-weight: bold;
	font-size: 1em;
}
.old-about-packaging-grid-four p {
	font-weight: bold;
}
.old-about-packaging .bluebox {
	background: rgb(239, 245, 246);
	margin:0 -1em -2em; 
	box-shadow:-47em 0 0 rgb(239, 245, 246), 47em 0 0 rgb(239, 245, 246) ; 
	padding: 2em;
}
.old-about-foodservice {
	padding:1em 0 3em;
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
}
.old-about-executive img {
	margin:0;
}
.old-about-executive a {
	text-decoration: underline;
}
.old-about-executive h2 {
	text-align:left;
}
.old-about-executive h3 {
	color: #0f783d;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight:700;
}

.old-about-completeproteins h3, .old-about-completeproteins h4{
    color: rgb(33,55,43);
    font-weight: 900;
    text-transform: uppercase;
}

.msfgreen{
    color: rgb(33,55,43);
}

@media (min-width:48em) {
	.old-about-page h2 {
		font-size:2em;
	}
	.old-about-whatwedo {
		display:flex;
		margin:0 -1em;
	}
	.old-about-whatwedo > div {
		flex-basis:calc(33.33% - 2em);  
		margin:1em;
	}
	.old-about-whatwedo h3 {
		max-width:7em;
	}
	.old-about-packaging-grid {
		display:flex;
		flex-wrap:wrap;
		margin:0 -1em;
	}
	.old-about-packaging-grid > div {
		flex-basis:calc(50% - 2em); 
		margin:1em;
	}
	.old-about-packaging-grid-three > div {
		flex-basis:calc(33.33% - 2em);  
	}
	.old-about-foodservice p {
		font-size:1.25em;
	}
    .old-about-completeproteins .cprow {
		display:flex;
		flex-wrap:wrap;
	}
    .old-about-completeproteins .cprow > div {
		flex-basis:calc(50% - 2em);  
		margin:1em;
	}
}
/* Cooking-instructions CSS starts here */
@media screen and (min-width:1025px){
 
    h2.cooking-instructions {
        position: relative;
        bottom: -195px;
        z-index: 2;
        padding: 20px;
        color: inherit;
        font-size: 2.0em;
    }

    .cookingInstructions .product-instructions > section {
        padding-top: 50px;
    }
 
}
@media screen and (max-width:767px){

    h2.cooking-instructions {
        position: relative;
        bottom: -150px;
        z-index: 2;
        padding: 20px;
        color: inherit;
        font-size: 2.0em;
    }

    .cookingInstructions .product-instructions > section {
        padding-top: 50px;
    }

}
/* Cooking-instructions CSS ends here */

/* veggie calculator page */
.calculator-heading {
	margin-top: 50px;
    margin-bottom: 30px;
}

/* user-facing site map */
.home .sitemapV2:first-child {
	margin-top: 3em;
}

.sitemapV2 a{
    font-size: 1.125rem;
}





.animation-characters section {
	position: relative;
}
.animation-characters .content_wrapper {
	z-index: 1;
	position: relative;
}
.chk-animation,
.pig-animation,
.cow-animation {
	display: none;
}
.animation-characters video {
	width: 100%;
}
.tasteimonials section {
	padding: 0;
}

.tasteimonials section p{
    display: none;
    visibility: hidden;
}
.bottom-chk {
	color: transparent;
	margin: 0 auto -2vw;
	height: 8em;
	width: calc(100% - 3em);
	max-width: 52em;
	background: url(/content/dam/NorthAmerica/morningstarfarms/incogmeato/incog-chickn-3.svg) 0 8em / 10em 10em no-repeat;
	transition: margin 0.5s, background 0.25s 0.5s;
	pointer-events: none;
}
.bottom-chk.in-viewport {
	background-position: 0 0;
}
@media (min-width: 48em) {
	
	.bottom-chk {
		font-size: 1.25em;
	}
	.tasteimonials section {
		position: relative;
		overflow: hidden;
		margin: 0 0 -18em 0;
        height: 18em;
	}
    
    .tasteimonials.animation-cow section {
        position: relative;
		overflow: hidden;
		margin:-5em 0 -7em 0;
        height: 18em;
        
    }
	.animation-characters .chk-animation,
	.animation-characters .pig-animation{
		display: block;
		transform: rotate(90deg);
		position: absolute;
		top: -2em;
		left: -4em;
		width: 18em;
	}
    
	.animation-characters .cow-animation {
		display: block;
		
		position: absolute;
		top: 0em;
		left: 7em;
		width: 18em;
	}
	.tasteimonials .pig-animation,
	.our-story-top .chk-animation {
		display: block;
		transform: rotate(-90deg);
		position: absolute;
		top: auto;
		left: auto;
		bottom: 0em;
		right: -6.1em;
	}
	
}
@media (min-width: 64em) {
	.bottom-chk {
		margin-top: -6em;
	}
}

.ps-product-details > h2.ps-product-name {
    text-align: left;
}

.ps-lightbox .ps-online-tab-label > h2, .ps-lightbox .ps-local-tab-label > h2 { 
    text-align: left;
}




/* icon font for social media */



/* Icons */

@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 {
	margin:1em 0;
	font-size:2rem;
}
.social_icons a {
	margin:0.5em;
	width:1em;
	height:1em;
	display:inline-block;
	vertical-align:middle;
	padding:0;
}


.icon-smartlabel:before {
	content: "\e905";
}
.icon-icon-coupon:before {
	content: "\e907";
}
.icon-icon-map:before {
	content: "\e902";
}
.icon-icon-map-pin:before {
	content: "\e908";
}
.icon-icon-spoon:before {
	content: "\e903";
}
.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-pinterest2:before {
	content: "\ead2";
}


footer .social_icons a {
	margin:0 ;
	text-decoration:none;
	padding: 0.25em;
	font-size:inherit;
	line-height: 1;
}
.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: 1em
}

.social_icons a[href*="twitter.com"]:before,
.social_icons a[data-tracking*="twitter-com"]:before {
	font-family: icomoon!important;
	content: "\ea96";
	font-size: 1em
}
.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
}

@media (min-width:48em) {
	.nav--secondary .link--where-to-buy::before,
	.nav--secondary .link--promotions::before {
		font-family: icomoon!important;
		font-size:2em;
		content: "\e908";
		display:inline-block;
		vertical-align:top;
		margin:-0.35em 0.2em -0.5em -0.15em;
	}
	.nav--secondary .link--promotions::before {
		content: "\e907";
	}
}