:root {
	--cnd-blu: #225d99;
	--cnd-gry: #6c757d;
	--cnd-lgr: rgba(17,17,17,.125);
	--cnd-mgr: rgba(17,17,17,.35);
	--cnd-mwt: rgba(255,255,255,0.35);
	--cnd-wht: white;
	--cnd-mdf: 14px;
	--cnd-bxs: 0 0.25rem 0.5rem rgba(17,17,17,.2) !important;
	--cnd-bgg: rgba(17,17,17,.03);
	--cnd-red: #bf1e2e;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
body, body * {
	box-sizing: border-box;
}
body > hr {
	border-color: var(--cnd-lgr);
	border-style: solid;
	margin-top: 0;
	border-width: 0;
	border-top-width: 1px;
	margin-bottom: 4px;
}
body > header:first-of-type {
	width: 100%;
	margin: 0 auto;
	background: var(--cnd-wht);
	position: relative;
}
body > header:first-of-type > div {
	max-width: 1024px;
	height: 64px;
	margin: 0 auto;
	padding: 8px 8px;
	position: relative;
}
body > header:first-of-type > div > section.primitive {
	display: inline-block;
	position: relative;
	top: 0;
	vertical-align: top;
}
body > header:first-of-type > div > section.primitive.logo > img {
	height: 48px;
}
body > header:first-of-type > div > section.primitive.quicklinks {
	font-size: 14px;
	line-height: 64px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 64px;

}
body > header:first-of-type > div > section.primitive.quicklinks > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
body > header:first-of-type > div > section.primitive.quicklinks > ul > li {
	display: inline-block;
	
	margin: 0px;

}
body > header:first-of-type > div > section.primitive.quicklinks > ul > li a {
	text-decoration: none;
	color: inherit;
}


body > header:first-of-type > div > section.primitive.quicklinks > ul > li[rel="list-sweepstakes"]::after {
	content: " \01F4C3";
	margin-right: 4px;
}

body > header:first-of-type > div > section.primitive.quicklinks > ul > li[rel="winners-circle"]::before {
	content: " | ";
	margin-right: 4px;
}
body > header:first-of-type > div > section.primitive.quicklinks > ul > li[rel="winners-circle"]::after {
	content: " \01F3C6";
	margin-right: 4px;
}
body > header:first-of-type > div > section.primitive.quicklinks > ul > li[rel="recipe-search"] {
	display: none;
}
body > header:first-of-type > div > section.primitive.quicklinks > ul > li[rel="recipe-search"]::before {
	content: " | ";
	margin-right: 4px;
}
body > header:first-of-type > div > section.primitive.quicklinks > ul > li[rel="recipe-search"]::after {
	content: " \01F50E";
	
}
body > header:first-of-type > div > nav {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 16px;
	height: 64px;
}
body > header:first-of-type > div > nav::before {
	content: "\002630";
	font-size: 32px;
	line-height: 64px;
	vertical-align: middle;
	color: var(--cnd-blu);

}
body > header:first-of-type > div > nav:hover {
	cursor: pointer;
}
body > header:first-of-type > div > nav:hover::before {
	font-weight: bold;
}
body > header:first-of-type > div > nav.closed > ol {
	display: none;
}

body > main:first-of-type {
	max-width: 360px;
	margin: 0 auto;
	padding: 8px;

}
body > main:first-of-type > nav[aria-label="breadcrumbs"] > ol {
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: var(--cnd-mdf);
    margin-bottom: 1rem;
}
body > main:first-of-type > nav[aria-label="breadcrumbs"] > ol > li {
	display: inline;
}
body > main:first-of-type > nav[aria-label="breadcrumbs"] > ol > li > a {
	color: var(--cnd-blu);
	text-decoration: none;
}
body > main:first-of-type > nav[aria-label="breadcrumbs"] > ol > li > a:hover {
	text-decoration: underline;
}
body > main:first-of-type > nav[aria-label="breadcrumbs"] > ol > li:last-child > a {
	color: var(--cnd-gry);
}
body > main:first-of-type > nav[aria-label="breadcrumbs"] > ol > li:not(:first-child)::before {
	content: " / ";
	
}

	/*above the fold content*/
	body > main:first-of-type > section.atf {
		display: flex;
		flex-direction: column;
		margin-bottom: 16px;
	}


	/* featured module, webstory adjacent */
	body > main:first-of-type > section.atf > article.featured {
		aspect-ratio: 3 / 4;
		width: 100%;
		background-color: white;
		position: relative;
		
	}
	body > main:first-of-type > section.atf > article.featured > h2 {
		background-color: var(--cnd-blu);
		color: var(--cnd-wht);
		line-height: 20px;
		font-size: 15px;
		padding: 6px;
		position: absolute;
		margin: 0;
		border-radius: 4px;
		top: 6px;
		left: 6px;
	}
	



	body > main:first-of-type > section.atf > article.featured > div > a > img {
		aspect-ratio: 1 / 1;
		max-width: 100%;
		display: block;
		border: 1px solid var(--cnd-lgr);
		border-bottom: none;
	}
	body > main:first-of-type > section.atf > article.featured > div > section a {
		text-decoration: none;
		color: inherit;
	}
	body > main:first-of-type > section.atf > article.featured > div > section {
		display: block;
		aspect-ratio: 5 / 2;
		border-radius: 4px;
		background: white;
		box-shadow: var(--cnd-bxs);
		border: 1px solid var(--cnd-blu);
		margin: 0;
		padding: 8px;
		letter-spacing: -0.25px;
		font-size: 24px;
		font-weight: 600;
		position: relative;
		line-height: 1.4;
	}
	body > main:first-of-type > section.atf > article.featured > div > section > aside {
		position: absolute;
		height: 25px;
		bottom: 0;
		left: 0px;
		font-size: 14px;
		line-height: 24px;
		background-color: var(--cnd-bgg);
		width: 100%;
		padding: 0 8px;
		border-top: 1px solid var(--cnd-lgr);
		font-weight: 300;

	}
	body > main:first-of-type > section.atf > article.featured > div > section > aside > div:first-of-type {
		position: absolute;
		top: 0;
		left: 8px;

	}
	body > main:first-of-type > section.atf > article.featured > div > section > aside > div:not(:first-of-type) {
		position: absolute;
		top: 0;
		right: 8px;

	}

	/* call to action */
	/* body > main:first-of-type > section.atf > article.howto {

	} */
	body > main:first-of-type > section.atf > article.howto > h2 {
		background-color: var(--cnd-blu);
		color: var(--cnd-wht);
		line-height: 34px;
		font-size: 28px;
		padding: 6px 12px;
		margin: 0;
		border-radius: 4px;
		
	}
	body > main:first-of-type > section.atf > article.howto > blockquote {
		font-size: 16px;
		font-style: italic;

	}
	body > main:first-of-type > section.atf > article.howto > ol {
		margin-left: 16px;
	}
	body > main:first-of-type > section.atf > article.howto > ol li::marker {
		font-size: 36px;
		font-style: italic;
		font-weight: 300;
	}
	body > main:first-of-type > section.atf > article.howto > ol li {
		margin-bottom: 12px;
		font-size: 24px;
		font-weight: 600;
	}
	body > main:first-of-type > section.atf > article.howto > ol > li > p {
		font-size: 12px;
		margin: 0;
		font-weight: 300;
	}


	/*below the fold content*/
	body > main:first-of-type > section.btf {
		margin-top: 16px;
		display: flex;
		flex-direction: column;
	}
	body > main:first-of-type > h2.contrast-head {
		background-color: var(--cnd-red);
		color: var(--cnd-wht);
		line-height: 34px;
		font-size: 28px;
		padding: 6px 12px;
		margin: 0;
		border-radius: 4px;
		
	}
/* body div.ldgr {

} */
body div.ldgr.leaderboard {
	max-width: 320px;
	min-height: 66px;
	text-align: center;
	padding: 8px 0;
	margin: 0 auto;
	background: var(--cnd-bgg);
	

}
body div.ldgr.moboard {
	width: 100%;
	max-width: 320px;
	min-height: 66px;
	text-align: center;
	padding: 8px 0;
	margin: 16px auto;
	background: var(--cnd-bgg);
	

}
body div.ldgr.dethree {
	display: none;
}
body div.ldgr.three {
	width: 100%;
	max-width: 320px;
	min-height: 66px;
	margin: 16px auto;
	padding: 8px 0;
	background: var(--cnd-bgg);
	
}
body div.ldgr.deboard {
	display: none;
}
body div.ldgr.dehalfpage {
	display: none;
}
body div.ldgr.qua1 {
	position: fixed;
	bottom: 0;
	height: 66px;
	background: var(--cnd-gry);
	width: 100%;
	color: white;
	text-align: center;
	z-index: 9999;
	padding: 6px 0;

}
body > footer:first-of-type {
	padding-bottom: 120px;
	text-align: center;
	font-size: 13px;
	padding-top: 16px;
	background: var(--cnd-bgg);
	border-top: 2px solid var(--cnd-gry);
}
body > footer:first-of-type ul {
	list-style: none;
	margin: 0 0 32px 0;
	padding: 0;
}
body > footer:first-of-type ul li {
	display: inline-block;
	margin-right: 8px;
}
body > footer:first-of-type ul li a {
	color: var(--cnd-blu);
	text-decoration: none;
}
body p._rea {
	display: none;
}

/* readability superclasses */
.mb-3 { margin-bottom: 1rem; }
.grecaptcha-badge {
    bottom:100px !important;
}
em.price:before {
	content: "$";
	font-weight: 300;
}
em.price {
	font-weight: 600;
	color: var(--cnd-blu);
	font-style: normal;

}
em.price::after {
	content: " \1F4B5";
}
em.price sup {
	font-size: 70%;
	vertical-align: text-top;
	line-height: 10px;
	font-weight: 300;
}
time.end {
	font-weight: 600;
	color: var(--cnd-blu);
}
time.end::after {
	content: " \1F55A";
}


/*Form elements*/
fieldset {
	margin: -2px 0 0 0 ;
	padding: 24px 16px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
fieldset input[type="email"],
fieldset input[type="text"],
fieldset select {
	width: 260px;
	height: 32px;
	margin-bottom: 8px;
}
fieldset input[type="checkbox"] {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 0 0;
	line-height: 20px;
	height: 20px;
	
}
fieldset label {
	width: 235px;
	display: inline-block;
	
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
}
fieldset div.jprdy {
	font-size: 13px;
	font-weight: bolder;
	width: 260px;
	text-align: left;
	margin: 0 auto;
}
fieldset div.whlfrtn {
	width: 260px;
	text-align: left;
	margin: 0 auto 16px auto;	
}
fieldset button {
	width: 260px;
	height: 48px;
	border-width: 2px;
	font-weight: bolder;
	color: var(--cnd-wht);
	background: var(--cnd-red);
	border-color: var(--cnd-lgr);
	border-radius: 4px;
	font-style: italic;
		font-weight: 800;
		cursor: pointer;
		font-size: 18px;
}

fieldset button[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
}

aside.newsletter {
	background: var(--cnd-blu);
	border-radius: 4px;
	border: 1px solid var(--cnd-gry);
	box-shadow: var(--cnd-bxs);
	text-align: center;
	color: white;
	padding: 24px 24px 40px 24px;
}
aside.newsletter h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.25px;
}
aside.newsletter h2::before {
	content: "\01F4E7";
	margin-right: 6px;
}
aside.newsletter input[type="email"] {
	width: 208px;
	height: 32px;
}
aside.newsletter button {
	width: 64px;
	height: 32px;
}
ol.list-control {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	height: 335px;
	width: 100%;
	max-width: 1320px;
	white-space: nowrap;
}
ol.list-control > li {
	display: inline-block;
	width: 256px;
	border: 1px solid var(--cnd-lgr);
	border-radius: 4px;
	padding: 8px;
	position: relative;
	white-space: normal;
	margin-right: 8px;
	vertical-align: top;
}
ol.list-control > li > a > img {
	width: 240px;
	display: block;
}
ol.list-control > li > div {
	position: relative;
	height: 56px;
}
ol.list-control > li > div > span > a {
	color: inherit;
	text-decoration: none;
}
ol.list-control > li > div > span {
	display: block;
}
ol.list-control > li > div > aside {
	font-size: 14px;
	position: absolute;
	height: 25px;
	bottom: -8px;
	left: -8px;
	font-size: 14px;
	line-height: 24px;
	background-color: var(--cnd-bgg);
	width: 256px;
	padding: 0 ;
	border-top: 1px solid var(--cnd-lgr);
	font-weight: 300;
}
ol.list-control > li > div > aside > div:first-of-type {
	position: absolute;
	top: 0;
	left: 8px;

}
ol.list-control > li > div > aside > div:not(:first-of-type) {
	position: absolute;
	top: 0;
	right: 8px;

}
ol.list-control > li > div > p {
	display: none;
}

.soon time.end {
	color: var(--cnd-red);
}
.soon time.end::after {
	content: " \1F55B";
}
.soon ol.list-control > li > h2 {
	background-color: var(--cnd-red);
	color: var(--cnd-wht);
	line-height: 16px;
	font-size: 14px;
	padding: 6px;
	position: absolute;
	margin: 0;
	border-radius: 4px;
	top: 6px;
	left: 6px;
}
footer.pagination {
	margin: 12px auto;
	text-align: center;
	height: 24px;
	line-height: 24px;

}
footer.pagination div.pgntn {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 0 4px;
	background-color: var(--cnd-bgg);
	border: 1px solid var(--cnd-gry);
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
}
footer.pagination div.pgntn.current {
	background-color: var(--cnd-gry);
	border: 1px solid var(--cnd-bgg);
}
/*
	responsive, break on ad size (970px + padding)

*/
button.enter {
	display: none;
}
body > main:first-of-type > section.btf > article.promo
{
	display: none;
}

div.rules {
	height: 250px;
	overflow: auto;
	border: 1px solid var(--cnd-lgr);
	padding: 8px;
	margin: 0 0 8px;
}

.video-16by9 {
    padding-top: 56.25%;
    overflow: hidden;
    height: 0;
    width: 100%;
    margin-bottom: 1rem;
    background: #000;
    position: relative;
    &> * {
        position: absolute;
        margin:0; padding: 0;
        top: 0; right: 0; bottom: 0; left: 0;
        object-fit: cover;
        width: 100%; height: 100%;
    }
}

div#_snup-target21 {
	margin: 16px 16px 0 16px;
}
div#ahm-rotd {
	width: 300px;
	margin: 16px 16px 0 16px;
}
div.recipe-widgets {
	text-align: center;
}
#header-ad-unit {margin-top:10px; margin-bottom:10px; padding:0;}
#header-ad-unit .adthrive-ad {margin-top:0; margin-bottom:0;}
@media (min-width: 700px) {
    #header-ad-unit { min-height: 90px; }
}

@media all and (min-width: 986px)
{
	aside.newsletter h2 {
		font-size: 32px;
	}
	body > main:first-of-type > section.atf > article.howto > aside.newsletter
	{
		display: none;
	}
	body div.ldgr.leaderboard {
		max-width: 970px;
		min-height: 106px;
	}
	body div.ldgr.deboard {
		max-width: 970px;
		min-height: 106px;
		padding: 8px 0;
		margin: 0 auto;
		background: var(--cnd-bgg);
		text-align: center;
		display: block;
	}
	body div.ldgr.dehalfpage {
		max-width: 300px;
		padding: 0;
        margin-bottom: 16px;
		/*margin: 16px auto;*/
		/*background: var(--cnd-bgg);*/
		text-align: center;
		display: block;
	}
	body div.ldgr-duplex {
		width: 100%;
		flex-direction: row;
		display: flex;
		align-items: center;
	}
	body div.ldgr.dethree {
		display: inline-block;
		width: 300px;
		height: 250px;
		margin-left: 16px;
		margin: 8px auto;
		background: var(--cnd-bgg);
		text-align: center;
		margin-bottom: 16px;
		vertical-align: top;

	}
	body div.ldgr.three {
		display: inline-block;
		width: 300px;
		height: 250px;
		margin-left: 16px;
		margin: 8px auto;
		background: var(--cnd-bgg);
		text-align: center;
		margin-bottom: 16px;
		vertical-align: top;
		padding: 0;

	}
	body div.ldgr-duplex div.ldgr-sublet {
		flex: 50%;
		display: flex;

	}
	body > footer:first-of-type {
		padding-bottom: 240px;
	}
	body > main:first-of-type {
		max-width: 980px;

	}
	body > main:first-of-type > section.atf {
		flex-direction: row;

	}
	body > main:first-of-type > section.atf > article.featured {
		flex: 40%;
	}
	body > main:first-of-type > section.atf > article.howto {
		flex: 60%;
		padding: 0 16px;
	}
	body > main:first-of-type > section.atf > article.featured > div > section {
		font-size: 36px;
		line-height: 1.25;
		aspect-ratio: 2.25 / 1;
	}
	body > main:first-of-type > section.atf > article.howto > ol > li > p {
		font-size: 18px;
		margin: 16px 0;

	}
	body > main:first-of-type > section.atf > article.howto > blockquote {
		font-size: 20px;
	}

	body > main:first-of-type > section.btf {
		flex-direction: row;
		min-height: 250px;
	}
	body > main:first-of-type > section.btf > article.ending-soon {
		flex: 1;
	}
	body > main:first-of-type > section.btf > article.promo {
		flex-basis: 320px;
		flex-grow: 0;
		flex-shrink: 0;
		display: block;
	}

	ol.list-control {
		width: 100%;
		white-space: normal;
		overflow: revert;
		height: auto;
		padding: 0 16px 0 0;
	}
	ol.list-control > li {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 16px;
		padding: 0 8px 0 0;
	}
	ol.list-control > li > a > img {
		display: inline-block;
		vertical-align: top;
		width: 320px;
		border-right: 1px solid var(--cnd-lgr);
	}
	ol.list-control > li > div {
		display: inline-block;
		vertical-align: top;
		height: 320px;
		width: calc( 100% - 320px );
	}
	ol.list-control > li > div > span {
		font-size: 24px;
		line-height: 1.2;
		padding: 8px;
	}
	ol.list-control > li > div > aside {
		display: block;
		width: calc( 100% + 8px );
		left: 0;
		bottom: 0;
	}
	ol.list-control > li > div > p {
		display: block;
		font-size: 14px;
		padding: 16px;
		margin: 0;
	}

	body div.ldgr.moboard {
		display: none;
	}
	body > header:first-of-type > div > section.primitive.quicklinks > ul > li[rel="recipe-search"] {
		display: inline-block;
	}
	footer.pagination {
		margin: 12px auto 0 auto;
	}
	button.enter {
		display: block;
		font-style: italic;
		font-weight: 800;
		cursor: pointer;
		position: absolute;
		margin: 0;
		border-radius: 4px;
	}
	button.enter a {
		text-decoration: none;
		color: inherit;
	}
	body > main:first-of-type > section.atf > article.howto > blockquote > button.enter {
		background-color: var(--cnd-red);
		color: var(--cnd-wht);
		line-height: 20px;
		font-size: 24px;
		padding: 12px;
		border: 3px solid var(--cnd-red);
		position: static;
		display: inline-block;

	}
	body > main:first-of-type > section.atf > article.featured > button.enter {
		background-color: var(--cnd-red);
		color: var(--cnd-wht);
		line-height: 20px;
		font-size: 24px;
		padding: 12px;
		border: 3px solid var(--cnd-red);
		top: 6px;
		right: 6px;

	}
	body > main:first-of-type > section.btf > article.ending-soon button.enter {
		background-color: var(--cnd-blu);
		color: var(--cnd-wht);
		line-height: 20px;
		font-size: 18px;
		padding: 6px;
		border: 3px solid var(--cnd-blu);
		top: 6px;
		left: 185px;
	}
	button.enter:hover {
		box-shadow: var(--cnd-bxs);
		border: 3px solid var(--cnd-mgr) !important;

	}
	button.enter:active {
		border: 3px solid var(--cnd-mwt) !important;
	}
	button.enter {
		transition-duration: 0.35s;
	}
}

/* large screen oddities */
@media all and (min-width: 1220px)
{
	body > main:first-of-type > section.atf > article.featured > div > section {
		/*font-size: 42px;
		line-height: 1.7;*/
		aspect-ratio: 5 / 2;
	}
	ol.list-control > li > div > span {
		font-size: 36px;
		line-height: 1.2;
	}
	ol.list-control > li > div > p {
		font-size: 16px;
	}
}
/* article.winners {

} */
article.winners ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
article.winners li {
	line-height: 125px;
}
article.winners ul li span.prizing img {
	width: 125px;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
}
article.winners ul li span.prizing span {
	margin-right: 16px;
	display: inline-block;
	font-weight: bold;
}

.ldgr em {display: none; font-size: 75%}

body.adthrive-device-phone div.ldgr.leaderboard {
    min-height: 0;
    padding: 0;
}

.text-muted {color: var(--cnd-gry);}
.small {font-size: 85%;}
[data-ym]:not(.triggered):hover,
[data-ym]:not(.triggered):hover .text-muted {
    background: var(--cnd-blu);
    color: var(--cnd-wht) !important;
    cursor: pointer;
}
.loader {
    width: 16px;
    height: 16px;
    border: 2px solid var(--cnd-gry);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}