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

/* Navigation */
#critical_communications {
    z-index: 199;
    background: #f0f0f0;
}

#search {
    top: 4.5em;
	background:rgb(1 25 45 / 95%);
}

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;
    font-weight: 300;
}

.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 auto;
        transition: transform 0.25s;
		pointer-events:none;
    }

    .page--kids .header-logo img {
        width: auto;
        height: auto;
    }

    .mobile-menu--active .header-logo img {
        transform: scale(1.2);
    }

    .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:10/7) {

    html {
		font-size:1em;
	}
	#search {
		top:0;
		z-index: 199;
		padding: 1.125em 0 0;
	}
	#search::before {
		height:0;
	}
	.page--search-results #search {
		top:5.5em;
	}
	/* layering elements  */
	.search--active header::before {
		content:'';
        background: url(../images/site/nav-background.svg) left bottom / auto 7em repeat-x;
		width:100%; 
		position:fixed;
		height:7em;
		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:-7em;
	}
	.header-logo {
		transition:opacity 0.15s;
	}
	.search--active .header-logo {
		opacity:0;
	}
	header .content_wrapper {
		position:fixed;
		left:1em; right:1em;
		top:0;
		z-index:999;
	}
	#critical_communications + header .content_wrapper {
		margin-top:3em;
	}
	.menu-button, 
	.search-button {
		z-index:9999;
	}
	.nav--container {
		height: calc(100vh - 5.5em);
	}
	.nav-dropdown--products {
		columns:2;
	}
	.mobile-menu--active .nav--container {
	}
	.nav--mobile-extras .social_icons {
		display:inline-block;
		vertical-align:middle;
		margin:0 1em;
		padding:0;
	}
	.nav--mobile-extras p {
		margin: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 (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,
    .nav--main li:focus-within > div {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        margin-top:-0.5em;
		overflow: visible;
    }

    .nav--main ul div > ul {
    }

    .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--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;
		position:absolute;
        border-radius: 0.16em;
        height: 0.15em;
        bottom: 0.33em;
        left: 0.75em;
        right: 0.75em;
    }


    .nav--secondary .nav-item--current::after,
    .nav--secondary .nav-item--current-parent::after {
        left: 2.5em;
    }

    .nav--secondary a {
        position: relative;
    }

    .nav--secondary img {
        width: 1em;
        height: 2em;
		display:inline-block;
		margin:-0.6em 0.25em -0.4em 0;
    }

    .nav--secondary ul li:first-of-type img {
        display: none;
        visibility: hidden;
    }
}

/* largest size */
@media (min-width:75em) {
    header nav {
        font-size: 1.125em;
    }
    .nav--container {
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: center;
        height: 100%;
    }
    .nav--main,
    .nav--secondary {
        margin-top: 0;
        position: static;
        height: 100%;
    }
    .nav--main > ul > li,
    .nav--secondary > ul > li {
        padding: 1.2em 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;
    }
}

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;
	padding-bottom:1em; 
}

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 {
        
    }

    .footer-nav--main li:first-child a::before {
        left: 0;
        margin: 0;
        width: 9em;
    }

    .footer-nav--main ul {
        text-align: left;
        columns: 4;
    }

    .footer-nav--main li {
        display: block;
        padding: .2em 0
    }

    #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;
    }

    .footer-nav--main a {
		display: inline-block;
    }
}

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

h1 {
    color: #0966B4;
    font-size: 2em;
    font-size: calc(1.5em + 2.5vw);
    line-height: 0.9;
    
}

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) {
    h1, 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;
}

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-style: solid;
    border-width: 0.6em;
    border-image: url(../images/site/button-cta-blue.svg) 15% 8% stretch;
}

.btn-primary,
.button-cta {
    min-width: 6em;
}

[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;
}

body .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;
}

body .video-fullwidth {
    padding: 2em 0;
    text-align: center;
    position: relative;
    background-color: #f4f4f4
}

body .video-fullwidth .button-cta {
    position: absolute;
    right: 48%;
    bottom: -0.5rem;
    transform: translate(50%, 0);
    z-index: 1;
}

.video--hundredpercent h2 {
    max-width: 9em;
}

.video--hundredpercent .video-description {
    display: none;
}

.video--ingredients .video-description {
    padding: 1em;
}

@media (min-width:48em) {
    .icon--player {
        font-size: 1em;
    }

    .button-cta {
        min-width: 7em;
    }

    body .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--ingredients .content_wrapper {
        display: flex;
        align-items: center;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .video--ingredients .video-description {
        flex-grow: 1;
        flex-basis: 25%;
		min-width: 17em;
    }

    body .video-fullwidth .button-cta {
        transform: none;
        position: relative;
        right: 0;
        bottom: 0;
    }

}

.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,
.ytmobile:focus .icon--player {
    outline: medium solid #013056;
	outline-offset:0;
}

a:focus .button-cta,
a:active .button-cta,
.button-cta:focus,
.button-cta:active {
	outline-offset:0.5em;
}
#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: 45vw;
    min-height: 0;
}

.pagehero::after {
    content: '';
    height: 2.33vw;
    background: url(../images/site/nav-background-white.svg) center bottom / auto 6em no-repeat;
    position: absolute;
    left: -0.1%;
    display: block;
    width: 100.2%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -0.6vw;
    background-size: cover;
    box-shadow: inset 0em 0.4em #fff;
}

.hero--our-story:after {
    background-image: url(../images/site/nav-background-gray.svg);
    box-shadow: inset 0em 0.4em #f4f4f4;
}

.hero--contact:after {
    background-image: url(../images/site/nav-background-white.svg);
    box-shadow: inset 0em 0.4em #fff;
}

.hero--products::after {
    background: url(../images/site/nav-background-gray.svg) center bottom / auto 6em no-repeat;
    background-size: cover;
    box-shadow: inset 0em 0.4em #f4f4f4;
}

.hero--favorites::after {
    background: url(../images/site/nav-background-white.svg) center bottom / auto 6em no-repeat;
    background-size: cover;
    box-shadow: inset 0em 0.4em #fff;
}

.hero-slide > img,
.hero-slide > picture img,
.pagehero > section > img,
.pagehero > section > picture img {
    width: auto;
    border-bottom: 5px solid #FFF;
}

.pagehero .content_wrapper {}

.pagehero .content_wrapper::before {}

.pagehero .rich-text {
    z-index: 1;
    top: -.5em;
}

.pagehero h2,
.pagehero h1 {
    font-weight: 500;
    text-align: inherit;
    color: inherit;
    margin-top: .2em;
    font-size: 3em;
}

.hero--favorites h2,
.hero--favorites h1 {}

.pagehero h2 span,
.pagehero h1 span {
    display: inline-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-wwpd {
    height: 150vw;
    color: #fff;
}

.hero--home-spanish {
    height: 66vw;
    color: #fff;
}

.hero--home-wwpd .rich-text {
    width: 100%;
}

.hero--home-wwpd h1 {
    font-size: calc(1.0em + 2.5vw);
    line-height: 1.2;
    visibility: hidden;
}

.hero--home-wwpd h1 span {
    font-size: calc(1.6em + 2.5vw);
    white-space: normal;
    display: block;
    line-height: 1;

}

.hero--home-wwpd p {
    color: #fff;
}

.hero--home-wwpd::after {
    background-image: url(../images/site/nav-background-gray.svg);
    box-shadow: inset 0em 0.4em #f4f4f4;
}

.hero--wwpd::after {
    background-image: url(../images/site/nav-background-gray.svg);
    box-shadow: inset 0em 0.4em #f4f4f4;
}

.hero--home-wwpd .content_wrapper {
    height: 100%;
    width: 90%;
}

.hero--home-wwpd .rich-text {
    font-size: 4vw;

}

.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;
    background-color: #0966B4;
}

.hero--our-story .rich-text {
    max-width: 21em;
    padding: 40% 0 55%;
}

.hero--contact .rich-text {
    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 {
    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;
    -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 .info::after {
    background: url(../images/site/nav-background-white.svg) center bottom / 100% 4em no-repeat;
}

.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;
}

.our-story--wwpd p {
    text-align: center;
}

.hero--products {
    text-shadow: 0.05em 0.05em 0.33em rgba(0, 0, 0, 0.5);
}

.hero--our-story h2{
        font-size: 2em;
        text-transform: none;
        line-height: 1.1;
    }

@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,
    .hero--products {
        height: 25vw;
        text-shadow: 0.05em 0.05em 0.33em rgba(0, 0, 0, 0.5);
    }

    .hero--products .rich-text {
        padding-left: 0%;
        width: 50%;
        top: -1em;
    }

    .hero--default .rich-text {
        padding-left: 24%;
        width: 50%;
        top: -1em;
    }

    .hero--bites .rich-text,
    .hero--all .rich-text,
    .hero--favorites .rich-text {
        padding-left: 0%;
    }


    .pagehero.hero--home-wwpd {
        height: 50vw;
        max-height: 50em;
    }

    .hero--home-wwpd .rich-text {
        font-size: 1.7vw;

    }

    .hero--home-wwpd .rich-text img {
        width: 100%;
        display: inline-block;
        max-width: 26em;
    }

    .hero--home-wwpd .content_wrapper {
        padding: 0;
        width: 45vw;
    }

    .hero--our-story .rich-text {
        font-size: 1em;
        max-width: 45em;
        padding: 10% 0;
    }

    .hero--our-story .rich-text p {
        font-size: 1.25em;

    }
    .story {
        width: 30em;
        display: block;
        margin: 0 auto;
    }
    .prep-left{
        width: 70%;
        margin: 0 auto;
        text-align: left;
    }
    .heading-2 {
        font-size: 1.6em!important;
        font-family: 'Colby';
    }
    .hero--favorites .rich-text {}


    .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;
		max-height:36em;
		max-width:64em;
		margin:auto;
    }

    .spanish .products-featured .product-category {
        width: 33%;
        flex-basis: calc(33% - 1.33em);
        margin: 0.66em;
        max-width: 28em;
    }

    .home-aboutpoptart img {
        width: 100%;
    }

    .pagehero {
        height: 34vw;
        max-height: 30em;
    }

    .pagehero h2,
    .pagehero h1 {
        font-size: 4em;
    }
    
    .hero--our-story h2{
        font-size: 2em;
    }

    .hero--home-wwpd h1 {
        font-size: calc(1.0em + 1.5vw);
    }

    .hero--home-wwpd h1 span {
        font-size: calc(1.3em + 2.5vw);
    }

    .pagehero::after {
        height: 1.33vw;
        bottom: -0.2vw;
    }

    .pagehero > section > img,
    .pagehero > section > picture img {
        border-bottom: 5px solid #FFF;
    }

    .hero--our-story {
        height: auto;
        max-height: none;
    }

    .hero--our-story:after {
        background-image: url(../images/site/nav-background-gray.svg);
        box-shadow: inset 0em 0.4em #f4f4f4;
    }

    .pagehero.hero--our-story img {
        height: auto;
    }

    .our-story--wwpd .content_wrapper {
        flex-wrap: nowrap;
        align-items: center;
        display: flex;
    }

    .hero--contact:after {
        background-image: url(../images/site/nav-background-white.svg);
        box-shadow: inset 0em 0.4em #fff;
    }

}
@media (max-width: 48em) {
    .prep-left{
    width: 100%;
    margin: 0 auto;
    text-align: left;
    }
}

/* 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;
}
.heading-2 {
    font-size: 1.6em!important;
    font-family: 'Colby';
}

@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;

}

.promotions-featured .promotions-featured-column {
    display: block;
    position: relative;
    font-size: 1em;
    margin: 0;
}

.promotions-featured img {
    width: 100%;
}

.promotions-featured .promotions-description {
    position: absolute;
    top: 0;
    border-top: 1em solid transparent;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5% 2em 2em;
    text-align: center;
    color: #fff;
}

.promotions-featured .rich-text {
    height: 100%;
    box-sizing: border-box;
}

.promotions-featured {
    background-color: #f4f4f4;
}

.promotions-description p {
    /* width: 50%; */
    margin: 1em auto;
}

.promotion--readywhenyouare h2,
.promotion--whatspoppin h2 {
    color: #fff;
}

.promotions-featured a:focus {
	outline:none;
}

.promotions-featured .button-cta {
    color: #033966;
    background: #fff;
	font-size:1.33rem;
	line-height:0.9;
}

.promotions-featured .button-cta::before {
    border-image-source: url(../images/site/button-cta-white.svg);
}

.promotions-description > .button-cta:first-child {
	position:absolute;
	bottom:10%;
	left:50%;
	margin:0;
	transform:translate(-50%,-50%);
}


.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;
    }

    .promotions-featured {
		position:relative;
		z-index:4;
        background: #fff  url(../images/site/hero-promo-back.jpg) center left / 100% 100% no-repeat;
    }
}

@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,
.products-featured {
    background: #f4f4f4;
    text-align: center;
    padding: 2em 0;
    position: relative;
}

.brandedProductsLine::before,
.brandedProductsLine::after,
.products-featured::before,
.products-featured::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,
.products-featured section {
    margin: 2em 0;
}

.products-featured-row .product-primary-image {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
}

.page--ourfood .brandedProductsLine h2,
.page--ourfood .products-featured h2 {
    display: none;
    visibility: hidden;
}

.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;
	display:block;
}

.product-category > a {
    text-decoration: none;
    height: 100%;
    display: block;
}
.product-category:focus,
.product-category > a:focus {
	outline:none;
}
.spanish .product-category:focus,
.product-category > a:focus {
	outline:medium solid #000;
}

.product-category-description {
    padding: 0 1em 5em;
}

.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;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
	margin:0 0 0.5em;
}

.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,
    .products-featured {
        padding: 4em 0;
    }

    .products-featured-row {
        margin: 0 -0.66em;
        justify-content: center;
    }

    .products-featured .product-category {
        width: 50%;
        flex-basis: calc(50% - 4em);
        margin: 2em;
        max-width: 28em;
    }

    .product-category-description .button-cta {
        bottom: 1em;
    }
}

/* Product Line Lists */
.products-line {
    text-align: center;
    position: relative;
}

.productListBV h2 {
    visibility: hidden;
    display: none;
}

.page--ourfood .productListBV h2 {
    visibility: visible;
    display: block;
}

.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;
}
.products-line h2 {
	display: none;
}
.products-line.products-line--related h2 {
	display: inline-block;
}


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

.product-gif{
    display: flex;
    align-items:center ;
    justify-content: center;
}

.product-gif img{
    width:40%;
    max-width: 15em;
    padding: 0 5% 5%;
}
.product-instructions{
    text-align: center;
    margin: 2em auto;
}
.product-instructions a{
    display: inline-block;
    margin: 0 auto;
}

.product-instructions img{
    display: block;
    margin: 0 auto;
    border: 2px solid;
    width: calc(100% - 4px);
}

@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,
.recipe-slider-holder,
.product-detail-overview,
.recipe-detail-overview {
    margin-top: 2em;
}
.product-detail-overview,
.recipe-detail-overview {
	align-items:center; 
}

.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 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(50% - 1em);
    }

    .contact-preliminary-content p {
        text-align: left;
        min-height: 3.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 page */
.pagehero.hero--faq {
    position: relative;
    top: -2rem;
    padding-left: 0%;
}
.faq h3 {
    color: #033966;
}

.faq-wrapper {
    margin:0 auto 2em;
	max-width:64em;
}

.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;
	margin:0 -0.8rem;
	padding:1rem 0.8rem;
}

.faq-question label::before {
    line-height: 0.6em;
    font-weight: normal;
    content: '';
    width: 0;
    height: 0;
	right:1rem;
    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-question > label {
    font-family: "Colby";
}

.faq-answer > p {
    margin-top:0.2em;
}

.faq-question button {
    font-family: "Colby";
    color: #0966B4;
}


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

.sweepstakes-content {
    color: #033966;
}
.sweepstakes-content a {
    overflow-wrap: break-word;
}

.sitemapV2 {
	margin:1em;
}
.sitemapV2:first-child {
    margin-top: 2em;
}
.sitemapV2:last-child {
    margin-bottom: 4em;
}

.sitemaphead {
    text-align: center; 
    color: rgb(9,102,181); 
    font-size: 3.0em;
    margin-top: 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; text-align:center; background:#fff; align-self:stretch; }
.promotions-featured .promo-new-kfr-inner { position:relative; height:100%; padding:5% 0; }
.promotions-featured .promo-new-kfr-inner::before { content:''; display:inline-block; height:100%; min-height:24em; 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 */
.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-product-details > h2.ps-product-name {
    text-align: left;
}

.ps-lightbox .ps-online-tab-label > h2, .ps-lightbox .ps-local-tab-label > h2 { 
    text-align: left;
}
.ps-lightbox {
	height: 88%;
}