/* fonts */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),
		url('../fonts/ProximaNova-Black.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-BlackIt.woff2') format('woff2'),
		url('../fonts/ProximaNova-BlackIt.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
		url('../fonts/ProximaNova-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-SemiboldIt.woff2') format('woff2'),
		url('../fonts/ProximaNova-SemiboldIt.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
		url('../fonts/ProximaNova-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-RegularIt.woff2') format('woff2'),
		url('../fonts/ProximaNova-RegularIt.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Colby';
	src: url('../fonts/Colby-CdBlk.woff2') format('woff2'),
		url('../fonts/Colby-CdBlk.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	font-family:"Proxima Nova", sans-serif;
}
body {
	overflow:hidden;
}
main section {
	margin:0;
}

/* tiny sizing */
@media (max-width:337px) {
	html, body { font-size:calc((100vw - 17px) / 20); min-width:0; }
	body, header, #search, .kfr-tout--sticky { min-width:0; }
}
/* tiny sizing */

/* Navigation */
#critical_communications {
	z-index:199;
	background:#f0f0f0;
}
#search {
	top:4.5em;
}
header, .header{
	background:url(../images/site/nav-background.svg) center bottom / cover repeat-x;
	max-width:100vw;
}
header nav {
	font-size:1em;
}
.header-logo {
	background:transparent;
	display:inline-block;
	height:100%;
	padding:0;
	vertical-align:middle;
	width: 9em;
	margin-left: -0.75em;
}
.header-logo img{
	display:block;
	height: 6em;
	margin: 0.5em auto 0;
}
.mobile-menu--active .navicon span:after {
	width:2em;
	margin-left:0;
}
header a, 
header button, 
footer a, 
nav a {
	font-family:"Colby";
	color:#ffffff;
	text-decoration:none;
}
.menu-button,
.search-button {
	color:#ffffff;
	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 {
	text-transform:uppercase;
	background:transparent;
}
.nav--featured .nav-item--current > a {
	text-decoration:underline;
}
.nav--main,
.nav--secondary {
	text-transform:uppercase;
}
.nav--main ul {
	color:#fff;
	background:transparent;
}
.nav--mobile-extras {
	margin:1em 0;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.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%;
	color:#fff;
	text-transform:none;
}
.nav--mobile-extras p a {
	text-decoration:underline;
	padding:0.5em;
}
nav a:hover {
	background:transparent;
	color:rgba(255,255,255,0.9);
}
#search .search-label--submit::before,
.searchicon span::before {
	border-width:0.25em;
	height:1.33em;
	width:1.33em;
}

.ccpa_button{
	border: 0.15em solid #fff;
	color: #fff;
}

@media (max-width:47.95em) {
	header, .header{
		height:7em;
	}
	header .content_wrapper, .header .content_wrapper{
		height:3.85em;
	}
	header::before {
		content:'';
		position:absolute;
		width:100%;
		height:3.85em;
		background:url(../images/site/nav-background.svg) left bottom / auto 6em repeat-x;
		filter:drop-shadow(0 0 0.33em rgba(0,0,0,0.25));
		max-width:100vw;
	}
	.header-logo {
		margin-left:0;
	}
	.header-logo img {
		display:block;
		width: 10em;
		height: 3.8em;
		margin:0.4em auto 0;
		transition:height 0.25s;
	}
    
    .page--kids .header-logo img {
		width: auto;
		height: auto;
	}
    
	.mobile-menu--active .header-logo img {
		transform: scale(1.4);
	}
	.nav--container {
		background:#0966b2;
		border-top:none;
	}
	.mobile-menu--active{
		/*padding-top:0.5em;*/
	}
	.nav--container nav {
		padding:0;
	}
	header a, .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;
	}
	.nav--container {
		height:100vh;
		margin-top: 1em;
		padding-top:0;
	}
	.mobile-menu--active .nav--container {
		max-height:calc(100vh - 5em);
		padding-top:0;
	}
	.mobile-menu--active #critical_communications + header .nav--container {
		max-height:calc(100vh - 8em);
	}
}
@media (max-width:47.95em) and (min-aspect-ratio:1/1) {
	
	html {
		font-size:3vh;
	}
	#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;
	}
	header .content_wrapper, .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: 0;
	}
	.nav--mobile-extras p {
		margin: 0 1em;
		display:inline-block;
		vertical-align:middle;
	}
	header .content_wrapper, .header .content_wrapper {
		max-width:none;
	}
}

@media (max-width:20em) {
	.nav--container nav {
		min-width:300px;
	}
}

@media (min-width:48em) {
	main {
		padding-top: 5em;
	}
	header, .header {
		height: 5.5em;
		background-size:auto 7em;
	}
	.nav--container {
		background:transparent;
		box-shadow:none;
		z-index:auto;
		margin-left:1em;
	}
	.nav--main li:hover > div {
		padding-top:0.5em;
		padding-bottom:0.5em;
		/* margin-top:-0.5em; */
	}
	.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 ul div > ul {
		background-color: #033966;
	}
	.nav--main a {
		white-space:nowrap;
	}
	.nav--main ul ul {
		padding:0;
	}
	.nav--main li > div {
		background:#033966 url(../images/site/nav-background.svg) left top -3.66em / auto 4em no-repeat;
		left:-0.5em;
		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--secondary .li img, .nav--secondary .li img {
		width: 1em;
		height: 2em;
		margin: 0 5px;
	}
	
	.nav--main {
		height:3em;
	}
	.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:#fff;
		content:'';
		display:block;
		border-radius:0.16em;
		height:0.15em;
		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--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 {
		padding-left:2em;
		position:relative;
	}
	.nav--secondary img {
		width: 1.1em;
		height: 2em;
		position: absolute;
		top: 0.25em;
		left: 0.5em;
	}
	.nav--secondary ul li:first-of-type img{
		display: none;
		visibility: hidden;
	}
}
/* largest size */
@media (min-width:54em) {
	.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;
	}
	.nav--main li:hover > div {
		margin-top: -0.5em;
	}
	.search-button {
		margin-top: 0;
		margin-left:0;
	}
}
@media (min-width:58em) {
	header nav {
		font-size: 1.125em;
	}
	.nav--main > ul > li,
	.nav--secondary > ul > li {
		padding:1.2em 0;
	}
}
footer {
	position:relative;
	background:#0966B2;
	box-shadow:0 5em 0 #0966B2;
	color:#fff;
}
footer::before {
	content: '';
	height: 1.75vw;
	background: url(../images/site/nav-background.svg) left bottom 0.30vw / auto 10em repeat-x;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	left: 0;
	display: block;
	top: -1vw;
	border: none;
	width: 100%;
}
footer .content_wrapper {
	position:relative;
	z-index:1;
	margin-top:8em;
	margin-bottom:2em;
}
footer nav {
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}
.footer-nav--main ul {
	text-transform:uppercase;
	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 1em 0;
}
.footer-nav--main li:first-child a::before {
	content: '';
	display:block;
	background:url(../images/site/poptarts-logo.svg) center / contain no-repeat;
	top: -7em;
	width: 12em;
	height: 6em;
	left:50%;
	margin-left: -6em;
	position:absolute;
}
@media (min-width:48em) {
	footer {
		position:relative;
		background-size:200% 105%;
	}
	footer .content_wrapper {
		max-width:48em;
	}
	.footer-nav--main li:first-child a::before {
		left:0;
		margin:0;
		width:9em;
	}
	.footer-nav--main ul {
		text-align:left;
		columns: 3;
	}
	.footer-nav--main li {
		display:block; 
		max-width:11em;
	}
	#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 {
	letter-spacing: -0.033em;
	margin:1rem auto;
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Colby";
}
h2 {
	color:#0966B4;
	font-size: 2em;
	font-size:calc(1.5em + 2.5vw);
	line-height:0.9;
	text-align:center;
}
h3 {
	font-size:2em;
	line-height:0.9;
}
h1,h2 {
}
h2 strong { 
	
}
p {
	margin:1rem auto;
}
img {
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	white-space:nowrap;
}
.disclaimer {
	font-size:0.8em;
} 
small {
	font-size:0.667em;
} 
sup {
	text-decoration:none;
	font-family:sans-serif;
	font-weight:normal;'
}
h1 sup,
h2 sup,
h3 sup {
	font-size: 40%;
	top: -1.2em;
	margin-left: 0.1em;
}
.kfr-tout--sticky {
	font-weight:600;
}
.kfr-tout--sticky strong {
	font-weight:600;
}
.kfr-tout--sticky a {
	font-weight:600;
}
.mobile-menu--active .kfr-tout--sticky,
.search--active .kfr-tout--sticky,
.mobile-menu--active main,
.search--active main {
	pointer-events:none;
}
@media (min-width:48em) { 
	h2 {
		font-size:3em;
	}
	.kfr-tout--sticky {
		font-size:125%;
	}
}
/* 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:#0966B2;
	text-decoration:underline;
}
a img {
	text-decoration:none;
}
form input[type=submit], 
form [type="button"], 
form [type="reset"], 
form [type="submit"],
.btn-primary,
.button-cta {
	font-size:1.33rem;
	font-family:"Colby";
	font-weight:normal;
	text-align:center;
	background:#0966b2;
	white-space: nowrap;
	color: #fff;
	padding: 0.3em 0.5em 0.4em;
	line-height:0.9;
	margin: 0.5em;
	position:relative;
	text-transform:uppercase;
	transition:color 0.15s, background 0.15s, filter 0.15s;
	outline-offset: 0.5em;
}
form input[type=submit]::before, 
form [type="button"]::before, 
form [type="reset"]::before, 
form [type="submit"]::before,
.btn-primary::before,
.button-cta::before {
	/* this border image is layered on top as a pseudo element because chrome has a bug where border images don't always connect to the background. */
	content:'';
	display:block;
	position:absolute;
	top:-0.5em;
	right:-0.5em;
	bottom:-0.5em;
	left:-0.5em;
	border: 0.6em solid rgba(255,0,0,0);
	border-style:solid;
	border-color:rgba(255,0,0,0);
	border-width:0.6em;
	border-image: url(../images/site/button-cta-blue.svg) 15% 8% stretch;
}
.btn-primary,
.button-cta {
	min-width:6em;
}
.button-cta:focus, 
.button-cta:active {
}
[type="button"]:hover, 
[type="reset"]:hover, 
[type="submit"]:hover,
.btn-primary:hover,
.button-cta:hover {
	filter:brightness(0.85) contrast(1.5);
}
.promotion--readywhenyouare .button-cta:hover {
	color:black;
}
.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;
}

.ytplayer {
	opacity:0.8;
	pointer-events:none;
}
.yt-link-initialized {
	opacity:1;
	pointer-events:auto;
}
.video-fullwidth {
	padding-bottom:2em;
	text-align:center; 
	position:relative;
}
.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;
	}
	.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 #033966;
}
select {
	border:0.15em solid #033966;
	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:#033966;
}
.select-wrapper select {
	padding:0.75em 3em 0.75em 1em;
} 
.pagination a,
.pagination input {
	background:#033966;
	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: 270%;
	font-weight: bold;
	font-family:"Colby";
	text-transform:uppercase;
	margin-bottom: 0.5em;
}
#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;
}

.hero--home-spanish > section > a {
				position:absolute; top:0; left:0; width:100%; height:100%;
			}


@media (min-width:48em) {
	#search input[type="text"] {
		text-indent:0.03em;
	}
}

.video--spanish-hero {
	padding:0;
}
.video--spanish-hero::after {
	content: '';
	height: 1.33vw;
	background: url(../images/site/nav-background-white.svg) left bottom / auto 6em repeat-x;
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: -0.33vw;
}
.video--spanish-hero .content_wrapper {
	width:auto;
	max-width:none; 
}
.video--spanish-hero .ytplayer-wrapper {
	width:100%; 
	margin:0;
	background:url(../images/promotions/spanishscreencap.jpg) center / cover;
}
.video--spanish-hero .ytplayer-wrapper::before {

}
.video--spanish-hero .ytplayer img {
	width:auto;
	max-width:none;
}
.video--spanish-hero iframe.ytplayer {
	width: 70%;
	height: 70%;
	top:15%;
	left:15%;
	box-shadow:0 0 0 15vw rgba(0, 0, 0, 0.75);
	z-index: 10;
}

.spanish .page-title {
	text-align: center;
	z-index: 90;
	background-color: #fff;
	position: relative;
}

/* Some active styles */
a:focus, 
a:active,
a:focus .button-cta, 
a:active .button-cta,
button:focus, 
button:active,
input:focus, 
input:active,
textarea:focus, 
textarea:active ,
select:focus, 
select:active,
[tabindex]:focus,
.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,
#search input[type=text]:active {
	outline: none;
	border-bottom-color: #0966b2;
}
/* 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;
}

/* hero */
.pagehero {
	color:#fff;
	background:#fff;
	height: 34vw;
	min-height: 0;
}
.pagehero::after {
	content: '';
	height: 1.33vw;
	background: url(../images/site/nav-background-white.svg) center bottom / auto 6em no-repeat;
	position:absolute;
	left: 0;
	display: block;
	width: 100%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: -0.33vw;
    background-size: cover;
}
.pagehero > section > img, 
.pagehero > section > picture img {
	width:auto;
}
.pagehero .content_wrapper {
}
.pagehero .content_wrapper::before {
}
.pagehero .rich-text {
	z-index:1;
}
.pagehero h2 {
	font-weight:500;
	text-align:inherit;
	color:inherit;
	margin-top:0;
}

.hero--favorites h2{
    text-transform: none;
}

.pagehero h2 span {
	display:block;
}
.pagehero p {
	font-weight:600;
}
.pagehero .tns-nav{
    bottom: 20px
}
.pagehero .tns-nav button.tns-nav-active {
    color: #fff;
}
.hero--home-pretzel {
	height:150vw;
	color:#fff;
}
.hero--home-spanish {
	height:80vw;
	color:#fff;
}
.hero--home-pretzel p{
	color:#fff;
}
.hero--home-pretzel::after {
	background-image: url(../images/site/nav-background-gray.svg);
}
.hero--products::after {
	background-image: url(../images/site/nav-background-gray.svg);
}
.hero--home-pretzel .content_wrapper {
	height: 100%;
	width:90%;
}
.hero--home-pretzel .rich-text {
	font-size:4vw;
	max-width:16em;
}
.hero--home-pretzel .rich-text h2 {
	font-size:3em;
}
.hero--home-pretzel .rich-text p {
	margin:0.5em auto;
}
.hero--home-pretzel .rich-text .button-cta {
	font-size:1.125em;
}
.hero--our-story {
	height: auto;
	margin: 0 0 4em 0;
}
.hero--our-story .rich-text {
font-size: 3vw;
	max-width: 20em;
	padding: 10% 0;
}
.hero--pretzel{
	background-color: #0966B2;
	background-image: url(../images/site/Background_pretzel1.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	min-height: 0;
	height: 80vw;
}

.hero-slide--variety p{
    font-size: 1.0em;
}

.ytplayer-wrapper {
	width: 70%;
	margin: 2.5vw auto 10vw;

}
.ytplayer {
	border: 2px solid white;
		position: relative;
}
.pretzel-fixed {
	max-width: 100%;
	overflow: hidden;
}
.pretzel-fixed h1 {
	height: 1px;
	text-indent: -99999px;
}
.pretzel-fixed img {
	width: 90%;
	margin: 0 auto;
}

.middlepretzel {
	margin-top: 0px!important;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 0 5% 0;
}

.middlepretzel .left, .middlepretzel .right, .middlepretzel .middle {
	display: block;
	margin: 0 auto;
	right: 0;
}

.middlepretzel .left {
	border: none;
	box-shadow: none;
	background-image: url(../images/home/poptarts-drop-mobile2.png);
	background-position: center;
	height: 50vw;
	width: 70vw;
	background-size: contain;
	background-repeat: no-repeat;
}

.middlepretzel .middle{
	width: 70vw;
}

.middlepretzel p {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-family: Colby;
	text-align: center;
}

.home-middlepretzel {
	background: #0966B2;
	color: #fff;
	position: relative;
}

.home-middlepretzel .button-cta {
	color: #0966B2;
	background: #fff;
}

.home-middlepretzel .button-cta::before {
	border-image-source: url(../images/site/button-cta-white.svg);
}

.home-middlepretzel::after {
	content: '';
	height: 1.1vw;
	background: url(../images/site/nav-background.svg) left bottom / auto 6em no-repeat;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	z-index: 1;
    background-size: cover;
}

.home-bottompretzel .bottompretzel{
	margin: 5vw 0;
}

.home-bottompretzel .bottompretzel .left {
	width: 90%;
	display: block;
	vertical-align: middle;
	padding: 5%;
}
.home-bottompretzel .bottompretzel .right {
	width: 90%;
	display: block;
	vertical-align: middle;
	margin: 0 5%;
	padding: 0 0 50px 0;
	text-align: center;
}

.home-bottompretzel .bottompretzel h2 {
	color: #167cd0;
	line-height: .95;
	padding-bottom: 10px;
	margin: 0;
	text-transform: uppercase;
	font-family: Colby;
	font-weight: bold;
}

.home-bottompretzel .bottompretzel p {
	color: #167cd0;
	font-size: 1.3em;
	line-height: 1.1;
	font-family: Colby;
}

.spanish .page-title .rich-text{
	padding: 2em 0;
}

.spanish .page-title::after, .spanish .prefooter::after {
	content: '';
	height: 1.1vw;
	background: url(../images/site/nav-background-white.svg) left bottom / auto 6em repeat-x;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	z-index: 1;
}

.spanish .home-aboutpoptart{
	background: #0966B2;
	color: #fff;
	position: relative;
	padding: 3em 0;
}

.spanish .home-faq{
	background: #0966B2;
	color: #fff;
	position: relative;
	padding: 1em 0 0;
}

.spanish .home-faq .aboutpoptart-row{
    padding: 0em 2em;
}

.spanish .home-faq a {
	color: #fff
}

.spanish .home-faq h2, .spanish .home-aboutpoptart h2{
	color: #fff;
}
.spanish .home-faq h3{
	font-size: calc(1.0em + 2.5vw);
	margin: 2em 0 0 0;
    line-height: 1.1;
}
.spanish .home-faq p{
	margin: .5em 0 1em 0;
}

.spanish .home-aboutpoptart h3{
	color: #fff;
	text-align: center;
}

.spanish .home-aboutpoptart h4{
	color: #fff;
	text-align: center;
	font-size: 1.6em;
}

.spanish .home-aboutpoptart p{
	color: #fff;
	text-align: center;
	margin: 0 0 3em 0;
}

.spanish .products-featured::before {
	content: '';
	height: 1.5vw;
	background: url(../images/site/nav-background-gray.svg) center bottom 0.33vw / auto 6em no-repeat;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	left: 0;
	display: block;
	border: none;
	width: 100%;
    background-size: cover;
}

.spanish .products-featured{
	background: #f4f4f4;
	text-align: center;
	padding: 0 0 2em 0;
	position: relative;
}

.spanish .products-featured .button-cta{
    margin-top:2em;
    
}
.spanish .product-category-description {
	padding: 0 2em 0.5em;
}

.spanish .info {
	background-color:#2F83C5;
	width: 100%;
	display: block;
	padding: 2em 0 0;
}

.spanish .info h2{
	color: #fff;
}

.spanish .info h3{
	color: #fff;
	text-align: center;
	font-size: 2em;
	padding: .5em 0 1em;
}

.spanish .info img {
	width:100%; 
}
.spanish .info::after, .spanish .home-faq::after {
	content: '';
	height: 4em;
	background: url(../images/site/nav-background-white.svg) center bottom / 100% 4em no-repeat;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	position: relative;
	left: 0;
	display: block;
	width: 100%;
	bottom: -5em;
	z-index: 6;
	transform: rotate(180deg);
}

.spanish .prefooter{
	display: block;
	padding: 0;
	
}
.spanish .prefooter .rich-text{
	padding: 1em 0 3em 0;
	text-align: center
}

.spanish .kfr {
	text-align: center;
}
.spanish .kfr img {
	width: 60%;
	max-width: 300px;
	display: block;
	margin: 1em auto 0;
}
.spanish .kfr .rich-text{
	padding: 0 0 2em 0;
}

.home-aboutpoptart img{
	width: 80%;
		max-width: 400px;
	display: block;
	margin: 0 auto;
	}
	

@media (max-width:47.95em) {
	.hero--default {
		height:auto;
	}
	.hero--default > section > img, 
	.hero--default > section > picture img {
		position:relative;
		top:0;
		right:0;
		transform:none;
		width:100%;
		height:auto;
		min-height:0;
	}
	.hero--default .content_wrapper {
		color:#063766;
		height:auto;
	}
	.hero--default .content_wrapper::before {
		vertical-align:bottom; 
	}
	.hero--default .rich-text {
		vertical-align:bottom; 
		padding:1em ;
		padding: 1em;
		width: 100%;
		margin:0 -1em;
		background:url;
	}
	.hero--default .rich-text::before {
		content:'';
		display:block;
		position:absolute;
		left:-1em;
		right:-1em;
		top:-1vw;
		height:2vw;
		background: url(../images/site/nav-background-white.svg) center bottom / cover;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
.spanish .info .info-column{
    max-width: 24em;
    margin: 0.66em auto;
    }
	
	
}
@media (min-width:48em) {
	
	.hero--default {
		height: 25vw;
		text-shadow: 0.05em 0.05em 0.33em rgba(0,0,0,0.5);
	}
	.hero--products .rich-text {
		padding-left:60%;
		width:40%;
	}
	.hero--home-pretzel {
		height:60vw;
	}
	.hero--home-pretzel::after {
		background-image: url(../images/site/nav-background-gray.svg);
	}
	.hero--home-pretzel .rich-text {
		font-size:1.7vw;
	}
	.hero--home-pretzel .rich-text img {
		width:14em;
		display:inline-block;
	}
	
	.hero--home-pretzel .content_wrapper {
		padding: 0;
	}
	.hero--our-story .rich-text {
		font-size: 2vw;
		max-width: 30em;
	}
	.hero--favorites .rich-text{
		padding: 13vw 0 0 0;
	}
	
	.middlepretzel .left {
		border: 4px #fff solid;
		background-image: url(../images/home/poptarts-drop.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		width: 28vw;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		height: calc(28vw + 2.8vw);
		box-shadow: 10px 10px 0 rgba(0,0,0,0.2);
		z-index: 2;
		position: relative;
        max-width: 450px;
		}
	.middlepretzel .middle {
		border: 4px #fff solid;
		width: 30vw;
		padding: 2% 4% 2% 2%;
		vertical-align: middle;
		display: inline-block;
		margin: 0;
		z-index: 1;
		position: relative;
		right: 10px;
	}
	
	.home-bottompretzel .bottompretzel .left {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 0;
		padding: 0;
	}
	
	.home-bottompretzel .bottompretzel .right {
		width: 30%;
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 0;
		padding: 0;
		text-align: left;
	}
	
	.home-bottompretzel .bottompretzel .right h2{
		text-align: left;
		font-size: 2.2em;
	}
	
	.spanish .home-aboutpoptart .aboutpoptart-row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.spanish .home-aboutpoptart .aboutpoptart-row .col{
		width: 50%;
		flex-basis: calc(50% - 1.33em);
		margin: 0.66em;
		max-width: 28em;
	}
	
	.spanish .info .info-row {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.spanish .info .info-column{
		width: 33%;
		flex-basis: calc(33% - 1.33em);
		margin: 0.66em;
		max-width: 28em;
	}
	.spanish .home-faq .rich-text{
		max-width: 64em;
		margin: 4em auto;
		width: 80%;
	}
	.spanish .home-faq .rich-text h3{
		font-size: 1.5em;
		
	}
	.spanish .hero--home-spanish{
		height: 55.75vw;
	}
	.spanish .products-featured .product-category{
		width: 33%;
		flex-basis: calc(33% - 1.33em);
		margin: 0.66em;
		max-width: 28em;
	}
	.home-aboutpoptart img{
		width: 100%;
	}

	
}

@media (min-width:79em) {
	.hero--our-story .rich-text {
		font-size: 1.5vw;
	}
}


/* home page stuff */
.home-our-story {
	background:#0966B2;
	color:#fff;
	position:relative;
}
.home-our-story h2{
	color:inherit;
}
.home-our-story .button-cta {
	color:#0966B2;
	background:#fff;
}
.home-our-story .button-cta::before {
	border-image-source:url('../images/site/button-cta-white.svg');
}
.home-our-story::after {
	content: '';
	height: 1.1vw;
	background: url(../images/site/nav-background.svg) left bottom / auto 6em repeat-x;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	position:absolute;
	left: 0;
	display: block;
	width: 100%;
	z-index:1;
}
.home-our-story::after {
	bottom:-0.66vw;
}
.home-our-story section {
	padding:2em;
}
.home-our-story .rich-text {
	position:relative;
}
.home-our-story .rich-text::before {
	display:block;
	z-index:2;
	content:'';
	top: 53%;
	width: calc(33% + 10em);
	padding-top: 70%;
	margin:0 auto;
	background: url(../images/home/our-story-poptart.png) center / contain no-repeat;
}
@media (min-width:48em) {
	
	.home-our-story .button-cta {
		color:#fff;
		background:#0966B2;
	}
	.home-our-story .button-cta::before {
		border-image-source:url('../images/site/button-cta-blue.svg');
	}
	.home-our-story {
		background:#fff;
		color:inherit;
	}
	.home-our-story::before, 
	.home-our-story::after {
		color:inherit;
		background-image: url(../images/site/nav-background-white.svg);
	}
	.home-our-story h2 {
		color:#0966B4;
	}
	.home-our-story .rich-text {
		padding:3em 53.3% 4em 20%; 
	}
	.home-our-story .rich-text::before {
		position:absolute;
		width: 23em;
		padding-top: 30em;
		transform: translate(0,-48%);
		left: 56%;
	}
}


@media (max-width:47.95em) {
	/* hero--default stacks the text and image in the mobile version only. the easiest way to achieve this is to undo some of the template's pagehero styles for mobile only -- most of */
	.hero--default {
		height:auto;
	}
	.hero--default > section > img, 
	.hero--default > section > picture img {
		position:relative;
		top:0;
		right:0;
		transform:none;
		width:100%;
		height:auto;
		min-height:0;
	}
	.hero--default .content_wrapper {
		color:#063766;
		height:auto;
	}
	.hero--default .content_wrapper::before {
		vertical-align:bottom; 
	}
	.hero--default .rich-text {
		vertical-align:bottom; 
		padding:1em ;
		padding: 1em;
		width: 100%;
		margin:0 -1em;
		background:url;
	}
	.hero--default .rich-text::before {
		content:'';
		display:block;
		position:absolute;
		left:-1em;
		right:-1em;
		top:-1vw;
		height:2vw;
		background: url(../images/site/nav-background-white.svg) center bottom / cover;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

/* page title */
.page-title {
	text-align:center;
}


/* promotions */
.promotions-featured, 
.promotions-featured section {
	margin:0; 
} 
.promotions-featured-row {
	margin:0 -1em;
    background-color: #f4f4f4;
}
.promotions-featured .promotions-featured-column {
	display:block;
	position:relative;
	font-size: 2.8vw;
	margin:0;
}
.promotions-featured img {
	width: 100%;
}
.promotions-featured .promotions-description {
	position:absolute;
	top:0;
	border-top:2em solid transparent;
	left:0;
	right:0;
	bottom:0;
	padding: 50% 2em 2em;
	text-align:center;
	color:#fff;
}
.promotions-featured .rich-text {
	height:100%;
	box-sizing:border-box;
}
.promotions-description p{
	/* width: 50%; */
	margin: 1em auto;
}
.promotion--readywhenyouare h2, .promotion--whatspoppin h2 {
	color:#fff;
}
.promotion--readywhenyouare .button-cta, .promotion--whatspoppin .button-cta{
	color:#033966;
	background:#fff;
}
.promotion--readywhenyouare .button-cta::before, .promotion--whatspoppin .button-cta::before{
	border-image-source:url(../images/site/button-cta-white.svg);
}
/*
.promotions-featured .promotion--kfr::before {
	content: '';
	height: 2vw;
	background: url(../images/site/nav-background-white.svg) left bottom / auto 6em repeat-x;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	position:absolute;
	left: 0;
	display: block;
	width: 100%;
	top: 0.333vw;
	z-index: 6;
	transform: rotate(180deg);
}*/

.promotions-featured-row a {
	text-decoration:none;
}

@media (min-width:48em) {
	.promotions-featured h2 {
		font-size:2em;
	}
	.promotions-featured-row {
		flex-wrap: nowrap;
		align-items:center;
	}
	.promotions-featured-row > * {
		flex-basis:50%;
		
	}
	.promotions-featured .promotions-featured-column {
		font-size: 1.66vw;
	}
}

@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.25em;
	}
}

.promotions-featured-column.promotion--kfr .rich-text,
.promotion--fullwidth.promotion--kfr {
}
.promotions-featured-column.promotion--kfr .rich-text {
	padding: 3em 0;
}
.promotions-featured-column .promotion--kfr-text {
	margin-bottom: 1em;
}
.promotion--kfr section {
	padding:4em 0 6em;
	margin:0 0 -2em;
}

.promotion--kfr-text p {
	color:#000;
}



@media (min-width:48em) {
	.promotion--fullwidth.promotion--kfr h2 {
		margin-top:0;
		margin-bottom:-0.5em;
	}
	.promotion--fullwidth.promotion--kfr .rich-text {
		display:flex; 
		align-items:center;
		justify-content: center;
	}
	.promotion--fullwidth.promotion--kfr .promotion--kfr-graphic {
		margin:0 2em;
	}
	.promotion--kfr .promotion--kfr-graphic {
		width:14em;
		height:7em;
	}
	.promotion--kfr .promotion--kfr-text {
		margin:0 2em;
	}
}


/* Products featured */
.brandedProductsLine {
	background:#f4f4f4;
	text-align:center;
	padding:2em 0;
	position:relative;
}
.brandedProductsLine::before,
.brandedProductsLine::after {
	content: '';
	height: 1.1vw;
	background: url(../images/site/nav-background-gray.svg) left bottom / auto 6em repeat-x;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	position: absolute;
	z-index:1;
	left: 0;
	display: block;
	width: 100%;
	bottom: -0.66vw;
}
.brandedProductsLine section {
	margin:2em 0;
}
.brandedProductsLine-row .product-primary-image {
	display:block;
	position:relative;
	overflow: hidden;
	margin-bottom: 1em;
}
.product-category {
	background:#ffffff;
	box-shadow:0 0 1em rgba(0,0,0,0.15);
	border-radius:1em;
	margin:1em auto;
	position:relative;
	max-width:24em;
	text-decoration:none;
	color:#000;
}
.product-category > a {
	text-decoration:none;
	height:100%; 
	display:block;
}
.product-category-description {
	padding: 0 2em 6em;
}

.product-category-description h3 {
	color: #0966B4;
}

.product-category a:focus h3,
.product-category a:hover h3 {
	color: #0042a3;
}

.product-category-description .button-cta {
	position:absolute;
	bottom:1em;
	left:50%;
	transform:translate(-50%,0);
	white-space: nowrap;
}
.products-featured-row .product-primary-image {
	border-radius:1em 1em 0 0;
	overflow:hidden;
}
.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(1em);
}

@media (min-width:48em) {
	.brandedProductsLine {
		padding:4em 0;
	}
	.products-featured-row {
		margin: 0 -0.66em;
		justify-content:center;
	}
	.brandedProductsLine .product-category {
		width:50%;
		flex-basis: calc(50% - 1.33em);
		margin:0.66em;
		max-width:28em;
	}
}

/* Product Line Lists */
.products-line {
	text-align:center;
	position:relative;
}
.products-line::after {
	content:'';
	display:block;
	position:absolute;
	width: 100%;
	z-index: 1;
	bottom:-1vw;
	height:2vw;
	background: url(../images/site/nav-background-white.svg) center bottom / cover;
}
.products-list {
	padding:0 0em;
	margin:0 auto ;
	position:relative;
}
.search-results-item,
.products-list-product {
	padding:1em 0.5em; 
	flex-basis:12em;
	flex-grow: 0;
}
.search-results section {
	padding-bottom:2em;
}


/* bazaarvoice stars */
.products-list-product {
	position:relative;
	padding-bottom:2em;
    margin-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;
}
.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 {
	font-family: 'Proxima Nova';
    font-weight: 600;
	font-size:1.33em;
}
.search-results-item a{
    text-decoration: none;
}

.products-featured-row .product-secondary-image {
	display:block;
	position:absolute;
	z-index:3;
	width:66%;
	left:50%;
	transform:/* center it: */ 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%;
}

#productListBV p{
	display: none;
	visibility: hidden;
}

.productListBV p{
	display: none;
	visibility: hidden;
}

.products-list-product a{
    text-decoration: none;
}
.products-list-product a:hover{
    text-decoration: underline;
}

@media (min-width:48em) {
	.products-list-product {
		flex-basis:15em;
	}
	.products-list-product:first-child:last-child,
	.products-list-product:nth-child(2):nth-last-child(1),
	.products-list-product:nth-child(1):nth-last-child(2) { 
		flex-basis:20em; 
	}
	.products-list-product:first-child:last-child .product-primary-image,
	.products-list-product:nth-child(2):nth-last-child(1) .product-primary-image,
	.products-list-product:nth-child(1):nth-last-child(2) .product-primary-image { 
		width:100%;
		height: 15em;
	}
}


/* 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:#033966;
}

.product-detail-overview .product-category-back {
	color:#033966;
	font-size:2em;
	font-family:"Colby";
	text-decoration: none;
}


.product-detail-overview h1,
.recipe-detail-overview h1 {
	color:#033966;
	font-weight:bold;
	font-size:3em;
	line-height:1;
	text-transform:none;
}
.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 #0966b2;
}
.tns-controls button[data-controls="next"],
.tns-controls button[data-controls="prev"] {
	text-indent:-999em;
	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:#fff;
    background: #fff;
}
.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:#0966B2;
	color:#ffffff;
	text-align:center;
	position:relative;
	margin:5vw 0;
	padding:2em 0;
	margin:calc(2vw + 2em) 0;
}
.product-nutrition section {
	margin:0;
}
.product-nutrition::before, 
.product-nutrition::after {
	content:'';
	position:absolute;
	display:block;
	height:2vw;
	width:100%;
	background: url(../images/site/nav-background.svg) center bottom / cover no-repeat;
}
.product-nutrition::before {
	top: -1vw; 
	left:0;
	right:0;
	transform:rotate(180deg); 
}
.product-nutrition::after {
	bottom:-1vw;
}

.product-nutrition-row {
	display:flex;
	flex-wrap:wrap;
}
.product-nutrition-highlights {
	order:1;
}
.product-nutrition-highlights h3:first-child {
	display:block;
	color:inherit;
}
.product-nutrition-row .product-nutrition-smartlabel {
	margin: 2em 0;
}

.product-nutrition .content_wrapper > h2+p {
	display: none;
}


@media (min-width:48em) { 
	.product-nutrition-highlights {
		order:0;
	}
	.product-nutrition-row > div {
		flex-basis:calc(50% - 2em);
		padding:0 1em;
	}
}
.product-nutrition h2 {
	color:inherit;
	font-weight:bold;
}
.product-nutrition h3 {
	font-size:2em;
	font-weight:bold;
	letter-spacing:-0.033em;
}
.product-nutrition select {
	font-size:1.125rem;
	border:0.15em solid #fff;
	background:#0966B2;
}
.product-nutrition .select-wrapper::before {
	color:#fff;
	z-index:1;
}
.product-nutrition .button-cta {
	color:#033966;
	background:#fff;
	font-size: 1.33em;
}
.product-nutrition .button-cta::before {
	border-image-source:url(../images/site/button-cta-white.svg);
}


.product-nutrition-highlights p {
	text-align:justify;
}
.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;
	}
}


/* 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 .box-bordered {
	border:0.15em solid #0966B4;
}
main #KSTL-ContactUs-main .box-header {
	background:#0966B4;
	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,
.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 #0966B4;
	flex-basis: 100%;
	margin: 0 0 1em 0;
}
.contact-preliminary-title {
	background: #0966B4;
	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;
}
@media (min-width:64em) { 
	.contact-preliminary .content_wrapper {
		
	}
	.contact-preliminary-option {
		flex-basis: calc(33.33% - 1em);
	}
	.contact-preliminary-content p {
		text-align: left;
		min-height: 4.5em;
	}
} 

@media (min-width:64em) { 
	.contact-preliminary {
		max-width: 60em;
	}
} 




/* 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 a {
	color:#0966B2;
}
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, .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:#033966;
}
.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: 20em;
	visibility: visible;
	transition: max-height 0.35s linear, visibility 0s;
}

.faq-question label {
	color:#033966;
	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;
}



/* Kids page */

.header {
    position: fixed;
    top: 0;
    width: 100%;
    line-height: 1;
    z-index: 99;
    -ms-user-select: none;
    user-select: none;
}

.pagehero-kids {
    height: auto;
    background: #dedede;
    margin-bottom: -2em;
}

 .pagehero-kids .content_wrapper{
        display: flex;
     flex-direction: column;
}
.pagehero-kids .content_wrapper .product-detail-overview {
    padding: 0 0 4em 0;
}

.pagehero-kids .content_wrapper div {
    z-index: 1;
}

.pagehero-kids .content_wrapper .product-detail-overview h1{
    font-size: 2.5em;
    white-space: normal;
    color: #fff;
}

.pagehero-kids .product-detail-overview p{
    color: #ffffff;
    line-height: 1.4;
    font-family: "Colby";
    font-size: 1.6em;
}

@media (min-width:48em) { 
    .pagehero-kids .content_wrapper{
        flex-direction: row;
        align-content: space-between;
        flex-wrap: nowrap;
        justify-content: center;
        white-space: normal;
        align-items: center;
    }

    .pagehero-kids .content_wrapper div {
        flex-basis: 36%;
        padding: 4em 0 6em 0;
    }
    .pagehero-kids .content_wrapper .product-detail-overview h1{
        font-size: 2.8em;
    }
    
}

span.ps-lightbox-close > svg > path {
    fill: #666 !important;