/* USING @IMPORT IS BAD BUT THE SITE ONLY ALLOWS ONE STYLESHEET */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap');

html {
	font-family:"Montserrat", sans-serif;
	letter-spacing:0.015em;
	line-height:1.5;
}
body {
	overflow:hidden;
	color:#000;
	background:#fff;
}
main {
	padding-top:0;
	border-top: 5.5em solid #147042;
}
main section {
	margin:0;
}

/* Navigation */
header {
	background: #00532e;
	background: -moz-linear-gradient(left, rgba(0, 83, 46, .93) 0%, rgba(57, 164, 107, .96) 100%);
	background: -webkit-linear-gradient(left,  rgba(0, 83, 46, .93) 0%, rgba(57, 164, 107, .96) 100%);
	background: linear-gradient(to right,  rgba(0, 83, 46, .93) 0%, rgba(57, 164, 107, .96) 100%);
	max-width:100vw;
	box-shadow:0 -2em 2em 1em rgba(0,0,0,1);
	backdrop-filter:blur(0.25em);
}
.header-logo {
	background:transparent;
	display:inline-block;
	height:96%;
	padding:0;
	vertical-align:middle;
	width: 8.5em;
}
.header-logo img {
    display: block;
    height: 75%;
	margin: 2.5% auto;
    padding: 11px;
}


.navicon span:after {
	/*width:1.33em;
	margin-left:0.667em;*/
}
.mobile-menu--active .navicon span:after {
	width:2em;
	margin-left:0;
}
header a, 
header button, 
footer a, 
nav a {
	color:#FFF;
	text-decoration:none;
}
nav a {
    text-transform: uppercase;}

header nav a {
	position:relative;
}

.nav--container ul a:last-child:hover::after,
.nav--featured a:hover::after,
footer nav a:hover::after {
	transform:scale(0.9);
	opacity:1;
}
.menu-button, .search-button {
	transform: scale(0.75);
	z-index: 5;
}
#search .search-label--submit::before,
.searchicon span::before {
	border-width:0.25em;
	height:1.33em;
	width:1.33em;
}
.nav--container {
	background: url(../images/home/background_pattern.svg) center top / auto 100vw no-repeat, radial-gradient(circle at top, #39A46B 1%, #147042 55%); 
	box-shadow: 0 100vh 0 100vh rgba(0,0,0,0.75);
}
.nav--container li {
	position:relative;
}
.nav--main,
.nav--featured,
.nav--secondary ul {
	
	font-weight:bold; 
}


.nav--featured {
	background:#00532E; 
	padding:0 0.5em;
	top:4.5em;
	height:3em;
	text-align:center;
}
.nav--featured ul {
	padding-top:0.7em;
	justify-content:center;
}
.nav--featured li {
	text-align: center;
    font-size: .8em;
} 
.nav--featured a {
	color:#fff;
	padding:0.5em;
	display:inline-block;
}
.nav--featured a:hover {
	background:inherit;
}
.nav--featured .nav-item--current > a {
	text-decoration:underline;
	color:#FAE300;
}
.nav-item--current > a {
	color:#FAE300;
}
.nav--main ul {
	color:#FAE300;
	background:transparent;
}
.nav--mobile-extras {
	text-align:center;
	padding:1em;
}
.nav--mobile-extras a  {
	text-transform:none; 
	display:inline-block;
}
.nav--mobile-extras p {
	font-size:90%;
	color:#fff;
	text-transform:none;
}
.nav--mobile-extras p a {
	text-decoration:underline;
	padding:0.5em;
}
header button:hover,
header nav a:hover {
	background:transparent;
	color:#fae300;
}

.page--contact-form .title p{text-align: center;}

@media (max-width:47.95em) {
	header {
		height:7em;
		position:absolute;
		backdrop-filter:none;
	}
	main {
		border-top-width: 7.5em;
	}
	#search {
		top:4em;
	}
	header .content_wrapper {
		height:4.5em;
		position:fixed; 
		top:0;
		left:0;
		right:0;
		padding:0 1em;
		z-index:199;
		box-shadow:0 -0.5em 0.5em 0.5em rgba(0,0,0,0.25);
		background: #00532e;
		background: -moz-linear-gradient(left, rgba(0, 83, 46, .93) 0%, rgba(57, 164, 107, .96) 100%);
		background: -webkit-linear-gradient(left,  rgba(0, 83, 46, .93) 0%, rgba(57, 164, 107, .96) 100%);
		background: linear-gradient(to right,  rgba(0, 83, 46, .93) 0%, rgba(57, 164, 107, .96) 100%);
		backdrop-filter:blur(0.25em);
	}
	.nav--container {
		left:0;
	}
	
	.mobile-menu--active .nav--featured {
		visibility:visible;
	}
	.nav--container {
		border-top:none;
	}
	.mobile-menu--active{
		/*padding-top:0.5em;*/
	}
	.nav--container nav {
		padding:0;
	}
	.nav--container .nav--main {
		padding-top:1em;
	}
	header a {
		padding: 0.5em 1em;
	}
	.nav--main a {
		margin-right:3.5em;
	}
	.nav--main a::after {
		margin-left:1em;
	}
	.nav--main li.mobile-nav--opened > a::after {
		margin-left:5em;
	}
	.nav--main ul ul a {
		text-transform:none;
	}
	.nav--container {
		height:100vh;
		padding-top:0;
	}
	.mobile-menu--active .nav--container {
		max-height:calc(100vh - 4.5em);
		padding-top:0;
	}
	.mobile-menu--active #critical_communications + header .nav--container {
		max-height:calc(100vh - 8em);
	}
	.header-logo img {
        display: block;
        height: 3.4em;
        margin: 0 auto;
        transform-origin: 50% 0;
        transition: transform 0.2s;
        padding: 10px 9px 7px;
    }
}
@media (max-width:48em) and (min-aspect-ratio:10/7) {
	
	html {
		font-size:1em;
	}
	/* main .content_wrapper { max-width:24em; } */
	#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 .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;
	}
	.search--active header::before {
		background:transparent;
	}
	header .content_wrapper {
		position:fixed;
		left:0; right:0;
		top:0;
		z-index:999;
	}
	#search .content_wrapper {
		width:calc(100vw - 8em);
	}
	.search--active header .content_wrapper {
		pointer-events:none;
		background:transparent;
	}
	.search--active  .menu-button, 
	.search--active .search-button {
		pointer-events:auto;
		color:#fff;
	}
	#critical_communications + header .content_wrapper {
	}
	.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: 0;
	}
	.nav--mobile-extras p {
		margin: 0 1em;
		display:inline-block;
		vertical-align:middle;
	}
	header .content_wrapper {
		max-width:none;
	}
    .nav--mobile-extras { 
        position: relative;
    }
}

@media (max-width:20em) {
	.nav--container nav {
		min-width:300px;
	}
}
@media screen and (min-width:48em) {
	
	.header-logo img {
        margin: 0 auto;
    }
	.search-button {
		margin-top:2.5em;
	}
	.nav--container {
		background:transparent;
		box-shadow:none;
	}
	.nav--main ul div {
		background:rgba(0,0,0,0);
		left:0;
		transform:none;
		right:auto;
	}
	.nav--main ul div > ul {
		background:#00532E;
		padding: .5em .5em .5em;
	}
	.nav--main ul div > ul a:last-child {
		padding-right:1.5em; 
	}
	.nav--main a {
		white-space:nowrap;
	}
	.header-logo {
		margin-right: 1em;
	}
	.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:#FAE300;
		content:'';
		display:block;
		height:0.25em;
		position:absolute;
		bottom: 0.33em;
		left: 1.25em;
		right: 1.25em;
	}
	.nav--secondary .nav-item--current::after,
	.nav--secondary .nav-item--current-parent::after {
		left:2.5em;
	}
	.nav--secondary a {
		position:relative;
	}
	.nav--secondary img {
		display:none;
	}
}
/* largest size */
@media (min-width:64em) {
	.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:0em;
	}
	.search-button {
		margin-top: 0;
		margin-left:0;
	}
}
@media (min-width:64em) {
	header nav {
		font-size: inherit;
	}
	.nav--main > ul > li,
	.nav--secondary > ul > li {
		padding:1.5em 0;
	}
}
footer {
	position:relative;
	background: url(../images/home/background_pattern.svg) center / cover no-repeat, radial-gradient(circle at top, #39A46B 5%, #147042 50%); 
	color:#fff;
	padding-bottom:3em;
	padding-top: 3em;
}

footer .content_wrapper {
	position:relative;
	z-index:1;
	margin-top: 8em;
	margin-bottom:2em;
	max-width:58em;
}
.footer-nav--main ul {
	position:relative;
	display: block;
}
footer a:hover {
	background:none;
	color:#fae300;
}
.footer-nav--main a {
	
	font-weight:bold;
	font-size: 1.125em;
}
.footer-nav--secondary a {
	text-decoration:underline;
}
footer li {
	padding: 0.5em;
	break-inside: avoid;
}
.footer-nav--main li { 
	display:block;
}
.footer-nav--main li:first-child a::before {
    content: '';
    display: inline-flex;
    background: url(../images/site/Kellanova_Club_Crackers_Logo.png) center / contain no-repeat;
    top: -3em;
    width: 6em;
    height: 6em;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}


#back-to-top {
	top:-5em;
	bottom:4em;
}
@media (min-width:48em) {
	footer .content_wrapper {
		margin-top: 7em;
	}
	footer ul {
		margin:0 -0.5em;
	}
	.footer-nav--main ul {
		text-align:center;
		columns: 3;
	}
	.footer-nav--main li {
		display:block; 
		
	}
	.footer-nav--secondary li {
		display: inline-block;
		font-size: .8em;
	}
}
/* Headings and paragraph styles */
h1 {
	
}
h2 {
	font-size: 2em;
	font-weight: normal;
	line-height:1.2;
	text-align:center;
}

h3 {
	font-size:2em;
	line-height:0.9;
}
h1,h2,h3,h4,h5,h6 {
	margin:1rem 0;
	font-weight:bold;
}
.sitemaphead {
    text-align: center;
    font-size: 2.5em;
    line-height: 1;
   color: #147042;
    font-weight: 800;
}

.sitemapV2 a{
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #00532E;
}



p {
	margin:1rem 0;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	white-space:nowrap;
}
h1 span, h2 span {
	display:block;
}
p {
	
}
.disclaimer {
	font-size:0.8em;
} 
small {
	font-size:0.667em;
} 
sup {
	text-decoration:none;
}
h1.placeholder {
    visibility: hidden;
    display: none;
}
h1 sup,
h2 sup,
h3 sup {
	font-size: 45%;
	top: -1.1em;
	margin-left: 0.1em;
}
@media (min-width: 64em) {
	h2 { 
		font-size:3em;
	}
}

.products-line h2{
    text-transform: uppercase;
}


.kfr-tout--sticky {
	
	text-transform:uppercase;
	font-weight:bold;
}
.kfr-tout--sticky strong {
}
.kfr-tout--sticky a span {
    line-height: 1.2;
    font-size: .9em
}

@media (min-width: 40em) {
	.kfr-tout--sticky a>img {
		display: inline-block;
		position: static;
	}
	
	.kfr-tout--sticky a {
		display: flex;
		margin: 0.66em 3em 0.66em 0.66em;
	}
	.kfr-tout--sticky {
		text-align: left;
	}
	.kfr-tout--sticky a span {
		font-size: 1em 
	}
}
@media (min-width: 60em) {
	.kfr-tout--sticky a>img {
		position: absolute;
		top: .66em;
		left: .66em;
	}
	
	.kfr-tout--sticky a {
		display: inline-block;
		margin: 1em;
	}
	.kfr-tout--sticky {
		text-align: center;
	}
}
.mobile-menu--active .kfr-tout--sticky,
.search--active .kfr-tout--sticky {
	pointer-events:none;
}
/* Tables */
table {
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
tr {
}
td {
	padding:0.5em 0;
}
/* Links and CTA Buttons */
a {
	
	text-decoration:none;
}
a img {
	text-decoration:none;
}
form input[type=submit], 
form [type="button"], 
form [type="reset"], 
form [type="submit"],
.btn-primary,
.button-cta,
body .ps-widget[ps-sku], 
body .ps-widget[data-ps-sku] {
	font-size:1.125rem;
	font-weight:bold;
	padding: 0.6em 1.5em 0.7em;
	text-align:center;
	background:#DB0032;
	color:#fff;
	text-transform:uppercase;
	transition:color 0.15s, background 0.15s;
}
.btn-primary,
.button-cta {
	min-width:6em;
	box-shadow: 0.2em 0.2em 1em rgba(0,0,0,0.15);
}
.button-cta:focus, 
.button-cta:active {
}
[type="button"]:hover, 
[type="reset"]:hover, 
[type="submit"]:hover,
.btn-primary:hover,
.button-cta:hover,
body .ps-widget[ps-sku]:hover, 
body .ps-widget[data-ps-sku]:hover {
	background:#8e0827;
}
.button-cta:hover {
}
body .ps-widget[ps-sku], 
body .ps-widget[data-ps-sku],
body .ps-widget[ps-sku]:hover, 
body .ps-widget[data-ps-sku]:hover {
	float:none;
	display:inline-block !important;
	box-shadow:none  !important;
	border:none !important;
	font-size:1.125rem !important;
	font-family:inherit !important;
	font-weight:bold !important;
	line-height:1.5 !important;
	padding: 0.6em 1.5em 0.7em !important;
	visibility: inherit  !important;
}
.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;
}
.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;
}
.ytplayer:hover .icon--player {
	color:#dedede;
}
.ytplayer {
	opacity:0.8;
	pointer-events:none;
}
.yt-link-initialized {
	opacity:1;
	pointer-events:auto;
}
.video--homepage {
	color:#fff;
	text-align:center;
	background:url(../images/home/background_pattern.svg) center / cover no-repeat, radial-gradient(circle at 50%, #39A46B 5%, #147042 50%);
}
.video--homepage .content_wrapper {
	padding:2em 0 ;
}
.video--homepage .ytplayer-wrapper {
	background:#39A36B;
	overflow:hidden;
}
.video--homepage .ytplayer {
	overflow:hidden;
}
.video--homepage .video-description  img  {
	width:60%; 
	margin: 0 auto;
	padding: 2em 0;
	max-width: 16em;
}
.video--homepage .video-description::after {
	margin-bottom:-2em;
}
.video--homepage .video-description::before {
	width: 10em;
	height: 10em;
	margin:-10em auto 1em;
	transform:rotate(90deg);
	top:-56vw;
}
@media (min-width:48em) { 
	.icon--player {
		font-size:1em;
	}
	.button-cta {
		min-width: 9em;
	}
	.video-fullwidth  .ytplayer-wrapper  {
		width:66%;
	} 
	.video--homepage .content_wrapper {
		display:flex;
		align-items: center;
		break-inside: avoid;
		page-break-inside: avoid;
		padding:2em 0;
	}
	.video--homepage .video-description {
		display:block;
		width:33%;
		order:1;
	}
	.video--homepage .video-description::before {
		top:0;
	}
	
	.video--homepage .video-description  img  {
		width:90%; 
        margin: 0 0 0 2em;
	}
	.video-fullwidth .button-cta {
		position:static; 
		transform:none;
	}
}
.nav--main li:hover > div {
	max-height:100vh !important;
}
/* Forms */
input,
textarea {
	border-radius:0em;
	outline-offset:2px;
}
select {
	border:none;
    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 {
	background:#147042; /*#197EC9*/
}
#search {
	background: rgba(0,0,0, 0.95);
}
#search input[type="text"] {
	border-radius:0;
	padding: 0 3rem 0 0;
	cursor:text;
	outline-offset:4px;
}
@media (min-width:48em) { 
	#search .content_wrapper {
		max-width:32em;
	}
	#search input[type="text"] {
		width:calc(100% - 10rem);
	}
}
/* 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:bold;
	font-size:260%;
}
#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,
select:focus,
select:active,
textarea:focus,
textarea:active,
[tabindex]:focus,
.qq-upload-button:focus-within,
form input[type="checkbox"]:focus + label:before, 
form input[type="radio"]:focus + label:before,
.tns-nav button:focus,
.tns-nav button:active {
	outline:2px solid #FAE300;
}
header .content_wrapper a:focus,
header .content_wrapper a:active,
header button:focus,
header button:active,
footer a:focus,
footer a:active,
.pagehero a:focus,
.pagehero a:active ,
.product-category a:focus,
.product-category a:active,
#search input[type="text"]:focus,
#search input[type="text"]:active {
	outline:2px solid #FAE300;
}

#search input[type=text] {
	outline-offset: 0.25em;
}
#search input[type=text]:focus,
#search input[type=text]:active {
	outline: none;
	border-bottom-color: #800000;
}
/* 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;
}
.tns-controls[tabindex]:focus {
	outline:none;
}
.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;
}
.tns-nav button {
	font-size:90%; 
    border-radius: 100%;
    color: #147042;
    -webkit-appearance: none;
    background: transparent;
    margin:1em 0;
	padding:3px;
}
.tns-nav button::before {
    border:2px solid #fff;
}
.tns-nav button.tns-nav-active {
    color: #fff;
}

/* Hide the final addthis element's hover to patch the reverse-tab-nav keyboard trap */

div#at15s {
	display:none !important;
}


/* Social 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 {
	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";
}
header .social_icons,
footer .social_icons {
	font-size: 1.75rem;
	margin: 1em 0;
}
header .social_icons a,
footer .social_icons a {
	text-decoration: none;
	padding: 0 0.25em;
	font-size: 1em;
	line-height: 1;
	margin: 0;
}
.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;
	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
}
@media (min-width:48em) {
	.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.4em 0.1em -0.5em 0;
		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;
	}
	.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;
}
/* end social icons */



/* Basic Hero */
.pagehero {
	height:66vw;
	color:#fff;
}
.pagehero h1, .pagehero h2 {
	margin-top:0;
	font-size:2em;
	text-transform: uppercase;
	line-height: 1;
}
.hero--home #tns1 > .hero-slide { font-size:1rem; }
.hero--home {
	height:36em;
	background:url(../images/home/background_pattern.svg) center / cover no-repeat, radial-gradient(circle at 70%, #39A46B 5%, #147042 30%);
	overflow:visible;
	z-index: 1;
	margin-bottom:2em;
}
.pagehero .tns-ah {
	box-sizing:border-box;
	overflow: visible; 
}
.pagehero .hero-slider, 
.pagehero .hero-slide {
	height: 100%;
	position: relative;
}
.tns-inner .hero-slider, 
.tns-inner .hero-slide {
	overflow: visible; 
}
.hero--products {
	min-height: 0;
	height:120vw;
	max-height:42em;
	overflow:visible;
	background:url(../images/products/hero-products-mobile.jpg) center / cover  no-repeat;
}
.hero--home .content_wrapper::before {
	display:none;
}
.hero--home .content_wrapper {
	overflow:visible;
	position:relative;
	display:block;
}
.hero--home .content_wrapper::after {
	content:'';
	display:block;
	height: 16em;
}
.tns-nav ~ div + div {
	padding:0; 
}
.hero-slide--mfs .content_wrapper::after {
	background:url(../images/home/home-hero.png) center / contain no-repeat;
}
.hero-slide--doio .content_wrapper::after {
	background:url(../images/home/your-club-your-way-2026.png) bottom center / contain no-repeat;
}

.hero-slide--crisps {
	background:url(../images/home/hero-crisps-bg.jpg) center / cover no-repeat;
}
.hero-slide--crisps .content_wrapper::after {
	background:url(../images/home/hero-crisps-bags.png) center / auto 18em no-repeat;
	height:18em;
	margin:0 -1em;
}

.abbr-rules  {
	text-align: center;
	background:#105a35;
	color: #fff;    
	padding: 3em 0;
}
.abbr-rules  a{
	color:#FAE300
}

.hero-slide--need {
	background:url(../images/home/hero-crisps-bg.jpg) center / cover no-repeat;
}

.hero-slide--need .content_wrapper::after {
	background:url(../images/home/hero-products.png) center / auto 18em no-repeat;
	height:18em;
	margin:0 -1em;
	background-size: contain;
}
.hero-slide--crisps h1 img {
	width:10em;
	margin:auto;
}

.hero-slide--need h1 img {
	width:12em;
	margin:auto;
}

.hero--home .rich-text {
	overflow:visible;
	position:static;
	padding:2em;
}
.hero-slide--crisps .rich-text {
	padding:2em 2em 0;
}

.hero--home .button-cta {
	background:#DB0032;
	color:#fff;
}
.hero--home .button-cta:hover {
	background:#8e0827;
}

.hero-slide--need {
	background: linear-gradient(to bottom, #00582900 55.5%, #005829 55.6%, #007c3a), radial-gradient(circle at 50% 15%, #027c39 20%, #017537 60%, #00612c) 0 0 / max(100%, 36em) auto;
}

.hero-slide--need .content_wrapper::after {
	background:url(../images/home/hero-products-2026.png) center / auto 18em no-repeat;
	height:18em;
	margin:0 -1em;
	background-size: contain;
}
.hero-slide--crisps h1 img {
	width:10em;
	margin:auto;
}



.hero-slide--need h1 img {
	width:12em;
	margin:auto;
}
.hero-slide--crisps .rich-text {
	padding:2em 2em 0;
}
.hero--home .button-cta {
	background:#DB0032;
	color:#fff;
	    z-index: 1;
    position: relative;
}
.hero--home .button-cta:hover {
	background:#8e0827;
}



.hero--home-cracker-container {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	pointer-events:none;
}
.hero--home-arrow {
	position:absolute;
	width:10em;
	height:3em;
	left:50%;
	top:12em;
	margin:0 6em;
	background:url(../images/home/arrow.svg) center / contain no-repeat;
}
.hero--home-cracker {
	position:absolute;
	width: 6em;
	height: 6em;
	top: 50%;
	opacity:0;
	z-index: 1;
}

.hero--home-cracker::before {
	content:'';
	display:block;
	position:absolute;
	top:0%;
	right:0%;
	bottom:0%;
	left:0%;
	background: url(../images/home/cracker2.png) center /  95% auto no-repeat;
}
.hero-slide--need .hero--home-cracker {
	top:34%;
}
.hero-slide--need .hero--home-cracker:nth-child(2) {
	top:33%;
}
.hero-slide--need .hero--home-cracker:nth-child(3) {
	top:78%;
} 

.hero--home-cracker:nth-child(1)::before {
	background: url(../images/home/cracker1.png) center /  95% auto no-repeat;
}
.hero--home-cracker:nth-child(3)::before {
}
.hero--home-cracker:nth-child(3)::before {
	transform: scaleX(-1);
}
.hero-slide--doio .hero--home-cracker:nth-child(1)::before {
	background: none;
}
.hero-slide--doio .hero--home-cracker:nth-child(2)::before {
	background: none;
}
.hero-slide--doio .hero--home-cracker:nth-child(3)::before {
	background: none;
}
.hero-slide--need .hero--home-cracker:nth-child(3)::before {
	background: url(../images/home/crisp4.png) center / 100% auto no-repeat;
	transform: scalex(-1) rotate(33deg);
}

.hero--home-cracker:nth-child(2)::before {
	left: -25%;
	bottom: -25%;
}
.hero--home-cracker:nth-child(2) {
	top: 50%;
	left: 70vw;
}
.hero--home-cracker:nth-child(3) {
	top: 70%;
	overflow:hidden;
	transform:translate(2em,-2em);
}

.hero-slide--crisps .hero--home-cracker {
	top:7em;
	width:7em; 
	height: 7em;
}
.hero-slide--crisps .hero--home-cracker:nth-child(1) {
	left: -1em;
}
.hero-slide--crisps .hero--home-cracker:nth-child(2) {
	top:6em;
	width:6em; 
	height: 6em;
	right:-1em;
	left: auto;
}
.hero-slide--crisps .hero--home-cracker:nth-child(3) {
	display:none;
}
.hero-slide--crisps .hero--home-cracker:nth-child(1)::before {
	background: url(../images/home/crisp4.png) center / 100% auto no-repeat;
	transform:scalex(-1) rotate(33deg);
}
.hero-slide--crisps .hero--home-cracker:nth-child(2)::before {
	background: url(../images/home/crisp4.png) center / 100% auto no-repeat;
	transform:rotate(33deg);
}
.hero-slide--crisps .hero--home-cracker:nth-child(3)::before {
	background: url(../images/home/crisp4.png) center / 100% auto no-repeat;
	transform: rotate(45deg);
}
.tns-slide-active .hero--home-cracker:nth-child(1n) {
	transform:translate(0,-2em);
	animation:crackerdrop 0.25s 0.4s forwards;
}



.tns-inner .hero-slide {
	visibility:hidden; 
	transition:visibility 0.1s 0.5s;
}
.tns-inner .tns-slide-active {
	visibility:visible; 
	transition:visibility 0s;
}


@keyframes crackerdrop {
	0% { opacity:0; }
	50% { opacity:1; }
	100% { transform:translate(0,0);opacity:1;  }
}
.hero-slide .hero--home-cracker:nth-child(2) {
	transform:translate(2em,-2em);
	animation-delay:0.5s;
}
.hero-slide .hero--home-cracker:nth-child(3) {
	animation-delay:0.6s;
}
.hero-slide .hero--home-cracker:nth-child(4) {
	transform:translate(-3em,-1em);
	animation-delay:0.7s;
}
.hero-slide .hero--home-cracker:nth-child(5) {
	transform:translate(2em,2em);
	animation-delay:0.8s;
}
.hero-slide .hero--home-cracker:nth-child(6) {
	animation-delay:0.9s;
	visibility:hidden;
}
.search--active .hero--home-cracker:nth-child(1n) {
	z-index:1;
}
.hero--products .rich-text,
.hero--promotions .rich-text {
	color:#fff;
	text-shadow:0.2em 0.2em 1em rgba(0,0,0,0.5), 0.1em 0.1em 0.2em rgba(0,0,0,0.25);
}
.hero--products h2,
.hero--promotions h2 {
	color:inherit;
	max-width:10em;
	font-size:calc(4vw + 1em);
}

@media (min-width:48em) {
	.pagehero {
		height:40vw;
	}
	.hero--home {
		font-size:1.4vw;
		height: 45vw;
		max-height:36em;
		margin-bottom:2em;
		border-bottom-width:2em;
	}
	.hero--home h1, .hero--home h2 {
		font-size:3em;
	}
	.hero--home .content_wrapper::before {
		height:80%;
		display:inline-block;
	}
	
	.hero--home .content_wrapper::after {
		display:inline-block;
		position:absolute;
		right:0;
		left:40%;
		margin: 0;
		top: 0;
		bottom: 0;
		height: auto;
	}
	.hero-slide--crisps .content_wrapper::after {
		left:45%;
		right:-5%;
		background-size:contain;
	}
	
	.hero--home .rich-text {
		max-width: 28em;
		padding-right: 60%;
	}
	.hero--home .rich-text p{
		z-index: 1;
		position: relative;
	}
	.hero--home .hero-slide--need .rich-text {
		max-width: 30em;
	}
	.hero--products {
		text-align: left;
		background:url(../images/products/hero-products.jpg) center / cover  no-repeat;
	}
	.hero--products .rich-text h2 {
		text-align: left;
		line-height: 1;
		max-width:8em;
	}
	.hero--home-cracker {
		width: 15%;
		height: 46%;
		left: 48%;
		top: -2em;
	}
	.hero-slide--doio .hero--home-cracker {
		width: 20%;
	}
	.hero--home-cracker:nth-child(2) {
		left:85%;
		top: -3em;
	}
	.hero-slide--doio .hero--home-cracker:nth-child(2) {
        left: 97%;
        top: 10em;
    }
	.hero--home-cracker:nth-child(3) {
		left: 16%;
		top: auto;
		bottom: -3em;
	}
	.hero-slide--crisps .hero--home-cracker:nth-child(1n) {
		width:15%;
		top: 40%;
		left: 43%;
		height: 14em;
		display:block;
	}
	.hero-slide--crisps .hero--home-cracker:nth-child(2) {
		top:60%;
		left: 86%;
	}
	.hero-slide--crisps .hero--home-cracker:nth-child(3) {
		top: -5%;
		left: 87%;
		height: 40%;
	}
	.hero-slide--need .hero--home-cracker {
		top:-5%;
	}
	.hero-slide--need .hero--home-cracker:nth-child(2) {
		top:-15%;
	}
	.hero-slide--need .hero--home-cracker:nth-child(3) {
		top:69%;
	} 
	.hero-slide--doio .hero--home-cracker:nth-child(2)::before {
	background: url(../images/home/plate4.png) center /  95% auto no-repeat;
	}
	.hero-slide--doio .hero--home-cracker:nth-child(3)::before {
		background: url(../images/home/plate3.png) center /  95% auto no-repeat;
		transform: scaleX(1);
	}
	.hero-slide--doio .hero--home-cracker:nth-child(3) {
		bottom: -1em;
		left: 11%;
	}
	
}
@media (min-width:75em) {
	.hero--home {
		font-size:1em;
	}
	.hero--products h2, 
	.hero--promotions h2 {
		font-size:4em;
	}

}


/* butter slide redux */ 
.hero-slide--butter {
	background: #008b52;
}
.hero-slide--butter .content_wrapper::after {
	display:none;
}
.hero-slide--butter .content_wrapper {
	
}
.hero-slide--butter h2 {
	font-size:min(6vw,2em);
	position:relative;
	top:-5rem;
	margin:2rem auto;
}
.hero-slide--butter .rich-text {
	max-width: none;
	padding:0 1em;
}
.hero-home--butter-image {
	padding-top:40%; 
	overflow:hidden;
	display:inline-block;
	margin:1em;
}
.hero-home--butter-logos {
	width:16em;
	margin:auto;
	position:relative;
	top:5.5rem;
}
.hero-home--butter-content {
	max-width:36em;
}
.hero-home--butter-content p {
	display:none;
}
.hero-home--butter-lifestyle {
	margin:2em auto;
	width:80%; 
	max-width:24em;
}
.hero-slide--butter .rich-text {
	display:inline-flex;
	flex-direction:column;
}
@media (min-width:48em) {
	.hero-slide--butter .content_wrapper::before {
		height:90%;
	}
	.hero-slide--butter h2 {
		font-size:2em;
		position:static;
		margin:1rem auto;
	}
	.hero-home--butter-content p {
		display: block;
	}
	.hero-slide--butter .rich-text {
		display:inline-flex;
		flex-direction:row;
		align-items:center;
		padding:0 1em;
	}
	.hero-home--butter-content {
		width:40%;
		margin:1em;
	}
	.hero-home--butter-logos {
		position:static;
		width:20%;
	}
	.hero-home--butter-lifestyle {
		width:30%;
	}
}










.home-we-keep-it-real {
	color:#00532E;
	background:#00AEEF;
	padding-bottom:5vw;
	overflow: hidden;
	text-align:center;
}
.home-we-keep-it-real h2 {
	color:inherit;
	font-size:2em;
}


.home-we-keep-it-real .content_wrapper {
	position:relative;
}
.home-we-keep-it-real .rich-text {
	text-align:center;
	display:inline-block;
	padding-bottom:4em;
	max-width: 24em;
}
.home-we-keep-it-real .rich-text img {
	width:25%;
	min-width:12em;
	margin:0 auto 1em;
}
.home-we-keep-it-real .rich-text p {
	font-size:1.33em;
}
@media (min-width:48em) {
	.home-we-keep-it-real {
		font-size:1.4vw;
	}
	.home-we-keep-it-real h2 {
		font-size:3em;
	}
	.home-we-keep-it-real .content_wrapper {
		position:relative;
	}
	.home-we-keep-it-real .rich-text {
	}
}
@media (min-width:75em) {
	.home-we-keep-it-real  {
		font-size:1em;
	}
}


/* products */
.products-featured {
	background:#00AEEF;
	color:#00532E;
	text-align:center;
}
.products-featured .content_wrapper {
	padding:2em 0 5vw;
}
.products-featured::before {
	position:relative;
	content:'';
	display:block; 
	height:4vw;
	margin:0 0 -4vw;
	top:-3.5vw;
	background:url(../images/site/wave-1.svg) center top 0.5vw / 104% auto no-repeat 
}
.products-featured h3 {
	font-size:2em;
}
.products-featured img {
	width:100%;
}
.product-category {
	position:relative;
}
.product-category a {
	color:#00532E;
}
.product-category-description {
	margin-top:-75%;
	padding: 75% 0 6em;
}
.product-category-description .button-cta {
	position:absolute;
	bottom: 2em;
	left:50%;
	transform:translate(-50%,0);
	white-space: nowrap;
}
.products-featured-row .product-primary-image {
	display:block;
	position:relative;
	overflow: hidden;
	margin-bottom: 4em;
}

.products-featured-row .product-secondary-image  {
	display:block;
	position:absolute;
	z-index:3;
	width: 11em;
	left:50%;
	transform: /* center it: */ translate(-50%,-100%) /* then: */ translatey(0em);
}

.product-category--bars .product-secondary-image  {
	width:16em
}

@media (min-width:48em) {
	.products-featured-row {
		justify-content:center;
	}
	.products-featured .product-category {
		width:30%;
		flex-basis: calc(50% - 1em);
		margin:0.5em;
	}
	.products-featured h3 {
		min-height:1.8em;
	}
}



/* Product Line Lists */
.products-line {
	background:#fff;
	color: #147042;
	text-align:center;
	position:relative;
}
.products-line .content_wrapper {
	padding:2em 0 4em;
}

.products-line + .products-line {
	margin-bottom:-5vw;
	padding-bottom:5vw;
}
.search-results-list a,
.products-line a {
	color:#147042;
}
.products-line section {
	margin:0;
}
.products-line h2 + p {
	font-size: 1.25em;
}
.productlist {
	text-align:center;
	position:relative;
}
.productlist h2{
    color: #00532E
    
}

.productlist h2 + p {
	font-size: 1.25em;
    display: none;
    visibility: hidden;
}
.products-line--related h2  {
}
.products-line--related h2 {
	line-height: 0.85;
}
.products-list {
	padding:0 0em;
	margin:0 -1em 3em;
}
.products-list-product {
	padding:1em 0; 
}
.products-list-product .product-primary-image {
	height: 9em;
	margin-bottom:0.5em;
	position:relative;
}
.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%);
}
.product-list-title,
.search-results-item-title {
	display: block;
	padding:0 0.5em 0.5em 0.5em;
	text-decoration:none;
	margin:0 auto;
	max-width:12em;
	font-weight:bold;
    color: #00532E;
}
.product-list-title:hover,
.search-results-item-title:hover {
	text-decoration:underline;
}
.search-results-item {
	flex-grow:0;
}
@media screen and (min-width:48em) {
	.products-list {
		margin:0 auto 3em;
	}
	.products-list-product {
		flex-basis: 25%;
	}
	.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 screen and (min-width:64em) {
	.products-list-product {
		font-size:1.25em;
	}
	.search-results-item {
		font-size:1.25em;
	}
	.products-list-product .product-primary-image {
		height: 10em;
	}
}

.page--search-results {
	color:#147042;
}
.page--search-results #search {
    background: #fff;
}
@media (max-width:48em) {
	.page--search-results #search {
		padding-top: 5em;
		margin-bottom: -4em;
	}
}

.search-results > section,
section.search-results {
	margin-bottom:5vw;
}
/* END Product Line Lists */


/* promotions  */
.promotion--fullwidth.promotion--kfr {
	background:#fff;
	color:#fff;
	position:relative;
}

.promotion--fullwidth.promotion--kfr .content_wrapper {
	color:#fff;
	padding:0;
}
.promotion-detail-overview,
.promotions-featured {
	color:#147042;
	text-align:center;
}


.promotions-featured section {
	margin:0; 
} 
.promotions-featured-row {
	margin:0 -1em;
}
.promotions-featured .promotions-featured-column {
	display:block;
	position:relative;
	font-size:3vw;
	margin:0;
	overflow: hidden;
}
.promotions-featured-column:focus {
	z-index: 1;
}
.promotions-featured img {
	width: 100%;
}
.promotions-featured .promotions-description {
}
a.promotions-description {
	position:absolute;
	/* top:0; */
	left:0;
	bottom:0;
	right:0;
	padding: 50% 2em 4em;
	text-align:center;
	box-sizing:border-box;
}
.promotions-description p{
	margin: 1em auto;
}

.promotion--kfr {
    background: url(../images/home/kfr-background.jpg) center / cover no-repeat; 
    padding: 0 0 2em;
}


.promotion--kfr h2 span {
	display:inline
}
.promotion--kfr h2{
	font-size:2em;
}
.promotion--kfr-text p {
    color: #000;
    font-weight: 600;
}
.promotion--kfr-text{
    padding: 2em 0;
}
.promotion--kfr-text h2{
    color: #00532E;
    text-transform: uppercase;
}

.promotion--mixitup {
	background: url(../images/home/background_pattern.svg) center / cover no-repeat, radial-gradient(circle at 50%, #39A46B 5%, #147042 70%);
	box-shadow:-30em 0 0 #147042, -60em 0 0 #147042, -90em 0 0 #147042, -120em 0 0 #147042, -150em 0 0 #147042, -180em 0 0 #147042, -210em 0 0 #147042;
	visibility: visible;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	padding: 0 0 2em 0;
}

.promotion--wtb {
	background: url(../images/home/background_pattern.svg) center / cover no-repeat, radial-gradient(circle at 50%, #39A46B 5%, #147042 70%);
	box-shadow:30em 0 0 #147042, 60em 0 0 #147042, 90em 0 0 #147042, 120em 0 0 #147042, 150em 0 0 #147042, 180em 0 0 #147042, 210em 0 0 #147042;
	visibility: visible;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

.promotion--wtb .promotions-description{
	width: 100%;
	text-align: center;
}


/*
.promotion--mixitup::before {
	content: 'NEW';
	position: absolute;
	left: -3.66em;
	top: 0.66em;
	color: #00532E;
	background: #fae300;
	transform: rotate(-45deg);
	font-weight: 800;
	font-size: 2em;
	width: 10em;
}
*/
.promotion--mixitup img{
    width: 45%;
    margin:10% auto 5%;
    padding:  15px 0 21px 0;
}

@media (min-width:48em) {
	.promotion--mixitup section::before {
		font-size: 3rem;
	}
	.promotion--fullwidth.promotion--kfr  .rich-text {
		height:100%;
		box-sizing:border-box;
		display:flex;
		align-items: stretch;
	}
	
	.promotion--fullwidth.promotion--kfr .promotion--kfr-text {
		width:50%;
		order: 2;
		margin:0 auto;
		background-position:center;
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.promotion--kfr h2{
		font-size:2em;
	}
	.promotions-featured h2 {
		font-size:2em;
	}
	.promotions-featured-row {
		flex-wrap: nowrap;
	}
	.promotions-featured-row > * {
		flex-basis:50%;
		
	}
	.promotions-featured .promotions-featured-column {
		font-size: 1.5vw;
	}
}

@media (min-width:78em) {
	.promotions-featured-row {
		margin:0;
	}
	.promotions-description p{
		width: 100%;
		margin: 0 0 1em 0;
	}
	.promotions-featured .promotions-featured-column {
		font-size:1.1em;
	}
}
/* END Multiple column Promotions */

/* Promotion page "three column" style */
section.hero--promotion-detail {
	margin-top:0;
} 
.hero--promotion-detail img {
	display: block;
}
.promotion-detail-overview {
	text-align:center; 
}
.promotion-detail-overview p a {
	text-decoration:underline;
	color:#000;
}
.promotion-detail-overview .button-cta {
	margin:1em auto;
	display:block;
	max-width:12em;
}
.promotion-columns h3 {
	font-size: 2em;
	line-height: 0.9;
	text-transform:uppercase;
}
@media (min-width:48em) {
	.promotion-detail-overview .button-cta {
		margin:1em;
		display:inline-block;
	}
	.promotion-columns  {
		display:flex;
		padding:1em;
		text-align:center;
	}
	.promotion-columns > div {
		padding:0 2.5%;
		min-width:20%;
	}
	.promotion-columns > div {
		flex-grow: 1;
		padding: 0 1.5%;
		min-width: 29%;
		flex-basis: 33%;
	}
}
/* END Promotion page "three column" style */



/* Product Detail page */
.product-detail-highlights .content_wrapper {
	max-width:48em;
	padding-top:2em;
}
.product-slider-holder {
}
.product-thumbnails-container .tns-nav-active {
	border-color:#147042; 
}
.product-detail-highlights {
	padding-bottom:5vw;
	
}
.product-detail-overview h1 {
	font-size:2.5em;
	line-height:1;
	margin-top:0;
    color: #147042;
	font-weight: 800;
}
.product-category-back {
	font-size:1em;
	position:relative;
	color: #00532E;
	display:inline-block;
	max-width:calc(100% - 1em);
	transition:padding 0.2s;
}
.product-category-back::before {
	content:'';
	display:inline-block;
	position:absolute;
	width:0.8em;
	height:0.8em;
	border-top:0.2em solid currentcolor;
	border-left:0.2em solid currentcolor;
	transform:rotate(-45deg) scale(0.2);
	margin:0 -0.5em 0;
	top:0.15em;
	left:0;
	opacity:0;
	transition:margin 0.2s, transform 0.2s, opacity 0.2s;
}
.product-category-back:hover {
	padding-left:1em;
}
.product-category-back:hover::before {
	transform:rotate(-45deg) scale(0.6);
	margin:0 0.1em 0 0;
	opacity:1;
	transition:margin 0.2s, transform 0.2s, opacity 0.2s;
}
.tns-controls button[data-controls="next"], 
.tns-controls button[data-controls="prev"] {
	padding:0;
}
.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:#FAE300; 
}
.recipe-thumbnails-container .tns-nav-active, 
.product-thumbnails-container .tns-nav-active {
	box-shadow: inset 0 0 0 1px #ff7f0a;
}
.product-detail-overview p {
	font-size:.9em;
	white-space: pre-wrap;
    line-height: 1.4;
}
.tns-controls button[data-controls="next"] {
	right: 1em;
}
.tns-controls button[data-controls="prev"] {
	left: 1em;
}

.share-icon {
	background:url(../images/site/icon-sharer.svg) center / contain no-repeat;
}
.addthis_toolbox a {
	margin:0 0 0 0.25em;
}
.product-nutrition-row {
	display: flex;
	flex-wrap: wrap;
}
.product-nutrition h2 {
	color:inherit;
}
.product-nutrition h3 {
	font-size:2em;
	
	letter-spacing:-0.033em;
}
.product-nutrition .content_wrapper > h2+p {
	display: none;
}
.product-nutrition select {
	font-size:1.125rem;
	background:#DB0032; 
	color:#fff;
	padding: 0.5em 3em 0.5em 0.75em;
	
}
.product-nutrition .select-wrapper::before{
	z-index:1;
	pointer-events:none;
}

.product-nutrition-highlights h3:first-child {
	display: block;
	color: inherit;
}
.product-nutrition-highlights p {
	text-align:justify;
}
.product-nutrition-row .product-nutrition-smartlabel {
	margin: 2em 0;
}
.product-nutrition-smartlabel-title + p {
	margin-bottom:0.25em;
}
.product-nutrition p, 
.product-nutrition table {
	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-nutrition {
	background:#147042; 
	color:#ffffff;
	text-align:center;
	position:relative;
    padding: 2em 0;
}


@media (min-width:48em) { 
	.product-nutrition::before, 
	.product-nutrition::after {
		box-shadow:none;
	}
	.product-nutrition-smartlabel .select-wrapper {
		width:14.7em;
	}
	.product-nutrition-highlights {
		order: 0;
	}
	.product-nutrition-smartlabel .button-cta {
		width: auto;
		margin-bottom: 0;
	}
}
@media (min-width:64em) { 
	.product-detail-highlights {
		font-size:1.25em;
	}
}

.product-benefits--holder {
    background: #196e41;
    border-radius: 1em;
    padding: 1em 2em;
    margin: 0 auto 2em;
    max-width: 44em;
    display: block;
}
.product-benefits ul {
    padding-inline-start: 1em;
    list-style-type: none;
    padding-left: 0;
    color: #fff;
}
.product-benefits ul li {
    margin: 1.5em 0;
    position: relative;
    padding-left: 2.5em;
    align-items: center;
}
.product-benefits ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 2em;
    height: 2em;
    background: url(../images/site/club_crackers_check.svg) center center / contain no-repeat;
}




/* Contact us -- based on old KSTL form */

main.contact-us, .page--contact-us {
	background:#fff;color:#147042;
}
main #KSTL-ContactUs-main .writeus {
	min-height:2em;
}
main #KSTL-ContactUs-main .writeus p {
}
main #KSTL-ContactUs-main .box-bordered {
	border: 0.15em solid #147042; /*#197EC9*/
	color: #000;
	background: #ffffff;
}
main #KSTL-ContactUs-main .box-header {
	background: #147042; /*#197EC9*/
	margin:-0.15em -0.15em 0;
}
main #KSTL-ContactUs-main .box-header h2 {
	color:#fff;
	text-align:left;
	font-size:1.5em;
}
main #KSTL-ContactUs-main .box-header span {
	white-space:normal;
	display: inline;
}
main #KSTL-ContactUs-main fieldset input, 
main #KSTL-ContactUs-main fieldset textarea {
	width:100%
}
main #KSTL-ContactUs-main fieldset select {
	max-width:100%;
	border: 0.15em solid currentcolor;
}
main #KSTL-ContactUs-main fieldset label {
	font-weight:bold;
}
main #KSTL-ContactUs-main .qq-upload-button {
	background:#DB0032; /*#197EC9*/
	width:9em;
}



.kstl-contactus {
	max-width:58em;
	margin:0 auto 5vw;
}
.contact-intro {
	max-width:50em;
	margin:2em auto;
}
.contact-intro h1, .contact-intro h2 {
	line-height:0.8;
	margin-top: 0;
	font-size:2em;
	text-align: center;
}
.contact-extra .content_wrapper {
	max-width:48em;
	text-align:center;
	margin:0 auto;
}
.contact-extra p {
	text-align:left;
	margin:1rem 0;
}
.contact-preliminary,
.contactpreliminary {
	max-width: 60em;
	margin: auto;
}
.contact-preliminary .content_wrapper,
.contactpreliminary .content_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}


.contact-preliminary-option {
	border: 0.15em solid #147042; /*#197EC9*/
	flex-basis: 100%;
	margin: 0 0 1em 0;
	color: #000;
	background: #ffffff;
}
.contact-preliminary-title {
	background: #147042; /*#197EC9*/
	padding: .5em;
	margin: -0.15em -0.15em 0;
}
.contact-preliminary-title h2 {
	color: #fff;
	margin: 0;
	font-size:1.5em;
}
.contact-preliminary-content {
	padding: 0 1em 1em;
	text-align: center;
}
@media (min-width:64em) { 
	.contactpreliminary .content_wrapper {
		
	}
	.contact-preliminary-option {
		flex-basis: calc(50% - 1em);
	}
	.contact-preliminary-content p {
		text-align: left;
		min-height: 3.5em;
	}
} 

/* 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;
}
body #KSTL-ContactUs-main .qq-upload-button {
	padding:0.5em 1em;
}
body #KSTL-ContactUs-main a {
	color: #DB0032;
	text-decoration:underline;
}
#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;
	border: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; }

/* bazaarvoice stars */
.products-list-product {
	position:relative;
	padding-bottom:1.5em;
}
.products-list-product  .bv_main_container { 
	bottom:0 !important;
}
.bv_main_container{
	justify-content: center;
}


.page-specific-legal {
	padding: 0 1em;
}





/*new kfr bar*/
@font-face {
	font-family: 'avenirnext';
	font-weight:bold;
	src: url('/content/dam/engage/fonts/subset-AvenirNext-Bold.woff') format('woff');
}
@font-face {
	font-family: 'avenirnext';
	font-weight:normal;
	src: url('/content/dam/engage/fonts/subset-AvenirNext-Medium.woff') format('woff');
}

/* new tile style  */
.promotions-featured .promo-new-kfr-html { font-family: 'avenirnext'; color:#000; }
.promotions-featured .promo-new-kfr-inner { position:relative; height:100%; }
.promotions-featured .promo-new-kfr-inner::before { content:''; display:inline-block; height:100%; min-height:20em; vertical-align:middle; }
.promotions-featured .promo-new-kfr-content { content:''; display:inline-block; vertical-align:middle; width:80%;  }
.promotions-featured .promo-new-kfr-html img { }
.promotions-featured .promo-new-kfr-html .kfr-button-cta { font-weight:bold; text-align:center; letter-spacing:0.1em; text-transform:uppercase;  display:inline-block; margin:auto 1em; background:rgb(210,19,70); border: none; border-radius: 1em; color: #fff; padding: 0.8em 3em; transition:background 0.2s; }
.promotions-featured .promo-new-kfr-html .kfr-button-cta:hover {  background:rgb(170,12,50);  }
.promotions-featured .promo-new-kfr-html p { font-size:3.5vw; }

@media (min-width:48em) {
	.promotions-featured .promo-new-kfr-html p { font-size:1.75vw; }
}
@media (min-width:75em) {
	.promotions-featured .promo-new-kfr-html p { font-size:1.25em; }
}
	


/* sticky styles */
footer {
	margin-bottom: 0;
}
.kfr-tout--sticky { background:rgba(0,0,0,0.8); font-size:1rem; font-family: 'avenirnext'; font-weight:normal; padding:0; height:3.5em; text-transform:none; }
.kfr-tout--sticky a  { margin:0; display:flex; justify-content:center; height:100%; font-size:1rem; }
.kfr-tout--sticky a>img { position:static; height:3em; margin:auto 0.5em; }
.kfr-tout--sticky a>span { margin:auto 2em auto 0; }
.kfr-tout--sticky a::after { display:none}
.kfr-tout--sticky .icon--close { border:none; top:0; border-radius:0; color:rgb(210,19,70); background: rgba(0,0,0,0);}
.kfr-tout--sticky .icon--close:after, 
.kfr-tout--sticky .icon--close:before { border-radius:0; color:inherit; }
.kfr-tout--sticky .kfr-button-cta { display:block; margin-top:0.25em; font-size:inherit; font-weight:bold; text-align:center; letter-spacing:0.1em; text-transform:uppercase;  }
.kfr-tout--sticky .kfr-button-cta::after { content:''; display:inline-block; width:0.4em; height:0.4em; top:-0.1em; margin-left:0.2em; border-right:0.15em solid currentcolor; border-top:0.15em solid currentcolor; position:relative; vertical-align:middle; transform:rotate(45deg);   }

@media (min-width:48em) {
	.kfr-tout--sticky a { justify-content: center; }
	.kfr-tout--sticky a>img { position:static; height:3em; margin:auto 1em; }
	.kfr-tout--sticky .icon--close { font-size:50%; }
	.kfr-tout--sticky .kfr-button-cta { display:inline-block; margin:auto 1em; background:rgb(210,19,70); border: none; border-radius: 1.5em; color: #fff; padding: 0.5em 1.5em; transition:background 0.2s; }
	.kfr-tout--sticky .kfr-button-cta:hover {  background:rgb(170,12,50);  }
	.kfr-tout--sticky .kfr-button-cta::after { display:none; }
}

.ps-header .ps-client-logo.center.custom {
    top: -75px;
}

.breakurl{
	overflow-wrap: break-word;
}

/* Our Food H1 in the products.html page */
h1.ourFood {
    color: rgb(0,83,46);
    text-transform: uppercase;
	font-size: 2em;
}
@media (min-width: 64em){
h1.ourFood {
    font-size: 3em;
}}

/*Code for the last slide image replacing h1 with a div*/
div.lastSlideImage img{
	width: 10em;
    margin: auto;
}
div.lastSlideImage{
	margin: 1rem 0;
    font-weight: bold;
	margin-top: 0;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1;
	text-transform: uppercase;
    line-height: 1
}
@media (min-width: 48em){
	div.lastSlideImage {
    font-size: 3em;
}
}

/* 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;
}

.recipe-search-filters-row{
  
}

.recipe-video-row{
	margin-bottom: 2em;
}
@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 3em; 
		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 0;
	text-align:center;
}
#recipe-search-q {
        padding: .85em 1em .85em 3em;
}

.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-filter-category{
    background: rgba(0, 0, 0, 0);
    border: .15em solid currentcolor;
    box-sizing: border-box;
}
.recipe-search-filter .select-wrapper {
	width:100%;
}
.recipe-search-filter .select-wrapper select {
	width:100%;
    padding: .85em;
}
.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;
	}
}

#search input[type=text] {
    border-bottom-color: #2E8556;
}

#search input[type=text]:focus,
#search input[type=text]:active {
    border-bottom-color: #2E8556;
}

.nav--secondary > ul li:nth-of-type(2) a::before {
    display: none;
}



.recipe-video-row .ytmobile { 
    position:relative; 
}
.recipe-video-row .featured-item-image {
    overflow: hidden;
    border-radius: .5em;
    position: relative;
}

.recipe-video-row .button-cta{
    margin: 1em auto 2em;
}

.recipe-video-row .featured-item-description{
    text-align: center
}



/* Sweet Hawaiian slide */
.hero-slide--hawaiian {
	background: linear-gradient(to bottom, #00582900 55.5%, #005829 55.6%, #007c3a), radial-gradient(circle at 50% 15%, #027c39 20%, #017537 60%, #00612c) 0 0 / max(100%, 36em) auto;
}
.hero-slide--hawaiian .rich-text {
    font-size:min(3vw, 85%);
	padding:1em 0;
	max-width: 36em;
}
.hero-slide--hawaiian p {
	text-transform:uppercase;
	font-weight:bold;
	margin:1em 2rem;
}
.hero-slide--hawaiian h1 {
	letter-spacing:0.075em;
}
.hero-slide--hawaiian h1 span:nth-child(2)  {
	color: #fff216;
	font-size: .8em;
}
.hero-slide--hawaiian h1 img {
    width: 2.8em;
    margin: 0 .35em 0 0;
	display: inline;
	vertical-align: text-bottom;
}
.hero-slide--hawaiian .button-cta{
	background-color: #ef4b1e;
	font-size:inherit;
}
.hero-slide--hawaiian .content_wrapper {
	display:flex; 
	flex-direction:column;
	align-items:center; 
	justify-content: center;
}
.hero-slide--hawaiian .content_wrapper::after {
    background: url(../images/home/club_crackers_sweet_hawaiian2025.png) top 0 left 55% / contain no-repeat;
    width:100%;
    margin-bottom:3rem;
    max-height:12em;
}
@media (min-width: 48em) {
	.hero-slide--hawaiian .content_wrapper {
		flex-direction:row;
		justify-content: flex-start;
	}
	.hero-slide--hawaiian .content_wrapper::after {
		width: auto;
		max-height: none;
		margin:3% 0 calc(3% + 3rem) 7%;
	}
	.hero-slide--hawaiian .rich-text {
		padding:0 3% 1em;
		font-size:min(1.33vw, 100%);
	}
}


/* new promotions redux */
.promotions-featured {
	background: #147042;
}
.promotions-featured-row {
	gap:1.5em;
}
.promotions-featured .button-cta:first-child {
	position:absolute; 
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:min(3vw,1em);
	white-space:nowrap;
}
.promotions-featured  .promotion--insta {
	margin-top:1.5em;
}
.promotion--mixitup,
.promotion--insta {
	padding:0;
	min-height:22em;
}
.promotion--mixitup {
	background: url(/content/dam/NorthAmerica/clubcrackers/images/site/PromoTiles-Final.jpg) center / cover no-repeat;
}
.promotion--insta {
	background: url(/content/dam/NorthAmerica/clubcrackers/images/site/charcut-earrings.jpg) center / cover no-repeat;
}
@media (min-width:48em) {
	.promotions-featured .promotion--insta {
		margin-top:0;
	}
}



/* Kind Campaign Page */
.hero--kindpartnership {
	background: linear-gradient(90deg,rgba(0, 94, 48, 1) 0%, rgba(0, 109, 60, 1) 100%);
	    height: 132vw;
    max-height: 33em;
}

.subhero--kindpartnership h2{
	color: #00532E;
	text-transform: uppercase
}

.subhero--kindpartnership{
	text-align: center;
		padding: 0 0 2em 0;
}

.subhero--kindpartnership p{
	text-align: left
}
.pagehero.hero--kindpartnership img{
	width: 87%;
    margin: 0 auto;
	max-width: 25em;
}
.subhero--kindpartnership .button-cta{
	background-color: #000;
	padding: 1.2em 2em;
    margin: 1em;
}

.promotions-featured .promotion--getinvolved, .promotions-featured .promotion--buynearyou {
    padding: 0;
    min-height: 22em;
	margin: 1em 0;
}

.promotion--getinvolved {
    background: url(/content/dam/NorthAmerica/clubcrackers/images/kindcampaign/getinvolved-promo.jpg) center / cover no-repeat;
}

.promotion--buynearyou {
    background: url(/content/dam/NorthAmerica/clubcrackers/images/kindcampaign/buyhearyou-promo.jpg) center / cover no-repeat;
}

.promotions-featured.promotions-featured--kindpartnership{
	background: #fff;;
}

.promotions-featured--kindpartnership .button-cta:first-child {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: min(3vw, 1em);
    white-space: nowrap;
}

.promotions-featured--kindpartnership .button-cta.black {
   background-color: #000;
}


@media (min-width: 48em) {
	.pagehero.hero--kindpartnership {
        height: 29vw;
		min-height: auto;
		max-height: 28em;
    }
	.pagehero.hero--kindpartnership img{
		width: 100%;
		margin: 0 auto;
		max-width: 98em;
	}
	.subhero--kindpartnership p{
		text-align: left
	}
	.subhero--kindpartnership img {
		width: 80%;
		max-width: 50em;
		margin: 0 auto;
	}
	
	.subhero--kindpartnership .rich-text{
		width: 80%;
		margin: 0 auto;
	}
	.subhero--kindpartnership h2 {
		padding-top: 1em;
	}
	.subhero--kindpartnership .kind-infographic{
		width: 43%;
		display: inline-block;
		padding: 1em;
	}
	
}

