@charset "utf-8";

/* ----------------------------------------------- */
/* CSS Template - Brand Sites - Bicks              */
/* ----------------------------------------------- */

/* -------------------------------- */
/* Imported Fonts - Google fonts    */
/* -------------------------------- */

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=PT+Serif');
@import url('https://fonts.googleapis.com/css?family=Trocchi');*/
@import url('https://fonts.googleapis.com/css?family=Roboto|Trocchi');

/*------------------------*/
/*  Structural - Styles   */
/*------------------------*/
/*.grid ul{
	display:block !important;
	visibility:visible !important;
	border:1px solid red !important;
	height:100% !important;
}*/

.noth1 { display:block; font-size:2em; margin-block-start:0.67em; margin-block-end:0.67em; margin-inline-start:0px; margin-inline-end:0px; font-weight:bold; }
.noth2 { display:block; font-size:1.5em; margin-block-start:0.83em; margin-block-end:0.83em; margin-inline-start:0px; margin-inline-end:0px; font-weight:bold; }
.noth3 { display:block; font-size:1.17em; margin-block-start:1em; margin-block-end:1em; margin-inline-start:0px; margin-inline-end:0px; font-weight:bold; }

html { font-size: 16px; }

body {
	width: 100%;
	min-width: 280px;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

body {
	font-family: 'Roboto', sans-serif;  /* Brand Font */
	font-weight: normal;
	line-height: normal;
	font-size: 1rem;
	background-color: #ffffff;
	color: #4a4a4a;
	background: transparent url(../images/brand/diagonal-noise.png) center left repeat;
}

body.noscroll { overflow: hidden; }

body.noscroll #form1 {
	height: 100.06vh;
	overflow: hidden;
	overflow-y: auto;
}

.text-page { background: #ffffff; }

/*--------------------------*/
/*  BRAND - Font settings   */
/*--------------------------*/

h1, h2, h3, h4, h5, h6,
.noth1, .noth2, .noth3, .noth4, .noth5, .noth6 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'Trocchi', serif; /* Brand Font */
	text-align: left;
	font-weight: normal;
	width: auto;
	color: #4a4a4a;
}

h1::after, h2::after, h3::after, h4::after, h5::after, h6::after,
.noth1::after, .noth2::after, .noth3::after, .noth4::after, .noth5::after, .noth6::after {
	content: '';
	display: block;
	clear: both;
}

h1, .noth1 {
	float: left;
	font-size: 2.8125rem;
	line-height: 3rem;
	letter-spacing: normal;
	margin: 1rem 0;
	width: 100%;
	clear: both;
	display: block;
}

h1.search-title, .noth1.search-title {
	max-width: 80%;
}
h2, .noth2 {
	font-size: 1.25rem;
	line-height: 1.1875rem;
	letter-spacing: 0.01px;
	margin: 1.5rem 0 0.75rem 0;
}

#page-about h2,
#page-about .noth2 { margin: 1.5rem 0 0.75rem 0; }

.hero-slider h2,
.hero-slider .noth2 {
	font-size: 2.125rem;
	line-height: 2.625rem;
	letter-spacing: normal;
	margin: 0 0 0 0;
}

h3, .noth3 {
	font-size: 0.875rem;
	line-height: 1rem;
	letter-spacing: 0.45px;
}

.tabbed-container .tips .box-content h3,
.tabbed-container .tips .box-content .noth3 {
	font-size: 1.25rem;
	line-height: 1.1875rem;
	letter-spacing: 0.01px;
	text-align: left;
	float: none;
	width: auto;
	display: table;
	margin: 0 auto;
}

.tabbed-container .tips h3 span.tip-title,
.tabbed-container .tips .noth3 span.tip-title {
	font-size: 0.875rem;
	letter-spacing: 0.45px;
	font-family: 'Roboto', sans-serif;  /* Brand Font */
	font-weight: bold;
	height: 2rem;
	float: left;
	line-height: 2rem;
}

h4, .noth4 {
	font-size: 0.875rem;
	line-height: 1rem;
	letter-spacing: 0.45px;
}

h5, .noth5 {
	font-size: 0.875rem;
	line-height: 1rem;
	letter-spacing: 0.45px;
}

h5, .noth5 {
	font-size: 0.6875rem;
	line-height: 1rem;
	letter-spacing: 0.45px;
}

h3.item-title,
.noth3.item-title {
	font-size: 1rem;
	line-height: 1.1875rem;
	letter-spacing: 0.01px;
	margin: 0rem 0 0 0;
	float: left;
}

.mobile h1, .mobile .noth1 {
	font-size: 1.625rem;
	line-height: 1.625rem;
	letter-spacing: -0.63px;
	margin: 1.25rem 0;
}

sup, sub {
	font-size: 50%;
	line-height: 0;
}

a, a:visited {
	text-decoration: none;
	border: 0;
	outline: none;
}

a:hover, a:focus, a:active { text-decoration: underline; }

a, a:hover, a:focus, a:active, a:visited, a.ProductLink { color: #136E43; text-decoration: underline;  /* Brand color - Dark Green */ }

.share-ol-trigger a { color: #136E43;   /* Brand color - Dark Green */ }

a.tab-name-link {
	font-family: 'Trocchi', serif; /* Brand Font */
	color: #4a4a4a;
}

p, li, a, .faux-body-copy {
	font-family: 'Roboto', sans-serif;  /* Brand Font */
	font-style: normal;
	font-stretch: normal;
	font-weight: normal;
	font-size: 0.875rem;
	text-align: left;
	color: #4a4a4a;
	margin-top: 0;
}

p {
	width: 100%;
	display: block;
	position: relative;
	clear: both;
}

img {
	max-width: 100%;
	float: left;
	width: auto; /* for ie 8 */
	width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	position: relative;
}

.moreitems-slider::after {
	content: '';
	clear: both;
	display: block;
	position: relative;
}

/* accessibility guidelines require H1 on every page. Creating CSS style to allow for a hidden h1 on pages without titles 1.22.19 */
h1.title-hidden, .noth1.title-hidden {
	position: absolute;
	z-index: -1;
	right: 200%;
	bottom: 200%;
}

/*---------------------------------*/
/*  Page Bread Crumb - Styles      */
/*---------------------------------*/

.page-breadcrumbs {
	width: 100%;
	display: block;
	position: relative;
}

.page-breadcrumbs::after {
	content: '';
	clear: both;
	display: block;
	position: relative;
}

.page-breadcrumbs ul {
	width: 100%;
	display: block;
	position: relative;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	white-space: nowrap;
}

.page-breadcrumbs ul li {
	float: left;
	width: auto;
	text-transform: uppercase;
}

.page-breadcrumbs ul li::before {
	content: '/';
	margin: 0 10px;
}

.page-breadcrumbs ul li:first-child::before {
	content: ' ';
	margin: 0;
}

.page-breadcrumbs ul li a { text-transform: uppercase; }

.page-breadcrumbs .breadcrumbs {
	float: left;
	width: auto;
	/*max-width: 80%;*/
	max-width: 100%;
}

.page-breadcrumbs .share-items {
	position: absolute;
	right: 0;
	display: block;
	top: 0;
	width: auto;
}

.page-breadcrumbs .share-items li::before {
	content: '|';
	margin: 0 5px;
}

/*---------------------------------*/
/*  Interface Buttons - Styles     */
/*---------------------------------*/

.box-container {
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: .25rem 1rem;
	border: 0px;
}

.link-nav a { line-height: 2.1875rem; }

/*---------------------------------*/
/*  Interface Header - Styles      */
/*---------------------------------*/

header, .header-section {
	width: 100%;
	clear: both;
	position: relative;
	float: left;
	display: block;
}

header { background: rgba(0,0,0,1); }

header { background-color: #ffffff; }

.header-section {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	z-index: 200;
}

/*---------------------------------*/
/*  Interface Footer - Styles      */
/*---------------------------------*/

.notfooter { background-color: #efefef; }

.footer-section { width: 100%; }

.footer-nav {
	position: relative;
	padding: 2rem 0 2rem 0;
	background-color: #F7F6F6;
}

.footer-nav ul {
	list-style: none;
	text-align: left;
	padding-left: 0;
	margin: 0 0 0 0;
	float: left;
}

.mobile .footer-nav ul {
	margin: 0 0 0 0;
	float: none;
	text-align: center;
}

.footer-nav ul.menu-footer-social {
	margin-bottom: 0;
	padding: 0;
	position: absolute;
	right: 2rem;
	top: 50%;
	margin-top: -1rem;
}

.footer-nav ul li { display: inline-block; }

.footer-nav ul li::after {
	content: '|';
	display: inline-block;
	margin: 0 10px;
}

.footer-nav ul li:last-child::after {
	content: ' ';
	display: inline-block;
	margin: 0 0px;
}

.footer-nav ul li a {
	color: #4a4a4a;
	font-size: 0.8125rem;
	letter-spacing: 0.45px;
	text-decoration: underline;
}

.footer-nav ul.no-seperator li::after {
	content: ' ';
	display: inline-block;
	margin: 0 5px;
}

.legal-section {
	padding: 0rem 0;
	position: relative;
	height: 82px;
	background-color: #136E43;   /* Brand color - Dark Green */
	display: flex;
}

.legal-section .copyright {
	display: flex;
}

.legal-section .copyright img {
	display: inline !important;
}

.legal-section .copyright-container {
	width: 500px !important;
}

.legal-section .copyright-line {
	padding-top: 20px;
}

.legal-section p {
	color: #ffffff;
	font-size: 0.75rem;
	letter-spacing: 0.6px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	width: auto;
	clear: none;
}

.legal-section a {
	color: #ffffff;
}

.mobile .legal-section p {
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: 50%;
	top: 1.75rem;
}

.legal-section::after, .footer-nav::after, header::after, footer::after, .notfooter::after, .padded-content::after, .page-content-margins::after {
	content: '';
	display: block;
	clear: both;
	position: relative;
}

/*-----------------------------------------*/
/*  Interface Global Element - Styles      */
/*-----------------------------------------*/
.hamburger-menu {
	margin: 2.3125rem 3.4375rem 2.3125rem 2.625rem;
	float: left;
	display: inline-block;
	/*position: relative;*/
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 15px;
	z-index: 100;
}

.brand-logo {
	float: none;
	display: block;
	position: relative;
	max-width: 151px;
	height: 100%;
	max-height: 77px;
	margin: .5rem auto .75rem 7.9375rem; /* Brand customization - Logo size and placement */
	z-index: 105;
}

.brand-logo a {
	float: left;
	display: block;
	height: 100%;
	width: auto;
}

.brand-logo img { /*max-width: 100%;
	float: left;
	height: 100%;
	width: auto;*/
	height: auto;
	width: auto;
}

.page-top-arrow {
	display: block;
	float: left;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 65px;
	height: 30px;
	z-index: 200;
}

.page-top-arrow .background-fill {
	background: transparent url(../images/icons/bkgd_arrow_up.png) top left no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
}

.icon-tips {
	background: transparent url(../images/icons/icon_tips.png) center left no-repeat;
	background-size: 14px 20px;
	width: 14px;
	height: 2rem;
	position: relative;
	display: inline-block;
	margin-right: 1rem;
	line-height: 2rem;
	float: left;
}

/*---------------------------------*/
/*  Interface Layout - Styles      */
/*---------------------------------*/

#top-nav {
	width: 100%;
	height: 35px;
	background: #136E43;   /* Brand color - Dark Green */
	;
	color: #ffffff;
}

.top-nav a { color: #ffffff; }

.top-nav a:hover { color: #ffffff; }

#main-nav {
	width: 100%;
	height: 90px;
	position: relative;
	display: block;
	float: left;
}

.main-section {
	background-color: #ffffff;
	border: 1px solid #dedede;
	min-height: 100px;/* placeholder */
	width: 100%;
	height: auto;
	max-width: 1024px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.sidemenu-open .main-section {
	height: 100vh;
	overflow: hidden;
}

/*-------------------------------------*/
/*  Interface Side Panel - Styles      */
/*-------------------------------------*/

.side-menu {
	left: -1030px;
	top: 0px;
	position: absolute;
	height: 100%;
	background: white;
	width: 41.015625%;
	-webkit-transition: left 1s; /* Safari */
	transition: left 1s;
}

.sidemenu-open .side-menu {
	left: -0px;
	-webkit-transition: left 1s; /* Safari */
	transition: left 1s;
	z-index: 300;
}

.side-menu a.btn-close {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	text-decoration: none;
}

.side-panel ul {
	clear: both;
	text-align: center;
	list-style: none;
	margin: 2rem 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	float: left;
	width: 80%;
	max-width: 100%;
}

.side-panel ul.menu-side-social {
	padding: 2.25rem 0;
	border-top: 1px solid rgba(151, 151, 151, 1.0);
	margin: 0;
}

.menu-mainpages-lg li {
	line-height: 1;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.menu-mainpages-lg a {
	font-family: 'Trocchi', serif; /* Brand Font */
	display: block;
	width: auto;
	margin: 0 0 0 0;
	padding: .75rem 1rem .75rem 2.65rem;
	background: none;
	color: #4a4a4a;
	line-height: normal;
	font-size: 2.25rem;
	letter-spacing: -0.88px;
}

.menu-mainpages-lg a:focus, .menu-mainpages-lg a.active, .menu-mainpages-lg a:hover, .menu-mainpages-lg a.current {
	background-color: #136E43;   /* Brand color - Dark Green */
	;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

.menu-mainpages-sm li {
	line-height: 1;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.menu-mainpages-sm a {
	display: block;
	margin: 0 0 0 0;
	width: auto;
	background: none;
	font-size: 1.125rem;
	letter-spacing: 0.22px;
	color: #4a4a4a;
	padding: 1.25rem 1rem 1.25rem 2.65rem;
}

.menu-mainpages-lg a:hover::after {
	content: url(../images/icons/menu-arrow-lg.png);
	float: right;
	height: 80%;
}

.menu-mainpages-sm a:hover::after {
	content: url(../images/icons/menu-arrow-sm.png);
	float: right;
	height: 30px;
}

.menu-mainpages-sm a:focus, .menu-mainpages-sm a.active, .menu-mainpages-sm a:hover, .menu-mainpages-sm a.current {
	background-color: rgba(0, 102, 175, 0.07);
	text-decoration: none;
}

.side-panel ul.menu-mainpages-lg, .side-panel ul.menu-mainpages-sm, .side-panel ul.menu-side-social {
	clear: both;
	text-align: center;
	list-style: none;
	position: relative;
	float: left;
	width: 100%;
	max-width: 100%;
}

.menu-side-social li {
	margin: 0 0 0 0;
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	float: left;
}

.menu-side-social li:first-child { margin-left: 2.65rem; }

.menu-side-social li:last-child { margin-right: 2.65rem; }

.menu-side-social a {
	display: block;
	margin: 0 .8125rem 0 0;
}

.menu-side-social a img {
	width: 35px;
	height: 36px;
}

.menu-side-social a .facebook-icon {
	background: transparent url(../images/icons/icon_fb.png) no-repeat center top;
	background-size: 34.97px 35.12px;
}

.menu-side-social a:focus .facebook-icon, .menu-side-social a.active .facebook-icon, .menu-side-social a:hover .facebook-icon {
	background: transparent url(../images/icons/icon_fb_on.png) no-repeat center top;
	background-size: 34.97px 35.12px;
}

.menu-side-social a .pinterest-icon {
	background: transparent url(../images/icons/icon_pinterest.png) no-repeat center top;
	background-size: 34.97px 35.12px;
}

.menu-side-social a:focus .pinterest-icon, .menu-side-social a.active .pinterest-icon, .menu-side-social a:hover .pinterest-icon {
	background: transparent url(../images/icons/icon_pinterest_on.png) no-repeat center top;
	background-size: 34.97px 35.12px;
}

.blackout-bkgd, .blackout-side-bkgd {
	background-color: black;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .3;
	display: none;
	-webkit-transition: display 1s; /* Safari */
	transition: display 1s;
}

.sidemenu-open .blackout-side-bkgd {
	display: block;
	-webkit-transition: display 1s; /* Safari */
	transition: display 1s;
	z-index: 299;
}

/*-------------------------------------*/
/*  Interface Positioning - Styles      */
/*-------------------------------------*/

.float-right {
	float: right;
	margin-right: 20px;
}

.centered-div {
	display: block;
	margin: 0;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}

.centered-div::after {
	content: ' ';
	display: block;
	clear: both;
	position: relative;
}

.centered-div-wrapper {
	width: auto;
	height: auto;
	margin: 0 auto;
	float: left;
}

.full-width-bleed {
	padding-left: 0;
	padding-right: 0;
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.page-top-padding.full-width-bleed { margin-top: 0; }

/*---------------------------------*/
/*  Interface Layout - Styles      */
/*---------------------------------*/

.content-section {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	clear: both;
}

.content-section::after {
	content: '';
	display: table;
	clear: both;
	position: relative;
}

/*-------------------------------------------*/
/*  Interface SLIDERS -  General Styles      */
/*-------------------------------------------*/

.item-slider {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	float: left;
	margin: 1rem 0 0 0;
	padding: 0 0 1rem 0;
	position: relative;
	height: auto;
}

.item-slider::after {
	content: '';
	display: table;
	clear: both;
	position: relative;
}

.item-slider .slider-content {
	border: 0px solid #cccccc;
	background-color: #ffffff;
	min-height: 100px;
	width: 100%;
	/*height: 100%;*/
	height: auto;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: -2rem;
}

.slider-content::after {
	content: ' ';
	display: block;
	clear: both;
	position: relative;
}

.item-slider ul {
	width: 100%;
	/*height: 100%;*/
	height: auto;
	position: relative;
	display: block;
	/*margin: 0 -2rem 0 0;*/
	margin: 0 0 0 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 0rem;/*padding-bottom: 2rem;*/
}

.moreitems-slider ul { padding-bottom: 2rem; }

.item-slider li {
	position: relative;
	display: inline-block;
	display: table-cell;
	width: 100%;
	margin: 0 0 0 0;
	padding-left: 0;
	padding-right: 32px;
	vertical-align: top;
	text-align: left;
	white-space: normal;/*margin-left: 0px;	margin-right: -3px;
	padding-left: 0px;
	border: 0;
	outline: 0;*/
}

.item-slider.category-grid { overflow: visible; }

.item-slider.category-grid ul { margin: 0 -60px 0 0; }

.item-slider.category-grid li {
	display: inline-block;
	float: left;
}

.activeItem { /*background:red;*/ }

.item-slider li::after {
	content: '';
	display: inline-block;
}

.item-slider ul li:last-child {
	padding-right: 0;
	margin-right: 0;/**/
}

.item-slider ul li:first-child { /*padding-left: 0;
	margin-left: 0;*/ }

/*-------------------------------------------*/
/*  Interface SLIDERS -  Grid Styles         */
/*-------------------------------------------*/

.item-grid {
	overflow: visible;
	display: block;
	float: left;
	margin: 1em 0;
	padding: 0 0em;
	position: relative;
}

.item-grid.item-slider .slider-content {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border: 0px solid #cccccc;
	background-color: #ffffff;
}

.item-slider ul.grid-display .item-bottom { /*margin-bottom: 5rem;
	float: left;*/ }

.item-slider ul.grid-display {
	white-space: normal;
	margin-bottom: inherit;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	position: initial;
}

.item-slider ul.grid-display li {
	display: inline-block;
	white-space: normal;
	text-align: left;
	vertical-align: top;
	padding-bottom: 0;
	float: left;
	padding-right: 0rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;/*min-width: 22% !important;*/
}

.item-grid.page-padding-default { /*padding-right: 0.65rem;*/ }

/*-------------------------------------------*/
/*  Interface SLIDERS -  Strip Styles        */
/*-------------------------------------------*/

.strip-scroller-recipes {
	padding: 0 1.5rem;
	float: left;
	width: 100%;
	height: 3.5rem;
	overflow: visible;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border-radius: 11px 11px 11px 11px;
	background-color: #F7F6F6;/**/
}

.strip-scroller-recipes { min-height: auto; }

.strip-scroller-recipes .slider-content {
	/*background-color: transparent;*/
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border-radius: 11px 11px 11px 11px;
	background-color: #F7F6F6;
}

.strip-scroller-recipes .slider-content {
	margin-bottom: -3.5rem;
	float: left;
	height: 3.5rem;
	min-height: 3.5rem;
}

.strip-scroller-recipes ul {
	padding: 0 0.5rem 2.5rem 0.5rem;
	margin-bottom: 0rem;
	width: auto;
	height: auto;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	white-space: nowrap;
	list-style-type: none;
	overflow: hidden;
	overflow-x: auto;
}

.strip-scroller-recipes ul li {
	display: inline-block;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	position: relative;
	border-right: 0px solid black;
	padding: 0 1rem 0 1rem;
	margin: .75rem 0 0 0;
	max-height: none;
	height: auto;
	width: 49%;/*max-width: none !important;
	min-width: auto !important;*/
}

.strip-scroller-recipes ul li:first-child { /*margin-left: 1rem; */ }

.strip-scroller-recipes ul li:last-child {
	border-right: 0px solid #F7F6F6;
	/*margin-right: 1rem;*/
	padding-right: 1rem;
}

.strip-scroller-recipes .slider-controller.slider-left-arrow {
	top: 50%;
	/*margin-top: -35px;*/
	margin-top: 0px;
	height: 100%;
	float: left;
	left: -12px;
	opacity: 0.25;
}

.strip-scroller-recipes .slider-controller.slider-right-arrow {
	top: 50%;
	/*margin-top: -35px;*/
	margin-top: 0px;
	height: 100%;
	float: left;
	right: -12px;
	opacity: 0.25;
}

/*-------------------------------------------*/
/*  Interface SLIDERS -  Hero Styles         */
/*-------------------------------------------*/
.hero-slider.full-width-bleed { margin: 0; }

.hero-slide-viewer .item-top {
	position: relative;
	overflow: hidden;
	float: right;
	float: left;
	min-width: 300px;
}

.hero-slide-viewer ul { margin-left: 0; }

.hero-slide-viewer li { padding: 0 0px; }

.hero-slide-viewer .item-bottom {
	position: absolute;
	height: auto;
	top: 20.13129102844640%;
	/*left: 12.01171875000000%;*/
	left: -7.01171875000000%;
	/*width: 34.35156250000000%;*/
	width: 28.35156250000000%;
}

#productCatSlider .hero-slide-viewer .item-bottom {
	left: 12.01171875000000%;
	width: 34.35156250000000%;
}

.fr .hero-slide-viewer .item-bottom {
	position: absolute;
	height: auto;
	top: 20.13129102844640%;
	/*left: 12.01171875000000%;*/
	left: -2.01171875000000%;
	/*width: 34.35156250000000%;*/
	width: 28.35156250000000%;
}
.hero-slide-viewer .item-bottom { top: 31.13129102844640%; }

.hero-slide-viewer .item-bottom.has-badge {
	min-height: 333.859px;
	width: 26.7578125%;
	top: 24.561403508771929824561403508772%;
	min-width: 80px;
}
.hero-badge img {
	max-width: 274px;
}
.fr .hero-slide-viewer .item-bottom { top: 20.13129102844640%; }

.hero-slide-viewer .item-bottom.higher { /*position: absolute;
	height: auto;
	top: 20.13129102844640%;
	left: 12.01171875000000%;
	width: 29.296875%;
	max-width: 300px;*/ }

.hero-slide-viewer .item-bottom .item-cta {
	float: left;
	margin-top: 1rem;
}

.hero-slide-viewer .item-bottom .item-cta.centered-in-section {
	float: left;
	/* margin: 0.8rem auto; */
	text-align: center;
	width: 100%;
	margin-top: 1.5rem;
	margin-left: -1.9rem;
}
.fr .hero-slide-viewer .item-bottom .item-cta.centered-in-section {
	float: left;
	/* margin: 0.8rem auto; */
	text-align: center;
	width: 100%;
	margin-top: 2.5rem;
	margin-left: -2.0rem;
}
.hero-slide-viewer h2,
.hero-slide-viewer .noth2 {
	width: auto;
	padding: 0;
	margin: 0;
	line-height: 2.625rem;
	text-align: left;
}

.hero-slide-viewer ul.standard-background {
	background: transparent url(../images/hero/hero_bg.jpg) no-repeat top left;
	background-size: 100% auto;
	margin-bottom: -3rem;
	padding-bottom: 3rem;
}

.hero-slide-viewer p {
	font-size: 0.75rem;
	letter-spacing: 0.45px;
	line-height: 1rem;
}

/*-------------------------------------------*/
/*  Interface SLIDERS -  Other Styles        */
/*-------------------------------------------*/

.stacked-slider li {
	/*float: left;*/
	width: initial;
	max-width: 272px;
}

.category-slider .item-bottom { width: 100%; }

.faux-slider .slider-items {
	width: auto;
	margin: 0 auto;
	position: relative;
	height: auto;
	text-align: center;
}

/*-------------------------------------------*/
/*  Interface SLIDERS -  Content Styles         */
/*-------------------------------------------*/

.greybackground img { background-color: #F7F6F6; }

.item-title {
	padding: .5rem 0 0.5rem 0;
	width: 100%;
	min-height: 3rem;
}

.item-top {
	width: 100%;
	height: auto;
	float: left;
}

.item-top img {
	max-width: 100%;
	max-height: 100%;
	padding: 0;
	box-sizing: border-box;
}

.category-slider .item-top.greybackground img {
	max-width: 100%;
	max-height: 100%;
	padding: 0.625rem 1rem;
	box-sizing: border-box;
}

.item-bottom {
	width: 82%;
	margin: 0rem;
	display: block;
	clear: both;
	position: relative;
	height: auto;
}

.item-bottom::after {
	content: '\00a0';
	display: table;
	position: relative;
	clear: both;
}

.item-bottom p {
	margin: 0 0 0 0;
	display: block;
	width: 100%;
	float: left;
}

.item-left {
	width: 46.48760330578510%;
	height: auto;
	min-width: 280px;
	float: left;
	display: inline-block;
	max-width: 450px;
}

.item-left img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	height: auto;
}

.item-left img.hasbackground {
	background-size: auto 100%;
	background-position: top center;
	background-repeat: no-repeat;
	max-height: 390px;
}

.item-right {
	width: 48.92975206611570%;
	height: auto;
	min-width: 280px;
	float: left;
	display: inline-block;
	max-width: 493px;
	margin-left: 2.58264462809917%;
}

.half-width {
	max-width: 41.48760330578510%;
	min-width: 41.48760330578510%;
	height: auto;
	float: left;
	display: inline-block;
}

.tabbed-container .tab-content { display: block;/* padding: .5rem 0rem 0rem 0; */ }

.tabbed-container .tab-content.half-width.nopadding-left { padding-left: 3%; }

.mobile .half-width {
	max-width: 96%;
	height: auto;
	min-width: 280px;
	display: block;
	width: auto;
}

.bottom-locked-content {
	position: absolute;
	bottom: 0;
}

.bottom-locked-content::after {
	display: block;
	position: relative;
	clear: both;
	content: ' ';
}

/*-------------------------------------------------------*/
/*  Interface SLIDERS -  Controller Styles - Pagination  */
/*-------------------------------------------------------*/

.pagination {
	display: block;
	width: auto;
	clear: both;
	float: left;
	position: relative;
	background: #ffffff;
	margin: 2.365rem 0 0 0;
}

.pagination::after {
	content: ' ';
	display: block;
	clear: both;
	position: relative;
}

.pagination .page-ind {
	text-align: center;
	position: relative;
	background: url('../images/icons/page-indicator-off.png') center center no-repeat;
	width: 12px; /* brand Customization - indicator graphic */
	height: 12px; /* brand Customization - indicator graphic */
	display: none;
}

.pagination .page-ind.active { background: url('../images/icons/page-indicator-on.png') center center no-repeat; }

.pagination .page-ind.turnon { display: inline-block; }

.pagination .page-ind.turnoff { display: none; }

.hide-controls .pagination { display: none; }

/*-------------------------------------------------------*/
/*  Interface SLIDERS -  Controller Styles - Navigation  */
/*-------------------------------------------------------*/

.slider-controller {
	position: absolute;
	top: 72px;
	height: 72px;
	opacity: .25;
}

.slider-controller:hover { opacity: 1; }

.slider-controller.slider-left-arrow {
	float: left;
	left: -0.5em;
}

.slider-controller.slider-right-arrow {
	float: left;
	right: -0.5em;
}

.slider-controller a.scroll-prev { background: transparent url(../images/icons/bkgd_arrow_left.png) top left no-repeat; }

.slider-controller a.scroll-next { background: transparent url(../images/icons/bkgd_arrow_right.png) top left no-repeat; }

.slider-controller a.scroll-prev, .slider-controller a.scroll-next {
	width: 52px;
	background-size: cover;
	height: 100%;
}

.slider-controller a.scroll-prev {
	float: left;
	left: 0;
}

.slider-controller a.scroll-next {
	float: right;
	right: 0;
}

.slider-controller a.scroll-prev span { background: transparent url(../images/icons/icon_arrow_left.png) center no-repeat; }

.slider-controller a.scroll-next span { background: transparent url(../images/icons/icon_arrow_right.png) center no-repeat; }

.slider-controller a span {
	width: 100%;
	height: 100%;
	float: left;
}

.item-grid .slider-controller { display: none; }

.hide-controls .slider-controller { display: none; }

.slider-controller a.disabled-control, .slider-controller a.disabled-control:hover {
	opacity: 0;
	cursor: default;
}

/*-------------------------------------------------------*/
/*  Interface SORT -  Controller Styles - Sort           */
/*-------------------------------------------------------*/

.recipe-sort-controller, .product-sort-controller {
	float: left;
	width: auto;
	display: block;
	position: absolute;
	right: 2.625rem;
	top: -3.5rem;
}

.product-sort-controller { display: none; }

/*-------------------------------------------------------*/
/*  Interface Buttons -  Button Styles - CTA             */
/*-------------------------------------------------------*/

.btn-recipe, .btn-product {
	position: relative;
	padding: 0;
	margin: 0rem 0 1rem 0;
	/*bottom: 1.5rem;*/
	line-height: 0;
	display: block;
	/*float: left;*/
	clear: both;
	width: 100%;
}

.btn-recipe a::after {
	content: ' ';
	display: inline-block;
	clear: both;
}

.btn-recipe a.link::after, .btn-product a.link::after {
	content: '>';
	margin-left: 5px;
	color: #CC2239;   /* Brand color - Dark Red */
	;
	text-decoration: none;
}

a.btn_buynow {
	float: left;
	padding: .35rem 1rem;
	/* effect */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

a.cta {
	font-size: 0.8125rem;
	letter-spacing: 0.45px;
	line-height: 1rem;
	text-decoration: none;
	border: 1px solid #CC2239;   /* Brand color - Dark Red */
	;
	color: #ffffff;
	background: #000;   /* Brand color - Dark Red */
	;
	/* effect */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px /* Brand customization - Rounded: 20px 20px 20px 20px Square 0px 0px 0px 0px */;
}

a:hover.cta {
	color: #CC2239;   /* Brand color - Dark Red */
	
	background: #fff;
		/*rgba(0, 102, 175,0);*/
	/* effect */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

a.ghosted {
	font-size: 0.7625rem;
	letter-spacing: 0.45px;
	line-height: 1rem;
	text-decoration: none;
	border: 1px solid #CC2239;   /* Brand color - Dark Red */
	;
	color: #CC2239;   /* Brand color - Dark Red */
	;
	background: rgba(0, 102, 175,0);
	/* effect */
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

a:hover.ghosted {
	color: #ffffff;
	background: #CC2239;   /* Brand color - Dark Red */
	;
	/* effect */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

a.link {
	background: none;
	color: #136E43;   /* Brand color - Dark Green */
	;
	border: none;
	padding: 0;
	text-decoration: none;
}

a:hover.link { text-decoration: underline; }

a.link::after {
	content: '>';
	margin-left: 5px;
	color: #136E43;   /* Brand color - Dark Green */
	;
	text-decoration: none;
	display: inline-block;
}

.btn-goto a.cta.link::after {
	content: '>';
	margin-left: 5px;
	color: #136E43;   /* Brand color - Dark Green */
	;
	text-decoration: none;
	display: inline-block;
}

.btn-goto a.cta.link:hover, .btn-goto a.cta.link:focus { text-decoration: underline; }

.btn-goto a.cta.link:hover::after, .btn-goto a.cta.link:focus::after { text-decoration: none; }

/*-------------------------------------------------------*/
/*  Interface Buttons -  Button Styles - Ratings         */
/*-------------------------------------------------------*/

.item-review {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.item-review .item-rate {
	float: left;
	display: inline-block;
}

.item-review .item-rate-stars {
	margin-left: 1rem;
	float: left;
	display: inline-block;
}

/* ------------------------------------ */
/* Interface Page - Layout styles    */
/* ------------------------------------ */

.split-content { width: 100%; }

.split-content .column-left {
	width: 45%;
	float: left;
}

.split-content .column-right {
	width: 45%;
	padding: 1em 5%;
	float: left;
}

.split-content .one-third {
	width: 33%;
	float: left;
}

.split-content .two-thirds {
	width: 60%;
	padding: 0 0 0 0;
	float: right;
	margin: 0;
}

.fiftyfifty-split {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	position: relative;
	height: auto;
}

.fiftyfifty-split .promo-content {
	float: left;
	position: relative;
	width: 100%;
}

.fiftyfifty-split .split-columns {
	overflow: hidden;
	display: block;
	float: left;
	margin: 1em 0;
	padding: 0 0;
	position: relative;
	width: 100%;
}

.fiftyfifty-split .promo-item {
	display: inline-block;
	position: relative;
	margin: 0 0 0 0;
	min-width: 43.94531250000000%;
	width: 43.94531250000000%;
	max-width: 50%;
}

.fiftyfifty-split .promo-item:first-child {
	margin: 2rem auto 0 2rem;
	float: left;
	position: relative;
	clear: none;
	display: inline-block;
}

.fiftyfifty-split .promo-item:last-child {
	margin: 2rem 2rem 0 auto;
	float: right;
	position: relative;
	clear: none;
	display: inline-block;
}

/* ---------------------------------------- */
/* Shared Recipe Detail - Layout styles    */
/* ---------------------------------------- */

.recipe-hero-section {
	float: left;
	width: 100%;
	clear: both;
	display: block;
	position: relative;
	height: auto;
}

.recipe-hero-section .item-left {
	width: 49%;
	height: auto;
	min-width: 200px;
	float: left;
	display: inline-block;
}

.recipe-hero-section .item-right {
	float: right;
	display: inline-block;
	width: auto;
	margin: 0 auto 0 2.58264462809917%;
	position: relative;
	min-width: auto;
	max-width: 47%;
	margin-bottom: 0;
	clear: none;
	height: auto;
}

.recipe-hero-section .item-right::after {
	content: ' ';
	clear: both;
	position: relative;
	display: block;
}

.recipe-hero-section h2,
.recipe-hero-section .noth2 {
	margin: 0 0 0 0;
	font-size: 2.8125rem;
	font-weight: normal;
	line-height: 2.625rem;
	line-height: 3rem;
	letter-spacing: 0.61px;
	text-align: left;
}

/* ---------------------------------------- */
/* Shared Product Detail - Layout styles    */
/* ---------------------------------------- */

.product-hero-section {
	float: left;
	width: 100%;
	clear: both;
	display: block;
	position: relative;
	height: auto;
}

.product-hero-section .item-left {
	width: 49%;
	height: auto;
	min-width: 200px;
	float: left;
	display: inline-block;
}

.product-hero-section .item-right {
	float: none;
	display: inline-block;
	width: auto;
	margin: 0 auto 0 2.58264462809917%;
	position: relative;
	min-width: auto;
	max-width: 47%;
	margin-bottom: 0;
	clear: none;
	height: auto;
}

.product-hero-section .item-right::after {
	content: ' ';
	clear: both;
	position: relative;
	display: block;
}

.product-hero-section h2,
.product-hero-section .noth2 {
	max-width: 80%;
	padding-bottom: 0;
	line-height: 2.625rem;
	text-align: left;
	margin: 0 0 0 0;
	display: block;
	clear: both;
}

.tab-content p { margin: .5rem 0 0 0; }

p.nutrition-btn {
	float: left;
	display: block;
	margin: 1.5rem 0;
}

.item-right h2,
.item-right .noth2 {
	margin: 1rem 0 0 0;
	float: left;
}

.item-right .item-cta {
	float: left;
	margin: 1rem 0;
}

.info-desc-section { width: auto; }

.step-num { font-weight: 700; }

p.border-bottom-ingredients {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 0 0 0 0;
	padding: 0.5rem 0;
	white-space: nowrap;
	float: left;
}

.col-1, .col-2, .col-3 {
	position: relative;
	display: inline-block;
	white-space: normal;
	width: auto;
	vertical-align: top;
}

.col-1 { width: 15%; }

.col-2 { width: 25%; }

.col-3 { width: 57%; }

.ingredient-content {
	margin-top: 1rem;
	float: left;
	display: block;
	width: 100%;
}

.col-2 { margin-left: .25rem; }

.prep-content { margin-top: 1rem; }

p.border-bottom-ingredients .col-1 span, p.border-bottom-ingredients .col-2 span, p.border-bottom-ingredients .col-3 span {
	white-space: normal;
}

/*-------------------------------------------------------*/
/*  Interface Elements - Tabbed Section Styles           */
/*  Interface Elements - Mobile Layout Change            */
/*-------------------------------------------------------*/

.tabbed-container {
	width: 100%;
	margin: 0 auto;
}

.tabbed-container ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: none;
	white-space: nowrap;
}

.tabbed-container ul.tabs li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

.mobile .tabbed-container ul.tabs li {
	padding: .75rem .5rem;
	max-width: 30%;/**/
	vertical-align: top;
}

.tabbed-container .tab-content {
	display: block;
	padding: .5rem 0rem 0rem 0;
}

.tabbed-container .tab-content h2,
.tabbed-container .tab-content .noth2 { display: block; }

.tabbed-container .tab-content h3,
.tabbed-container .tab-content .noth3 {
	font-size: 1.25rem;
	line-height: 1.1875rem;
	letter-spacing: 0.01px;
	margin: 0rem 0 0 0;
}

.tabbed-container .tab-content.current { display: inherit; }

.tabbed-container .tab-content.dontshow-dt { display: none; }

.tabbed-container .tab-content.dontshow-tab { display: none; }

.mobile .tabbed-container .tab-content {
	display: none;
	padding: 1rem 0;
}

.mobile .tabbed-container .tab-content.current { display: inherit; }

.mobile .tabbed-container .tab-content h2,
.mobile .tabbed-container .tab-content .noth2 { display: none; }

.mobile .tabbed-container .tab-content h2.donthide 
.mobile .tabbed-container .tab-content .noth2.donthide { display: block; }

.mobile .tabbed-container ul.tabs { display: block; white-space: normal; }

.mobile .tabbed-container ul.tabs li.current {
	background-color: rgba(0, 101, 175, 0.07);
	color: #222;
}

.mobile .dontshow-tab { display: none; }

.mobile .tabbed-container ul.tabs li a {
	text-decoration: none;
	border-bottom: none;
}

.mobile .tabbed-container ul.tabs li.current a, .mobile .tabbed-container ul.tabs li a:hover, .mobile .tabbed-container ul.tabs li a:focus {
	border-bottom: 2px solid #136E43;   /* Brand color - Dark Green */
	;
	text-align: left;
	width: 100%;
	float: left;
	text-decoration: none;
}

.half-width.tab-content {
	max-width: 48%;
	min-width: 48%;
	overflow: hidden;
}

/*----------------------------------------*/
/*  DETAILS Popup - Nutrition Styles      */
/*----------------------------------------*/

.top-right-locked {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.popup-content-trigger {
	display: block;
	clear: both;
	margin-top: 2rem;
	float: left;
}

.popup-content-source.tab-content, .popup-content-source.tab-content.current { display: none; }

.popup-target {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 5000;
}

.popup-target .blackout-bkgd {
	display: block;
	z-index: 1;
}

.popup-target .popup-bkgd {
	display: block;
	position: relative;
	max-width: 450px;
	padding: 2rem;
	margin: 0 auto;
	margin-top: 4rem;
	background-color: white;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	z-index: 5;
	max-height: calc(100% - 200px);
	overflow-y: auto;
	box-shadow:none !important;
	outline:none !important;
}
#item-buy-now .btn-close.icon-close { position:fixed; margin-left:-18px; }

.popup-content { /*height: 100%;*/ }

.popup-content .item-top { margin-bottom: 1rem; }

#item-buy-now.popup-content .item-top {
	/*max-height: 105%;
	overflow: hidden;
	overflow-y: auto;
	height: 105%;*/
}

.popup-content .item-bottom {
	width: 100%;
	float: none;
	margin: 0;
	clear: both;
	height: auto;
}

.popup-content .item-bottom {
	float: left;
	height: 90%;
	/*overflow: hidden;
	overflow-y: auto;*/
	padding-right: 1rem;
}

#popup-buy-now .popup-content .item-bottom {
	float: left;
	width: 100%;
	height: auto;
}

.popup-overlay { display: none; }

.popup-open .popup-window, .buynow-popup-open #popup-buy-now, .share-popup-open #popup-share, .nutrition-info-popup-open #nutrition-info-popup {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	display: block;
}

/*a.btn-open-popup::after {
	content: '>';
	margin-left: 5px;
	color: #136E43; ;
	text-decoration: none;
	display: inline-block;
}*/
.popup-content h2,
.popup-content .noth2 {
	display: block;
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}

.popup-content .form-row {
	margin: .5rem 0;
	display: block;
	clear: both;
	float: left;
	width: 100%;
}

.mobile .popup-content-trigger { display: none; }

.mobile .popup-content-source.tab-content { display: none; }

.mobile .popup-content-source.tab-content.current { display: inherit; }

/*------------------------------------------*/
/*  DETAILS Nutrition - Chart Styles        */
/*------------------------------------------*/

#item-nutrition-info-popup.popup-content .item-bottom {
	width: 100%;
	height: auto;
	overflow-y: auto;
	clear: both;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	height: 95%;
	max-height: 480px;
}

#item-nutrition-info-popup h2,
#item-nutrition-info-popup .noth2 {
	font-size: 1.25rem;
	line-height: 1.1875rem;
	letter-spacing: 0.01px;
	margin: 0 0 0 0;
}

#item-nutrition-info-popup h3,
#item-nutrition-info-popup .noth3 {
	font-size: 1rem;
	line-height: 2rem;
	letter-spacing: 0.45px;
}

#item-nutrition-info-popup .item-bottom p {
	margin: 0 0 0 0;
	display: block;
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0.25rem 0rem;
}

#nutr-content .nut-row::after {
	content: ' ';
	display: inline-block;
	margin: 0 0px;
	font-size: 0;
}

#nutr-content {
	border: 1px solid rgba(0,0,0,0.20);
	min-width: 30%;
	max-width: 60%;
	margin: 1rem auto;
	background-color: #ffffff;
	padding: 0 1rem;
}

.mobile #nutr-content { max-width: none; }

#item-nutrition-info-popup #nutr-content {
	min-width: inherit;
	max-width: none;
	width: 100%;
	float: left;
	border: 0px solid #dedede;
	margin: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	height: auto;
	overflow: hidden;
}

.nut-row {
	display: block;
	width: auto;
	float: none;
	position: relative;
	margin: 0 0 0 0;
	padding: 0.5rem 0.5rem;
}
.nut-row:last-chilc {
	padding-bottom:0;
}

.nut-row .left-col {
	display: inline-block;
	float: left;
	width:60%;
}

.nut-row .right-col {
	display: inline-block;
	float: right;
	text-align: right;
}

.nut-name { font-weight: normal; }
.left-col-subamt{
	display: inline-block;
	float: right;
	text-align: right;
}
#nutr-content > .nut-row.top-section {
	border-bottom: 1px dashed rgba(0,0,0,0.8);
	padding: .5rem 0;
}

#nutr-content > .nut-row.top-section .left-col, #nutr-content > .nut-row.top-section .right-col {
	display: block;
	float: left;
	clear: both;
	font-size: 80%;
	font-weight: bold;
}

#nutr-content > .nut-row.top-section .right-col { display: none; }

#nutr-content .nut-row.label-section {
	font-size: 0.875rem;
	line-height: 1rem;
	letter-spacing: 0.45px;
	font-weight: bold;
	margin-bottom: 0rem;
	padding-bottom: .5rem;
}

#nutr-content .nut-row.top-section .nut-name { font-size: .825rem; }

#nutr-content > .nut-row.bottom-section { border-top: 1px dashed rgba(0,0,0,0.8);/*margin-bottom: .5rem;
	padding-bottom: .5rem;*/ }

#nutr-content > .nut-row.bottom-section ~ .nut-row.bottom-section { border-top: 1px dashed rgba(0,0,0,0.32); }

#nutr-content > .nut-row.middle-section { border-top: 1px dashed rgba(0,0,0,0.8);/*margin-bottom: .5rem;
	padding-bottom: .5rem;*/ }

#nutr-content > .nut-row.middle-section ~ .nut-row.middle-section {
	border-top: 1px dashed rgba(0,0,0,0.32);
	margin: 0 0 0 0;
}

.tab-content #nutr-content p {
	margin: .5rem 0 0 0;
	padding: .25rem 0;
}

/*----------------------------------------*/
/*  DETAILS Popup - Buy Now Styles        */
/*----------------------------------------*/

.item-buy-now-image {
	width: 100%;
	margin: 0;
	height: auto;
	display: block;
	position: relative;
	float: left;
}

.item-buy-now-image img {
	max-width: 200px;
	margin: 0 auto;
	display: block;
	max-height: 200px;
	float: none;
	width: auto;
	height: auto;
	position: relative;
}

.retailer-list {
	margin: 0.5rem 0 0 0;
	padding: 1rem 0 0 0;
	border-top: 1px solid #D7D7D7;
	position: relative;
	display: block;
}

.retailer-list ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	white-space: nowrap;
}

.retailer-list ul li {
	float: left;
	width: 27%;
	padding-right: 5%;
	display: none;
	margin-top: 1rem;
}

.retailer-list ul li:first-child::before {
	content: ' ';
	margin: 0;
}

.retailer-list ul li.turn-on { display: inline-block; }

#popup-buy-now .popup-content .item-bottom { display: none; }

#popup-buy-now .show-retailers .item-bottom { display: block; }

#buy-now-popup .no-retailers-list { display: block; }

#buy-now-popup .show-retailers .no-retailers-list { display: none; }

.no-retailers { display: none; }

/*---------------------------------------------*/
/*  DETAILS Popup - Social Share Styles        */
/*---------------------------------------------*/

.item-share-image {
	width: 50%;
	margin: 0 auto;
}

.item-share-image img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

#popup-share .item-bottom {
	margin: 0 0 0 0;
	padding: 0;
}

#popup-share.popup-target .popup-bkgd {
	max-width: 19.5rem;
	top: 40%;
	/*margin-top: -4rem;*/
	display: block;
	clear: both;
	position: relative;/*height: initial;*//*padding: 3rem 0 5rem 0;*/
}

#popup-share.popup-target .popup-bkgd {
	height: auto;
	margin: 0 auto;
	padding: 2rem 0rem 1rem 0rem;
}

.popup-target#popup-share .popup-bkgd .popup-content {
	float: none;
	width: auto;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: auto;
}

.share-list ul.menu-share-social { /* display: block;
	float: left;
	margin: 0;
	position: relative;
	padding: 0;*/ }

.popup-page::after {
	content: '';
	display: block;
	clear: both;
	position: relative;
}

.popup-target#popup-share .share-list {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	clear: both;
}

.share-list ul.menu-share-social li {
	list-style: none;
	display: inline-block;
	/*float: left;*/
	margin: 0 .5rem 0 0;
}

.share-list ul.no-seperator li::after {
	content: ' ';
	display: inline-block;
	clear: both;
}

.share-list ul li:last-child::after {
	content: ' ';
	display: inline-block;
	margin: 0 0px;
}

.share-icon {
	width: 35px;
	height: auto;
}

.popup-overlay .share-icon {
	width: 50px;
	height: auto;
}

/*---------------------------------------------*/
/*  Interface Elements - Search Styles         */
/*---------------------------------------------*/
:focus { /*border:1px solid;*/ }

.ham-menu-trigger { float: left; }

input.cta {
	font-size: 0.8125rem;
	letter-spacing: 0.45px;
	line-height: 1rem;
	text-decoration: none;
	border: 1px solid #136E43;   /* Brand color - Dark Green */
	;
	color: #ffffff;
	background: #136E43;   /* Brand color - Dark Green */
	;
	padding: .5rem 1.5rem;
	margin: 0;
	width: auto;
	float: left;
	cursor: pointer;
}

input:hover.cta {
	color: #136E43;   /* Brand color - Dark Green */
	;
	background: rgba(0, 102, 175,0);
}

.search-btn {
	width: 1.25rem;
	height: 1.25rem;
	float: left;
	padding: 1rem;
	position: absolute;
	top: 0;
	right: 0;
	margin: 1.1875rem 2.625rem 1.1875rem 0;
	display: none;
	z-index: 100;
}

.mobile .search-btn { display: block; }

.search-section {
	padding: 0;
	margin: 1.6875rem 2.625rem 1.6875rem 0;
	display: block;
	position: absolute;
	background-color: #F7F6F6;
	top: 0;
	right: 0;
}

.mobile .search-section {
	margin: .825rem 0 0 0;
	right: 2.635rem;
	left: 2.635rem;
	display: none;
}

.search-controller {
	position: absolute;
	float: left;
	top: 0;
	right: 0;
	width: 100%;
	height: inherit;
	overflow: hidden;
	display: block;
}

.mobile .search-controller { height: 0; }

.open-search .search-controller {
	height: 60px;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	top: 90px;
	-webkit-transition: height 1s; /* Safari */
	transition: height 1s;
}

.open-search .search-section { display: block; }

.search-section label {
	line-height: 1.75rem;
	margin: 0 0 0 0;
	float: left;
}

.search-section label::after {
	content: url(../images/icons/icon_search.png);
	height: 1.5rem;
	float: left;
	padding: 0.525rem 0.625rem 0 0.625rem;
	cursor: pointer;
}

.search-section input {
	background-color: transparent;
	border: none;
	outline: none;
	color: #4A494A;
	float: none;
	line-height: 1rem;
	padding: 0.625rem 0;
	display: inline-block;
	clear: none;
	position: relative;
	border-radius: 0;
}

.mobile .search-section input {
	/* width: 85%; */
	width: calc(100% - 41px);
}

.search-section a {
	display: inline-block;
	float: left;
	width: 40px;
}

/*------------------------*/
/*  Utility - Styles      */
/*------------------------*/

span.keeptogether { white-space: nowrap; }

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clear-float::after {
	content: ' ';
	clear: both;
	display: block;
	position: relative;
}

.offscreen {
	position: absolute !important;
	left: -10000px !important;
}

.fauxLink { cursor: pointer; }

.page-top-padding {
	margin-top: 2.65rem;
	display: block;
	float: left;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.page-bottom-padding {
	margin-bottom: 2.65rem;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.mobile .page-top-padding { margin-top: 1rem; }

.mobile .page-hero.page-top-padding.full-width-bleed { margin-top: 0rem; }

.mobile .page-bottom-padding { margin-top: 1rem; }

.page-content-margins {
	width: auto;
	margin: 0 1em 0;
	padding: 1em 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.padded-content {
	width: auto;
	margin: 0 6.09% 0 6.09%;
	max-width: 985px;
	padding: 40px 0;
}

.default-top-bottom {
	width: 100%;
	float: left;
	display: block;
	position: relative;
	margin: 1.25rem 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.page-padding-default {
	padding-left: 2.625rem;
	padding-right: 2.625rem;
}

.page-padding-default-bottom { padding-bottom: 2rem; }

.page-subheader-padding { padding-bottom: 0.25rem; }

.page-padding-default::after {
	content: '';
	display: block;
	clear: both;
	position: relative;
}

.block-element {
	display: block;
	position: relative;
	float: left;
	width: auto;
}

/*-------------------------------------------*/
/*  Interface ICONS -  Icon Styles           */
/*-------------------------------------------*/

a.icon-close {
	background: transparent url(../images/icons/icon_close.png) no-repeat center center;
	min-width: 18px;
	min-height: 18px;
	background-size: auto;
	float: left;
	text-decoration: none;
}

a.icon-close:hover, a.icon-close:focus { background-image: url(../images/icons/icon_close_over.png); }

p.item-rating { margin: 0 0 .5rem 0; }

.rating-result-timed {
	display: block;
	/*color:red;
	font-size:3rem;
	line-height:normal;*/
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	opacity: 0;
}

.recipe-rated .rating-result-timed {
	display: block;
	opacity: 1;
	-webkit-transition: opacity 2s; /* Safari */
	transition: opacity 2s;
}

.icon-star {
	background: transparent url(../images/icons/icon_star_off.png) no-repeat left center;
	width: 17px;
	height: 17px;
	background-size: 100% auto;
	background-position: center top;
	float: left;
	display: inline-block;
	margin-right: .20rem;
}

.icon-star-on {
	background-image: url(../images/icons/icon_star_on.png);
	background-size: 17px 17px;
	background-position: center top;
}

p.small-icon {
	width: 100%;
	white-space: normal;
	padding-left: 1.5rem;
	margin: 0rem 0 .5rem 0;
	font-size: 0.75rem;
}

.icon-clock {
	background: transparent url(../images/icons/icon_clock.png) no-repeat left center;
	background-size: 13.65px 13.42px;
}

.icon-stove {
	background: transparent url(../images/icons/icon_oven.png) no-repeat left center;
	background-size: 18.53px 17.26px;
}

.icon-info-preparation_time {
	background: transparent url(../images/icons/icon-info-clock.png) no-repeat left center;
	min-width: 21px;
	min-height: 21px;
}

.icon-info-stove_time {
	background: transparent url(../images/icons/icon-info-stove.png) no-repeat left center;
	min-width: 21px;
	min-height: 21px;
}

.icon-info-storage {
	background: transparent url(../images/icons/icon-info-dish.png) no-repeat left center;
	min-width: 21px;
	min-height: 21px;
}

.icon-info-Refrigeration_Time {
	background: transparent url(../images/icons/icon-info-temp.png) no-repeat left center;
	min-width: 21px;
	min-height: 21px;
}

.icon-info-makes {
	background: transparent url(../images/icons/icon-info-snow.png) no-repeat left center;
	min-width: 21px;
	min-height: 21px;
}

.icon-copy {
	margin: 0;
	padding: 0;
	margin-left: 1.75rem;
}

/*-------------------------------------------*/
/*  Interface MISC -  MISC Styles            */
/*-------------------------------------------*/

.brand-bkg-1 { background-color: #E7EFEB; }

.note-copy {
	color: #136E43;
	font-size: 0.8125rem;
	letter-spacing: 0.45px;
	line-height: 1rem;
}

.item-info-name {
	display: block;
	white-space: nowrap;
	font-size: 0.75rem;
}

.item-info-value {
	display: block;
	white-space: nowrap;
	font-size: 0.75rem;
	line-height: 0.875rem;
}

.tips {
	background: #136E43;   /* Brand color - Dark Green */
	;
	border-radius: 20px;
	display: block;
	float: left;
	margin: 2rem 0;
	padding: 0.5rem 1rem 0 1rem;
}

.tips .tip-title, .tips p.tip-copy, .tips ul, .tips ul li { color: #ffffff; }

.setSitePreferences .brand-newsletter, .setSitePreferences .brand-language { visibility: hidden; }

.setSitePreferencesDone .brand-newsletter, .setSitePreferencesDone .brand-language {
	visibility: visible;
	-webkit-transition: left 1s; /* Safari */
	transition: left 1s;
	font-size: 0.75rem;
}

#product-info-section {
	margin: 1.5rem 0 1.5rem 0;
	float: left;
}

#content-section {
	visibility: hidden;
	left: -1200px;
	opacity: 0;
	margin-bottom: 1rem;
}

.loaded #content-section {
	left: 0;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 1s; /* Safari */
	transition: opacity 1s;
}

.ingredient-content .rptBold {
	font-weight: 700;
	font-style: italic;
	width: 100%;
}

.ingredient-content .rptBoldHide { display: none; }

.prep-content .rptBold {
	font-weight: 700;
	font-style: italic;
	width: 100%;
}

.prep-content .rptBoldHide { display: none; }

.custom-select-control select { display: none; }

.msg-page .centered { text-align: center; }

.msg-page {
	padding-top: 50px;
	min-height: 50vh;
	height: 100%;
}
.vertical-center{
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	display: flex;
	align-items: center;
}
.hero-slide-viewer .vertical-center .item-bottom {
	top: initial;
}
.hero-slide-viewer .manual-vertical-center .item-bottom {
	top: 20.13129102844640%;
}

.hero-slide-viewer .manual-vertical-center .item-bottom a{
	display:inline-block;
	margin-left : 8.2rem;
}

.hero-slide-viewer .vertical-center .item-bottom::after {
	content: '';
	display: table;
	position: relative;
	clear: both;
}


.hero-slide-viewer p.show-on-desktop {
	width: 100%;
	padding: 0;
	margin-left: 25rem;
	line-height: 2rem;
	text-align: right;
	font-size: 1.5rem;
	margin-top: 16rem;
	font-family: 'Trocchi', serif;
	color: #fff;
}

.hero-slide-viewer p.show-on-desktop1 {
	width: 15rem;
	/* padding: 1rem; */
	/* margin-left: 0.1rem; */
	line-height: 2.8rem;
	text-align: left;
	font-size: 2.09rem;
	margin-top: 0rem;
	font-family: 'Trocchi', serif;
	color: #fff;
	text-transform: uppercase;
}

.mobile .hero-slide-viewer p.show-on-desktop1 {display:none;}
.fr .hero-slide-viewer p.show-on-desktop {
	width: 100%;
	padding: 0;
	margin-left: 24rem;
	line-height: 2rem;
	text-align: right;
	font-size: 1.5rem;
	margin-top: 16rem;
	font-family: 'Trocchi', serif;
	color: #fff;
}
.fr .hero-slide-viewer p.show-on-desktop1 {
	width: 100%;
	/* padding: 1rem; */
	margin-left: 0.3rem;
	line-height: 2.8rem;
	text-align: left;
	font-size: 2.1rem;
	margin-top: 0rem;
	font-family: 'Trocchi', serif;
	color: #fff;
	text-transform: uppercase;
}



.fr .hero-slide-viewer .manual-vertical-center .item-bottom a {
	display: inline-block;
	margin-left: 4.2rem;
}
.fr .mobile .hero-slide-viewer p.show-on-desktop1 {display:none;}

h1.lookslikeh2 {
	font-size: 2.125rem;
	line-height: 2.625rem;
	margin-top: 0;
}



:focus, 
.search-section input:focus, 
a#recipe-search-toggle-btn:focus img,
.menu-side-social a:focus img,
#legal-section a:focus img {
	outline: 2px dotted rgba(19,110,67,0.5) !important; box-shadow: -5px -5px 5px rgba(228,228,228,0.5), 5px 5px 5px rgba(0,0,0,0.5) !important; outline-offset:-1px;
}
#top-anchor:focus { outline-offset:-4px; }
#top-anchor:focus, #main-nav :focus { outline-color: rgba(255,255,255,0.75) !important; }

.aural { position:fixed; top:-100%; left:-100%; width:1px; opacity:0.01; z-index:999; color:white; background-color:#136E43; }
.aural:focus { position:fixed; left:5px; top:5px; width:fit-content; opacity:1; padding:10px 40px; color:white; }

#popout-side { display:none; }
.sidemenu-open #popout-side { display:block; }

img.show-search { display:block; }
img.hide-search { display:none; }
.open-search img.show-search { display:none; }
.open-search img.hide-search { display:block; }

#popup-share ul.menu-share-social a,
#popup-share ul.menu-share-social img { float:none; display:inline-block; }

.retailer-list a img { float:none; display:inline-block; }