TandoorRecipes/cookbook/tests/other/test_data/americastestkitchen.html
2021-04-16 09:02:02 -05:00

1492 lines
344 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="en"><head><script src="https://cmp.osano.com/AzqNNFSRwIw6m2xVQ/416922d3-64a5-4e9c-8823-75b4a18c21b4/osano.js"></script><script id="global-dry-js">/* eslint-disable */
(function (win, doc) {
var dryTopics = {}, hOP = dryTopics.hasOwnProperty, debug = false,
customEvents = {
'dry:ready': doc.createEvent('Event')
},
rtRe = /\/kids\/(recipes|activities|discover|quizzes|home|search)/;
function reducedTracking() {
var hostname = document.location.hostname, path = document.location.pathname;
return rtRe.test(path);
}
function createTopic(topic) {
dryTopics[topic] = {data: null, subscribers: [] };
}
function subscribe(topic, listener, defer) {
if(!hOP.call(dryTopics, topic)) { createTopic(topic); }
var immediate = typeof defer === 'undefined';
var index = dryTopics[topic].subscribers.push(listener) - 1;
var data = dryTopics[topic].data;
if (debug) console.info('subscribe', topic, data);
if (data && immediate) listener(JSON.parse(JSON.stringify(data)));
return { remove: function() { delete dryTopics[topic].subscribers[index];} };
}
function publish(topic, data) {
if(!hOP.call(dryTopics, topic)) { createTopic(topic); }
dryTopics[topic].data = JSON.parse(JSON.stringify(data || true));
if (debug) console.info('publish', topic, data);
dryTopics[topic].subscribers.forEach(function(item) {
if (typeof item === 'function') { item(typeof data !== 'undefined' ? data : true); }
});
if (customEvents[topic]) win.dispatchEvent(customEvents[topic]);
}
win.dry = win.dry || {
events: { subscribe: subscribe, publish: publish },
DOMContentLoaded: false,
mpLoaded: false,
};
Object.keys(customEvents).forEach(function (customEvent) {
customEvents[customEvent].initEvent(customEvent, true, true);
});
win.dry.events.publish('dry:events');
// mixpanel start, do not edit
(function(c,a){if(!a.__SV){var b=window;try{var d,m,j,k=b.location,f=k.hash;d=function(a,b){return(m=a.match(RegExp(b+"=([^&]*)")))?m[1]:null};f&&d(f,"state")&&(j=JSON.parse(decodeURIComponent(d(f,"state"))),"mpeditor"===j.action&&(b.sessionStorage.setItem("_mpcehash",f),history.replaceState(j.desiredHash||"",c.title,k.pathname+k.search)))}catch(n){}var l,h;window.mixpanel=a;a._i=[];a.init=function(b,d,g){function c(b,i){var a=i.split(".");2==a.length&&(b=b[a[0]],i=a[1]);b[i]=function(){b.push([i].concat(Array.prototype.slice.call(arguments,
0)))}}var e=a;"undefined"!==typeof g?e=a[g]=[]:g="mixpanel";e.people=e.people||[];e.toString=function(b){var a="mixpanel";"mixpanel"!==g&&(a+="."+g);b||(a+=" (stub)");return a};e.people.toString=function(){return e.toString(1)+".people (stub)"};l="disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove".split(" ");
for(h=0;h<l.length;h++)c(e,l[h]);var f="set set_once union unset remove delete".split(" ");e.get_group=function(){function a(c){b[c]=function(){call2_args=arguments;call2=[c].concat(Array.prototype.slice.call(call2_args,0));e.push([d,call2])}}for(var b={},d=["get_group"].concat(Array.prototype.slice.call(arguments,0)),c=0;c<f.length;c++)a(f[c]);return b};a._i.push([b,d,g])};a.__SV=1.2;b=c.createElement("script");b.type="text/javascript";b.defer=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?
MIXPANEL_CUSTOM_LIB_URL:"file:"===c.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";d=c.getElementsByTagName("script")[0];d.parentNode.insertBefore(b,d)}})(document,window.mixpanel||[]);
// mixpanel end
function cfgVal(n, defaultValue) {
if (typeof dry.getUrlParameter === 'undefined') return defaultValue;
var v = dry.getUrlParameter(n);
if (v) {var e = new Date(); e.setDate(e.getDate() + 14);doc.cookie = n + '=' + v + ';expires=' + e + ';path=/; Secure';}
return v || dry.getCookie(n) || defaultValue;
}
function onUserLoaded(user) {
var isDry = typeof dry.now !== 'undefined',hn = doc.location.hostname, siteKey="atk";-1!==hn.indexOf("untry")?siteKey="cco":-1!==hn.indexOf("illust")&&(siteKey="cio");
var arr = ["cds_page_id","cds_response","extcode","incode","offer_code","utm_source", "ref"];
var cfg = {email:null,user_segment:"anonymous",package:null,role:"guest",site_key:siteKey,id:null, external_id:null};
var dId;
if (isDry && reducedTracking() === false) {
arr.forEach(function(c) { cfg[c] = cfgVal(c); });
if (user.currentUser) {
dId = user.currentUser.idDigest;
cfg.id = user.currentUser.id;
cfg.external_id = user.currentUser.externalId;
cfg.email = user.currentUser.email;
}
if (user.currentUserAccess) {
cfg.package = user.currentUserAccess.package;
cfg.role = user.currentUserAccess.role;
cfg.user_segment = user.currentUserAccess.segment;
}
}
mixpanel.register(cfg);
if (isDry) mixpanel.register_once({ first_visited_at: dry.now() });
if (dId && mixpanel.get_distinct_id().indexOf('@') !== -1) {
dry.events.publish('mixpanel:merge');
mixpanel.identify(dId);
}
dry.events.publish('mixpanel:user:loaded');
}
doc.addEventListener('DOMContentLoaded', function () {
win.dry.DOMContentLoaded = true;
win.dry.events.publish('dom:loaded');
});
var ipTracking = true, blacklist = '[]';
if (reducedTracking()) {
ipTracking = false;
blacklist='["distinct_id","ip_address","ip","email","user_id","active_memberships","active_registrations","cancelled_memberships","package","role","id","external_id","user_segment"]"';
}
mixpanel.init(
"12ff96ec1a3996bd2d21358fe96f1c5c", {
persistence: 'localStorage',
ip: ipTracking,
property_blacklist: blacklist,
loaded: function () {
win.dry.mpLoaded = true;
win.dry.events.subscribe('user:get', onUserLoaded);
win.dry.events.publish('mixpanel:loaded');
}
});
}(window, document));
</script><script id="global-base-js-url" src="//d1nfaf380zbiur.cloudfront.net/assets/guides/base-2300101b7f6d2eb16bebca0ca8dcf54f2d5f2775f2804a26c7d963cf68766de5.js" defer=""></script><script crossorigin="anonymous" id="global-header-js-url" src="//d1nfaf380zbiur.cloudfront.net/assets/guides/global_components_no_jquery-bf8f7fcb0153745a39cc3461075d1ded7d0b919aa47a97a1aad2906bafe9c0e9.js" defer=""></script><style id="global-header-css-text">input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{display:none}:-moz-placeholder,::-moz-placeholder{opacity:1}.hidden{display:none !important}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;white-space:inherit}.visuallyhidden{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}@media (max-width: 767px){.is-not-mobile-display{display:none}}@media (min-width: 768px){.is-mobile-display{display:none}}body{position:relative}p{margin:0}.atkGobalWrapper,.atkOffsetPanel,.atkGlobalModal{-webkit-font-smoothing:antialiased;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;clear:both;font-family:initial !important;font-size:initial !important;margin:0}@media print{.atkGobalWrapper,.atkOffsetPanel,.atkGlobalModal{display:none}}.atkGobalWrapper *,.atkGobalWrapper *::before,.atkGobalWrapper *::after,.atkOffsetPanel *,.atkOffsetPanel *::before,.atkOffsetPanel *::after,.atkGlobalModal *,.atkGlobalModal *::before,.atkGlobalModal *::after{-webkit-tap-highlight-color:transparent;box-sizing:border-box !important}@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2){.atkGobalWrapper *,.atkGobalWrapper *::before,.atkGobalWrapper *::after,.atkOffsetPanel *,.atkOffsetPanel *::before,.atkOffsetPanel *::after,.atkGlobalModal *,.atkGlobalModal *::before,.atkGlobalModal *::after{cursor:pointer;-webkit-tap-highlight-color:transparent}}@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2){.atkGobalWrapper *,.atkGobalWrapper *::before,.atkGobalWrapper *::after,.atkOffsetPanel *,.atkOffsetPanel *::before,.atkOffsetPanel *::after,.atkGlobalModal *,.atkGlobalModal *::before,.atkGlobalModal *::after{cursor:pointer;-webkit-tap-highlight-color:transparent}}@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3){.atkGobalWrapper *,.atkGobalWrapper *::before,.atkGobalWrapper *::after,.atkOffsetPanel *,.atkOffsetPanel *::before,.atkOffsetPanel *::after,.atkGlobalModal *,.atkGlobalModal *::before,.atkGlobalModal *::after{cursor:pointer;-webkit-tap-highlight-color:transparent}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1){.atkGobalWrapper *,.atkGobalWrapper *::before,.atkGobalWrapper *::after,.atkOffsetPanel *,.atkOffsetPanel *::before,.atkOffsetPanel *::after,.atkGlobalModal *,.atkGlobalModal *::before,.atkGlobalModal *::after{cursor:pointer;-webkit-tap-highlight-color:transparent}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2){.atkGobalWrapper *,.atkGobalWrapper *::before,.atkGobalWrapper *::after,.atkOffsetPanel *,.atkOffsetPanel *::before,.atkOffsetPanel *::after,.atkGlobalModal *,.atkGlobalModal *::before,.atkGlobalModal *::after{cursor:pointer;-webkit-tap-highlight-color:transparent}}.atkGobalWrapper a,.atkOffsetPanel a,.atkGlobalModal a{-webkit-text-decoration-skip:objects}.atkGobalWrapper b,.atkGobalWrapper strong,.atkOffsetPanel b,.atkOffsetPanel strong,.atkGlobalModal b,.atkGlobalModal strong{font-weight:inherit}.atkGobalWrapper b,.atkGobalWrapper strong,.atkOffsetPanel b,.atkOffsetPanel strong,.atkGlobalModal b,.atkGlobalModal strong{font-weight:bolder}.atkGobalWrapper small,.atkOffsetPanel small,.atkGlobalModal small{font-size:80%}.atkGobalWrapper svg:not(:root),.atkOffsetPanel svg:not(:root),.atkGlobalModal svg:not(:root){overflow:hidden}.atkGobalWrapper button,.atkGobalWrapper input,.atkGobalWrapper optgroup,.atkGobalWrapper select,.atkGobalWrapper textarea,.atkOffsetPanel button,.atkOffsetPanel input,.atkOffsetPanel optgroup,.atkOffsetPanel select,.atkOffsetPanel textarea,.atkGlobalModal button,.atkGlobalModal input,.atkGlobalModal optgroup,.atkGlobalModal select,.atkGlobalModal textarea{margin:0}.atkGobalWrapper button,.atkGobalWrapper input,.atkOffsetPanel button,.atkOffsetPanel input,.atkGlobalModal button,.atkGlobalModal input{overflow:visible}.atkGobalWrapper button,.atkGobalWrapper select,.atkOffsetPanel button,.atkOffsetPanel select,.atkGlobalModal button,.atkGlobalModal select{text-transform:none}.atkGobalWrapper button,.atkGobalWrapper html [type="button"],.atkGobalWrapper [type="reset"],.atkGobalWrapper [type="submit"],.atkGobalWrapper [type="email"],.atkOffsetPanel button,.atkOffsetPanel html [type="button"],.atkOffsetPanel [type="reset"],.atkOffsetPanel [type="submit"],.atkOffsetPanel [type="email"],.atkGlobalModal button,.atkGlobalModal html [type="button"],.atkGlobalModal [type="reset"],.atkGlobalModal [type="submit"],.atkGlobalModal [type="email"]{-webkit-appearance:none}.atkGobalWrapper button::-moz-focus-inner,.atkGobalWrapper [type="button"]::-moz-focus-inner,.atkGobalWrapper [type="reset"]::-moz-focus-inner,.atkGobalWrapper [type="submit"]::-moz-focus-inner,.atkOffsetPanel button::-moz-focus-inner,.atkOffsetPanel [type="button"]::-moz-focus-inner,.atkOffsetPanel [type="reset"]::-moz-focus-inner,.atkOffsetPanel [type="submit"]::-moz-focus-inner,.atkGlobalModal button::-moz-focus-inner,.atkGlobalModal [type="button"]::-moz-focus-inner,.atkGlobalModal [type="reset"]::-moz-focus-inner,.atkGlobalModal [type="submit"]::-moz-focus-inner{border-style:none;padding:0}.atkGobalWrapper button:-moz-focusring,.atkGobalWrapper [type="button"]:-moz-focusring,.atkGobalWrapper [type="reset"]:-moz-focusring,.atkGobalWrapper [type="submit"]:-moz-focusring,.atkOffsetPanel button:-moz-focusring,.atkOffsetPanel [type="button"]:-moz-focusring,.atkOffsetPanel [type="reset"]:-moz-focusring,.atkOffsetPanel [type="submit"]:-moz-focusring,.atkGlobalModal button:-moz-focusring,.atkGlobalModal [type="button"]:-moz-focusring,.atkGlobalModal [type="reset"]:-moz-focusring,.atkGlobalModal [type="submit"]:-moz-focusring{border:none}.atkGobalWrapper [type="checkbox"],.atkGobalWrapper [type="radio"],.atkOffsetPanel [type="checkbox"],.atkOffsetPanel [type="radio"],.atkGlobalModal [type="checkbox"],.atkGlobalModal [type="radio"]{box-sizing:border-box;padding:0}.atkGobalWrapper [type="number"]::-webkit-inner-spin-button,.atkGobalWrapper [type="number"]::-webkit-outer-spin-button,.atkOffsetPanel [type="number"]::-webkit-inner-spin-button,.atkOffsetPanel [type="number"]::-webkit-outer-spin-button,.atkGlobalModal [type="number"]::-webkit-inner-spin-button,.atkGlobalModal [type="number"]::-webkit-outer-spin-button{height:auto}.atkGobalWrapper input[type="search"],.atkGobalWrapper input[type="email"],.atkOffsetPanel input[type="search"],.atkOffsetPanel input[type="email"],.atkGlobalModal input[type="search"],.atkGlobalModal input[type="email"]{-webkit-appearance:none;outline-offset:-2px;border-radius:0}.atkGobalWrapper [type="search"]::-webkit-search-cancel-button,.atkGobalWrapper [type="search"]::-webkit-search-decoration,.atkOffsetPanel [type="search"]::-webkit-search-cancel-button,.atkOffsetPanel [type="search"]::-webkit-search-decoration,.atkGlobalModal [type="search"]::-webkit-search-cancel-button,.atkGlobalModal [type="search"]::-webkit-search-decoration{-webkit-appearance:none}.atkGobalWrapper :-moz-placeholder,.atkGobalWrapper ::-moz-placeholder,.atkGobalWrapper ::-webkit-input-placeholder,.atkOffsetPanel :-moz-placeholder,.atkOffsetPanel ::-moz-placeholder,.atkOffsetPanel ::-webkit-input-placeholder,.atkGlobalModal :-moz-placeholder,.atkGlobalModal ::-moz-placeholder,.atkGlobalModal ::-webkit-input-placeholder{opacity:1}.atkGobalWrapper input[type="search"],.atkGobalWrapper input[type="email"],.atkOffsetPanel input[type="search"],.atkOffsetPanel input[type="email"],.atkGlobalModal input[type="search"],.atkGlobalModal input[type="email"]{box-sizing:border-box}.atkGobalWrapper input[type="search"]::-webkit-search-decoration,.atkGobalWrapper input[type="search"]::-webkit-search-cancel-button,.atkGobalWrapper input[type="search"]::-webkit-search-results-button,.atkGobalWrapper input[type="search"]::-webkit-search-results-decoration,.atkOffsetPanel input[type="search"]::-webkit-search-decoration,.atkOffsetPanel input[type="search"]::-webkit-search-cancel-button,.atkOffsetPanel input[type="search"]::-webkit-search-results-button,.atkOffsetPanel input[type="search"]::-webkit-search-results-decoration,.atkGlobalModal input[type="search"]::-webkit-search-decoration,.atkGlobalModal input[type="search"]::-webkit-search-cancel-button,.atkGlobalModal input[type="search"]::-webkit-search-results-button,.atkGlobalModal input[type="search"]::-webkit-search-results-decoration{display:none}.atkGobalWrapper [hidden],.atkOffsetPanel [hidden],.atkGlobalModal [hidden]{display:none !important;height:0;width:0;margin:0;overflow:hidden;padding:0}@media (max-width: 767px){.atkGobalWrapper .is-not-mobile-display,.atkOffsetPanel .is-not-mobile-display,.atkGlobalModal .is-not-mobile-display{display:none !important;height:0;width:0;margin:0;overflow:hidden;padding:0}}@media (min-width: 768px){.atkGobalWrapper .is-mobile-display,.atkOffsetPanel .is-mobile-display,.atkGlobalModal .is-mobile-display{display:none !important;height:0;width:0;margin:0;overflow:hidden;padding:0}}@media (max-width: 1100px){.atkGobalWrapper .is-desktop-display,.atkOffsetPanel .is-desktop-display,.atkGlobalModal .is-desktop-display{display:none !important;height:0;width:0;margin:0;overflow:hidden;padding:0}}@media (min-width: 1100px){.atkGobalWrapper .is-not-desktop-display,.atkOffsetPanel .is-not-desktop-display,.atkGlobalModal .is-not-desktop-display{display:none !important;height:0;width:0;margin:0;overflow:hidden;padding:0}}@media (min-width: 768px) and (max-width: 1100px){.atkGobalWrapper .hide-tablet,.atkOffsetPanel .hide-tablet,.atkGlobalModal .hide-tablet{display:none !important;height:0;width:0;margin:0;overflow:hidden;padding:0}}.atkGlobal-position-fixed{position:fixed !important;width:100%}.atkGobalWrapper input[type='submit'],.atkGobalWrapper button,.atkOffSitePanel input[type='submit'],.atkOffSitePanel button{visibility:hidden}.atkFormDisplay{visibility:hidden}.atkPinnedHeader .atkGlobalSearch,.atkGlobalSiteHeader__search .atkGlobalSearch{color:#3d3d3d;float:left;overflow:hidden;position:relative;width:100%}.atkPinnedHeader .atkGlobalSearch input[type='email'],.atkGlobalSiteHeader__search .atkGlobalSearch input[type='email'],.atkPinnedHeader .atkGlobalSearch input[type='search'],.atkGlobalSiteHeader__search .atkGlobalSearch input[type='search'],.atkPinnedHeader .atkGlobalSearch input[type='text'],.atkGlobalSiteHeader__search .atkGlobalSearch input[type='text']{font-size:11px;color:#3d3d3d;font-size:1.6rem;font-family:"Merriweather", serif}.atkPinnedHeader .atkGlobalSearch :-moz-placeholder,.atkGlobalSiteHeader__search .atkGlobalSearch :-moz-placeholder,.atkPinnedHeader .atkGlobalSearch ::-moz-placeholder,.atkGlobalSiteHeader__search .atkGlobalSearch ::-moz-placeholder{color:rgba(63,43,30,0.4) !important;font-size:11px;font-style:italic}.atkPinnedHeader .atkGlobalSearch input:-ms-input-placeholder,.atkGlobalSiteHeader__search .atkGlobalSearch input:-ms-input-placeholder{color:#3d3d3d;font-size:1.6rem;font-family:"Merriweather", serif;color:rgba(63,43,30,0.4) !important;font-size:11px;font-style:italic}.atkPinnedHeader .atkGlobalSearch input::-webkit-input-placeholder,.atkGlobalSiteHeader__search .atkGlobalSearch input::-webkit-input-placeholder{color:#3d3d3d;font-size:1.6rem;font-family:"Merriweather", serif;color:rgba(63,43,30,0.4) !important;font-size:11px;font-style:italic}.atkPinnedHeader .atkGlobalSearch input[type="text"]::placeholder,.atkGlobalSiteHeader__search .atkGlobalSearch input[type="text"]::placeholder,.atkPinnedHeader .atkGlobalSearch input[type="email"]::placeholder,.atkGlobalSiteHeader__search .atkGlobalSearch input[type="email"]::placeholder{color:#3d3d3d;font-size:1.6rem;font-family:"Merriweather", serif;color:rgba(63,43,30,0.4) !important;font-size:11px;font-style:italic}.atkPinnedHeader svg.atkGlobalSearch__search-icon,.atkGlobalSiteHeader__search svg.atkGlobalSearch__search-icon{bottom:0;display:block !important;height:2rem;left:0.8rem;margin:auto;position:absolute;top:0;width:2rem}.atkPinnedHeader svg.atkGlobalSearch__search-icon path,.atkGlobalSiteHeader__search svg.atkGlobalSearch__search-icon path{fill:#6ba6aa}.atkPinnedHeader svg.atkGlobalSearch__search-icon:hover,.atkGlobalSiteHeader__search svg.atkGlobalSearch__search-icon:hover{cursor:pointer}.atkPinnedHeader svg.atkGlobalSearch__search-icon:hover path,.atkGlobalSiteHeader__search svg.atkGlobalSearch__search-icon:hover path{fill:#507D7F}.atkPinnedHeader input[type="search"].atkGlobalSearch__input,.atkGlobalSiteHeader__search input[type="search"].atkGlobalSearch__input{-moz-appearance:none;-webkit-appearance:none;border-radius:0;float:left;line-height:1.65;padding:0.54rem 0 0.56rem 3.375rem;width:100%;font-size:1.2rem;border:#c2c2c2 1px solid;color:#3d3d3d}.atkPinnedHeader input[type="search"].atkGlobalSearch__input::placeholder,.atkGlobalSiteHeader__search input[type="search"].atkGlobalSearch__input::placeholder{font-family:"Merriweather", serif;font-size:1.2rem;font-style:italic;opacity:1 !important}@media (min-width: 768px){.atkPinnedHeader input[type="search"].atkGlobalSearch__input,.atkGlobalSiteHeader__search input[type="search"].atkGlobalSearch__input{font-size:1.6rem;line-height:1.25;padding:1rem 0 1rem 3.6rem}.atkPinnedHeader input[type="search"].atkGlobalSearch__input::placeholder,.atkGlobalSiteHeader__search input[type="search"].atkGlobalSearch__input::placeholder{font-size:1.6rem}.atkPinnedHeader input[type="search"].atkGlobalSearch__input{background-color:#fff;border:1px solid #c2c2c2;font-size:1.3rem;padding:0.7rem 0 0.7rem 3.6rem}.atkPinnedHeader input[type="search"].atkGlobalSearch__input::placeholder{font-size:1.3rem}}.atkPinnedHeader input[type="search"].atkGlobalSearch__input::placeholder,.atkGlobalSiteHeader__search input[type="search"].atkGlobalSearch__input::placeholder{color:#3d3d3d !important}.atkPinnedHeader label.atkGlobalSearch__label,.atkGlobalSiteHeader__search label.atkGlobalSearch__label{clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}.atkPinnedHeader .atkGlobalSearch__submit,.atkPinnedHeader input[type="submit"].atkGlobalSearch__submit,.atkGlobalSiteHeader__search .atkGlobalSearch__submit,.atkGlobalSiteHeader__search input[type="submit"].atkGlobalSearch__submit{clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}.atkOffsitePanel{position:fixed;left:-100vw;width:100%}.atkPinnedHeader__cta a.button,.atkPinnedHeader__cta a.atkAccountNav__trigger--link,.atkPinnedHeader__cta a.button.default,.atkPinnedHeader__link{font-family:"proximaNovaBold", sans-serif;font-size:12px;line-height:2.4;letter-spacing:0.1px;text-decoration:none;text-transform:uppercase;background-color:#ececec;border-color:#ececec;color:#525151}.atkPinnedHeader__cta a.button svg,.atkPinnedHeader__cta a.atkAccountNav__trigger--link svg,.atkPinnedHeader__cta a.button.default svg,.atkPinnedHeader__link svg{height:15px;width:15px;margin-right:8px}.atkPinnedHeader__cta a.button svg,.atkPinnedHeader__cta a.atkAccountNav__trigger--link svg,.atkPinnedHeader__cta a.button.default svg,.atkPinnedHeader__link svg{fill:#525151}.atkPinnedHeader__cta a.button:hover,.atkPinnedHeader__cta a.atkAccountNav__trigger--link:hover,.atkPinnedHeader__link:hover{background-color:#f6f6f6;border-color:#f6f6f6;color:#525151}.atkPinnedHeader{background-color:#fff;border-bottom:#e6e6e6 1px solid;width:100%;position:relative;z-index:1039;transition:all 0.2s ease-in-out;-ms-transform:translateY(-100%);-webkit-transform:translateY(-100%);transform:translateY(-100%);position:absolute;top:0;left:0}.atkPinnedHeader *,.atkPinnedHeader *::before,.atkPinnedHeader *::after{box-sizing:border-box}.atkPinnedHeader.atkPinnedHeader__is-pinned{-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0);display:block;position:fixed}.atkPinnedHeader__cta{display:-webkit-flex;display:-moz-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-left:auto}.atkPinnedHeader__cta>div{display:-webkit-flex;display:-moz-flex;display:flex;margin-right:8px}.atkPinnedHeader__cta .atkAccountNav__trigger{margin-left:-1px;margin-right:-1px}.atkPinnedHeader__cta a.button,.atkPinnedHeader__cta a.atkAccountNav__trigger--link{display:inline-block}.atkPinnedHeader__cta a.button{color:#fff;padding:0.2rem 2rem}@media (min-width: 768px){.atkPinnedHeader__cta a.button{border:0;height:3.2rem;padding:0.2rem 1.6rem}}.atkPinnedHeader__cta a.button.hilite{background-color:#68a242;border-color:#68a242}.atkPinnedHeader__cta a.button.hilite:hover{background-color:#87b569;border-color:#87b569}.atkPinnedHeader__cta .atkFormDisplay__form{left:0;top:30px}.atkPinnedHeader__cta .atkFormDisplay__toggle--primary{z-index:1039}.atkPinnedHeader__cta .atkFormDisplay__toggle--primary::after{bottom:-4px;height:7px;left:-1px;width:calc(100% + 2px)}.atkPinnedHeader__cta .atkFormDisplay__toggle--primary.button:hover{color:#fff}.atkPinnedHeader__cta .atkFormDisplay.active a.button.hilite{background-color:#fff;border-color:#fff;color:#68a242}.atkPinnedHeader__cta .atkFormDisplay.active a.button.hilite::before{background-color:#68a242;content:"";height:3px;left:-1px;position:absolute;top:-1px;width:calc(100% + 2px)}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.atkPinnedHeader__cta .atkFormDisplay.active .atkFormDisplay__toggle--primary{border:#ccc 1px solid !important}.atkPinnedHeader__cta .atkFormDisplay.active .atkFormDisplay__toggle--primary::after{width:100% !important}.atkPinnedHeader__cta .atkFormDisplay.active .atkFor__form{top:29px}}@supports (-ms-accelerator: true){.atkPinnedHeader__cta .atkFormDisplay.active .atkFormDisplay__toggle--primary{border:#ccc 1px solid !important}.atkPinnedHeader__cta .atkFormDisplay.active .atkFormDisplay__toggle--primary::after{width:100% !important}.atkPinnedHeader__cta .atkFormDisplay.active .atkFor__form{top:29px}}.atkPinnedHeader__cta .atkFormDisplay__toggle{display:-webkit-flex;display:-moz-flex;display:flex}@media (min-width: 768px){.atkPinnedHeader__cta .atkFormDisplay{padding:0}}@media (min-width: 768px){.atkPinnedHeader__cta .atkFormDisplay__dialog{left:0;top:3.3rem}}.atkPinnedHeader__cta .atkAccountNav__trigger--link{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:transparent !important}.atkPinnedHeader__cta .atkAccountNav__trigger--link:hover{background-color:transparent !important}.atkPinnedHeader__cta .atkAccountNav.active .atkAccountNav__trigger{border:#d8d8d8 1px solid;border-bottom:none;background-color:#fff}.atkPinnedHeader__cta .atkAccountNav.active .atkAccountNav__trigger--link{background-color:#fff}.atkPinnedHeader__cta .atkAccountNav.active .atkAccountNav__trigger::after,.atkPinnedHeader__cta .atkAccountNav.active .atkAccountNav__trigger::before{content:" ";display:block;left:0;position:absolute;width:100%;z-index:1039}.atkPinnedHeader__cta .atkAccountNav.active .atkAccountNav__trigger::after{background-color:#fff;bottom:-3px;height:5px}.atkPinnedHeader__cta .atkAccountNav.active .atkAccountNav__trigger::before{height:3px;top:-1px;background-color:#ececec}.atkPinnedHeader__cta .atkAccountNav.active .atkAccountNav__trigger,.atkPinnedHeader__cta .atkAccountNav.active .atkAccountNav__menu{box-shadow:0 0 3px rgba(0,0,0,0.5)}.atkPinnedHeader__cta .atkAccountNav__menu{border-top:#d8d8d8 1px solid;right:-1px;top:33px;z-index:0}.atkPinnedHeader__cta .atkAccountNav__trigger{transition:all 0.2s ease-in-out;border:transparent 1px solid;border-bottom:none;cursor:pointer;padding:0 10px;position:relative;z-index:1;background-color:#ececec}@media (min-width: 768px){.atkPinnedHeader__cta .atkAccountNav__trigger{padding:0.15rem 1.6rem}}.atkPinnedHeader__cta .atkAccountNav__trigger:hover{background-color:#f6f6f6}.atkPinnedHeader__cta .atkAccountNav__trigger a.atkAccountNav__trigger--link span{color:#525151}.atkPinnedHeader__cta .atkAccountNav__trigger--toggle{fill:#525151 !important}.atkPinnedHeader__link{display:-webkit-flex;display:-moz-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;padding:1px 10px}.atkPinnedHeader__logo{margin:0 0.8rem}.atkPinnedHeader__logo a{display:-webkit-flex;display:-moz-flex;display:flex}.atkPinnedHeader__logo svg{height:3.1rem;width:8.5rem;fill:#d73a15}@media (min-width: 768px){.atkPinnedHeader__logo{margin:0 50px 0 0}}.atkPinnedHeader__menuTrigger,.atkPinnedHeader [type="button"]{cursor:pointer;padding:0.15rem 0.125rem 0;text-align:center}.atkPinnedHeader__menuTrigger svg,.atkPinnedHeader [type="button"] svg{transition:fill 0.2s ease-in-out;fill:#3d3d3d}.atkPinnedHeader__menuTrigger:hover svg,.atkPinnedHeader [type="button"]:hover svg{fill:#898989}.atkPinnedHeader__menuTrigger [class*="close"] svg,.atkPinnedHeader [type="button"] [class*="close"] svg{height:1.8rem;width:2rem}.atkPinnedHeader__menuTrigger [class*="open"] svg,.atkPinnedHeader [type="button"] [class*="open"] svg{height:23px;width:2rem}.atkPinnedHeader__search{-webkit-flex:auto;-moz-flex:auto;-ms-flex:auto;flex:auto;max-width:38.4rem}.atkPinnedHeader__wrapper{display:-webkit-flex;display:-moz-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;height:46px;margin-left:auto;margin-right:auto;max-width:1136px;padding:0 8px 0 9px}@media (min-width: 768px){.atkPinnedHeader__wrapper{padding:0 0.8rem 0 0}}@media (min-width: 1136px){.atkPinnedHeader__wrapper{padding:0}}.atkPinnedHeader{display:none}.atkAccountNav{visibility:hidden}.atkGlobalNav__trigger--toggle{display:none}.atkGlobalNav__menu{display:none}@media (min-width: 1100px){.atkGlobalNav{display:-webkit-flex;display:-moz-flex;display:flex;height:35px}.atkGlobalNav__link{-webkit-align-self:stretch;-moz-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;transition:all 0.2s ease-in-out;position:relative}.atkGlobalNav__link:not(:first-child){padding:0 12px}.atkGlobalNav__link:first-child{padding-right:6px}.atkGlobalNav__menu{display:-webkit-flex;display:-moz-flex;display:flex}div.atkGlobalNav__trigger{display:none;height:0;overflow:hidden;width:0}}.atkGlobalSiteHeader{background-color:#fff}.atkGlobalSiteHeader [class$='__wrapper']{display:-webkit-flex;display:-moz-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;padding:0 10px;height:47px}@media (min-width: 768px){.atkGlobalSiteHeader [class$='__wrapper']{height:83px;padding:0 1.6rem}}@media (min-width: 1100px){.atkGlobalSiteHeader [class$='__wrapper']{height:87px;margin-left:auto;margin-right:auto}}@media (min-width: 1136px){.atkGlobalSiteHeader [class$='__wrapper']{padding-right:0}}.atkGlobalSiteHeader [class$='__wrapper']{background-color:#fff;max-width:1136px}.atkGlobalSiteHeader__cta{display:none}.atkGlobalSiteHeader__logo{align-items:center;display:flex;margin:0 0.8rem}@media (min-width: 768px){.atkGlobalSiteHeader__logo{margin:0 1rem 0 0}}.atkGlobalSiteHeader__logo a{display:flex;flex-shrink:0}.atkGlobalSiteHeader__logo svg{cursor:pointer}.atkGlobalSiteHeader__logo svg{fill:#d73a15;height:3.1rem;width:8.5rem}.atkGlobalSiteHeader__logo svg:hover{fill:#d73a15}@media (min-width: 768px){.atkGlobalSiteHeader__logo{margin-right:1.5rem}.atkGlobalSiteHeader__logo svg{height:4.9rem;width:13.2rem}}@media (min-width: 1100px){.atkGlobalSiteHeader__logo{margin-right:2.2rem}}.atkGlobalSiteHeader__menuTrigger,button[type="button"].atkGlobalSiteHeader__menuTrigger{align-items:center;appearance:none;background-color:transparent;border:0;display:flex;padding:0 0.125rem;text-align:center;visibility:visible}.atkGlobalSiteHeader__menuTrigger:hover,button[type="button"].atkGlobalSiteHeader__menuTrigger:hover{background-color:transparent}.atkGlobalSiteHeader__menuTrigger svg,button[type="button"].atkGlobalSiteHeader__menuTrigger svg{display:initial;height:2rem;width:2.4rem}@media (min-width: 768px){.atkGlobalSiteHeader__menuTrigger,button[type="button"].atkGlobalSiteHeader__menuTrigger{display:none}.atkPinnedHeader .atkGlobalSiteHeader__menuTrigger,.atkPinnedHeader button[type="button"].atkGlobalSiteHeader__menuTrigger{display:block;margin:0 1rem}}.atkGlobalSiteHeader__menuTrigger [class$="--label"],button[type="button"].atkGlobalSiteHeader__menuTrigger [class$="--label"]{color:#3d3d3d}.atkGlobalSiteHeader__menuTrigger svg,button[type="button"].atkGlobalSiteHeader__menuTrigger svg{fill:#3d3d3d}.atkGlobalSiteHeader__search{align-items:center;display:flex;flex:1;margin-left:auto;max-width:56rem}.atkGlobalSiteHeader__search button,.atkGlobalSiteHeader__search input[type="search"],.atkGlobalSiteHeader__search input[type="submit"]{float:left}.atkGlobalSiteNav{display:none;background-color:#fff;border:0}.atkGlobalSiteNav ul li{padding:0}@media (min-width: 768px){.atkGlobalSiteNav{border-bottom:1px solid;color:#d8d8d8;border-top:1px solid}}.atkOffsitePanel .atkGlobalSiteNav{border-top:0;border-bottom:0}.atkGlobalSiteNav__menu{width:100%;padding:0 1.6rem;padding:0}.atkGlobalSiteNav__menu--item{display:flex;text-align:center;position:relative}@media (min-width: 768px){.atkGlobalSiteNav__menu--item{margin:0}}.atkOffsitePanel .atkGlobalSiteNav__menu--item:not(.play-subnav-wrapper){padding:0 1.6rem}.atkGlobalSiteNav__menu--item .play-subnav-wrapper{margin:0}.atkGlobalSiteNav__menu--img{bottom:0;max-width:80px;position:absolute;overflow:hidden;right:0}.atkGlobalSiteNav__menu--img img{max-width:100%;vertical-align:bottom}.atkOffsitePanel__body .atkGlobalSiteNav__menu--img{left:16.5rem;max-width:105px}@media (min-width: 1100px){.atkGlobalSiteNav__menu--img{max-width:105px}}.atkGlobalSiteNav__menu .play-subnav{background:#f5f5f5;color:#3d3d3d;display:flex;font-family:"proximaNovaBold", sans-serif;font-size:1.4rem;list-style-type:none}.atkGlobalSiteNav__menu .play-subnav__item{transition:color ease-in-out .2s;white-space:nowrap}.atkGlobalSiteNav__menu .play-subnav__item a{color:#3d3d3d;text-decoration:none}@media (hover: hover){.atkGlobalSiteNav__menu .play-subnav__item a:hover{color:#d73a15}}@media (hover: hover){.atkGlobalSiteNav__menu .play-subnav__item:hover{color:#d73a15}}.atkGlobalSiteNav__menu .play-subnav__item .play-lockup{border:0;padding:0}.atkOffsitePanel .atkGlobalSiteNav__menu .play-subnav{align-items:flex-start;flex-direction:column;padding-left:0}.atkOffsitePanel .atkGlobalSiteNav__menu .play-subnav__item{border-bottom:1px solid #d8d8d8;line-height:4.2rem;margin:0 1.6rem 0;width:calc(100% - 3.2rem)}.atkOffsitePanel .atkGlobalSiteNav__menu .play-subnav__item:last-child{border-bottom:0}@media (min-width: 768px){.atkGlobalSiteNav__menu .play-subnav{align-items:center;flex-direction:row;font-size:1.1rem;justify-content:space-around;padding:0 1.4rem}.atkGlobalSiteNav__menu .play-subnav__item{margin:0 1.4rem 0 0;padding:0}.atkGlobalSiteNav__menu .play-subnav__item:last-child{margin-right:1rem;margin-right:0}.atkGlobalSiteNav__menu .play-subnav__item:not(:first-child):not(:last-child)::after{color:#3d3d3d;content:'•';margin-left:1.4rem}.atkOffsitePanel .atkGlobalSiteNav__menu .play-subnav__item:not(:first-child):not(:last-child)::after{content:'';margin-left:unset}.atkGlobalSiteNav__menu .play-subnav__item .play-lockup{padding:0}}@media (min-width: 950px){.atkGlobalSiteNav__menu .play-subnav{font-size:1.4rem;padding:0 2rem}.atkOffsitePanel .atkGlobalSiteNav__menu .play-subnav{padding:0}.atkGlobalSiteNav__menu .play-subnav__item{margin-right:2rem}.atkGlobalSiteNav__menu .play-subnav__item:not(:first-child):not(:last-child)::after{margin-left:2rem}}.atkGlobalSiteNav__menu--link{-webkit-tap-highlight-color:transparent;display:block;cursor:pointer;font-family:"proximaNovaBold", sans-serif;letter-spacing:1.4px;position:relative;text-decoration:none;text-transform:uppercase;white-space:nowrap;color:#3d3d3d;font-size:1.4rem;letter-spacing:1.4px;white-space:nowrap}.atkGlobalSiteNav__menu--link:hover{text-decoration:none}.atkGlobalSiteNav__menu--link.hilite{color:#d73a15}.atkGlobalSiteNav__menu--link.hilite:hover{color:#a72e12}.atkGlobalSiteNav__menu--link.active,.atkGlobalSiteNav__menu--link:hover{color:#d73a15}@media (min-width: 768px){.atkGlobalSiteNav__menu--link{font-size:1.1rem;letter-spacing:1.1px;padding:0 1.2rem 0}.atkOffsitePanel .atkGlobalSiteNav__menu--link{padding:0}}@media (min-width: 950px){.atkGlobalSiteNav__menu--link{font-size:1.4rem;letter-spacing:1.4px;padding:0 1.6rem 0}.atkOffsitePanel .atkGlobalSiteNav__menu--link{padding:0}}.atkGlobalSiteNav__menu .play-lockup{align-items:center;display:flex}.atkGlobalSiteNav__menu .play-lockup>*{margin-right:0.375rem;margin-left:0.375rem}.atkGlobalSiteNav__menu .play-lockup svg.play-lockup__play-icon{display:block !important;flex-shrink:0;width:2rem}.atkGlobalSiteNav__menu .play-lockup svg.play-lockup__play-icon path{transition:fill 0.2s linear}@media (hover: hover){.atkGlobalSiteNav__menu .play-lockup:hover svg path{fill:#d73a15}}.atkGlobalSiteNav__menu .play-lockup .play-lockup__new-flag{background-color:#d73a15;border-radius:0.4rem;color:#fff;font-size:0.8rem;line-height:1.2;margin-left:0;padding:0.2rem 0.4rem 0.2rem 0.5rem}.atkGlobalSiteNav__menu--list{display:flex;list-style:none;margin:0;padding:0;width:100%}@media (min-width: 768px){.atkGlobalSiteNav__menu--list{height:34px}}@media (min-width: 1100px){.atkGlobalSiteNav__menu--list{height:44px}}@media (min-width: 768px){.atkGlobalSiteNav__menu--list{justify-content:space-between}}.atkGlobalSiteNav__wrapper{margin:0 auto;width:100%;max-width:1136px}@media (min-width: 768px){.atkGobalWrapper .atkGlobalSiteNav{display:block}.atkGobalWrapper .atkGlobalSiteNav__menu--link{display:flex;align-items:center;justify-content:center}}.atkGlobalSiteNav__subMenu{display:none;list-style:none;margin:0;padding:0}@media (min-width: 1100px){.atkGobalWrapper .atkGlobalSiteNav__menu--item.expandable:not(:hover) .atkGlobalSiteNav__subMenu{display:none !important}.atkGobalWrapper .atkGlobalSiteNav__menu--item.expandable.video .atkGlobalSiteNav__subMenu{display:none}}@media (min-width: 768px){.atkGobalWrapper .atkGlobalSiteNav__menu--item.expandable>svg{-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;position:relative}}.atkGlobalHeader{display:-webkit-flex;display:-moz-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff;color:#fff;position:relative;width:100%;z-index:1037}.atkGlobalHeader a{color:inherit;cursor:pointer;text-decoration:none}.atkGlobalHeader a:hover{text-decoration:none}.atkGlobalHeader__icon--ribbon{visibility:hidden}.atkGlobalHeader__favorites,.atkGlobalHeader__user{display:none}.atkGlobalHeader__toolbar{background-color:#3d3d3d;height:35px;padding:0 1rem 0 0.4rem;position:relative;width:100%}@media (min-width: 768px){.atkGlobalHeader__toolbar{padding:0 1rem}}@media (min-width: 1100px){.atkGlobalHeader__toolbar .active .atkGlobalNav__menu{background-color:#3d3d3d;border-color:transparent}}.atkGlobalHeader__toolbar a:not(.button){line-height:36px}.atkGlobalHeader__toolbar a:hover{color:#acaeaf}div.atkGlobalHeader a,div.atkGlobalHeader .button{font:700 12px "Roboto Condensed", sans-serif;text-transform:uppercase}@media (min-width: 1100px){.atkGlobalNav__menu a{color:#acaeaf;cursor:pointer}.atkGlobalNav__menu a:hover,.atkGlobalNav__menu a.current{color:#fff}}.atkGlobalAnnouncement{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;background-color:#6ba6aa;color:inherit;min-height:35px;margin-bottom:1px;padding:10px 50px 10px 10px;position:relative;text-align:center;width:100%}.atkGlobalAnnouncement__close{-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;position:absolute;top:50%;right:15px}.atkGlobalAnnouncement__close svg{fill:#fff;height:12px;width:12px}.atkGlobalAnnouncement__close:hover{opacity:.5}.atkGlobalAnnouncement .atkGlobalAnnouncement__link{font:700 14px "proximaNovaBold", sans-serif;text-transform:none}.atkGlobalAnnouncement .atkGlobalAnnouncement__link svg{display:none;height:19px;fill:#fff;width:19px;vertical-align:bottom}@media (min-width: 768px){.atkGlobalAnnouncement .atkGlobalAnnouncement__link svg{display:inline-block}}.atkGlobalAnnouncement .atkGlobalAnnouncement__link:hover{color:#e8e8e8}.atkGlobalAnnouncement .atkGlobalAnnouncement__link:hover svg{fill:#e8e8e8}.atkGlobalFooter{visibility:hidden}
</style><link crossorigin="anonymous" rel="manifest" href="/assets/guides/manifest/ako-manifest-6bbd9295147a7461c850c7554d5fc2800f8e6f6082d1498c7a4ba20eab37eace.json"/><script crossorigin="anonymous" id="newsletter-widget-js-url" src="//d1nfaf380zbiur.cloudfront.net/_search_assets/newsletter-widget-70a8d4a0d54f6b88538ebddcb594cb30.js" defer=""></script><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1, maximum-scale=5, user-scalable=0" name="viewport"/><meta content="#d73a15" name="theme-color"/><meta content="http://www.americastestkitchen.com/recipes/1771-pasta-with-chicken-broccoli-and-sun-dried-tomatoes?extcode=MCSAD10L0&amp;ref=new_search_experience_1" property="og:url"/><title>Pasta with Chicken, Broccoli, and Sun-dried Tomatoes | America&#x27;s Test Kitchen</title><meta content="Pasta with Chicken, Broccoli, and Sun-dried Tomatoes | America&#x27;s Test Kitchen" property="og:title"/><meta content="website" property="og:type"/><meta content="Pasta with Chicken, Broccoli, and Sun-dried Tomatoes | America&#x27;s Test Kitchen" name="twitter:title"/><meta content="Main Courses" name="atk:course_list"/><meta content="Pasta" name="atk:main_ingredient_list"/><meta content="Main Courses, Chicken, Pasta" name="atk:keywords"/><meta content="recipe" property="og:type"/><meta content="https://res.cloudinary.com/hksqkdlah/image/upload/ar_1:1,c_fill,dpr_2.0,f_auto,fl_lossy.progressive.strip_profile,g_faces:auto,q_auto:low,w_270/33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15" property="og:image"/><meta content="https://res.cloudinary.com/hksqkdlah/image/upload/ar_1:1,c_fill,dpr_2.0,f_auto,fl_lossy.progressive.strip_profile,g_faces:auto,q_auto:low,w_270/33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15" name="twitter:image"/><link rel="icon" type="image/png" href="https://res.cloudinary.com/hksqkdlah/image/upload/favicon-atk"/><link href="https://res.cloudinary.com/hksqkdlah/image/upload/atk-favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"/><link href="https://res.cloudinary.com/hksqkdlah/image/upload/atk-favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"/><link href="https://res.cloudinary.com/hksqkdlah/image/upload/atk-favicon.ico" rel="shortcut icon"/><link href="https://res.cloudinary.com/hksqkdlah/image/upload/apple-touch-icon-atk" rel="apple-touch-icon" sizes="57x57"/><link href="https://res.cloudinary.com/hksqkdlah/image/upload/apple-touch-icon-57x57-precomposed-atk" rel="apple-touch-icon" sizes="57x57"/><link href="https://res.cloudinary.com/hksqkdlah/image/upload/apple-touch-icon-76x76-precomposed-atk" rel="apple-touch-icon" sizes="76x76"/><link href="https://res.cloudinary.com/hksqkdlah/image/upload/apple-touch-icon-120x120-precomposed-atk" rel="apple-touch-icon" sizes="120x120"/><link href="https://res.cloudinary.com/hksqkdlah/image/upload/apple-touch-icon-152x152-precomposed-atk" rel="apple-touch-icon" sizes="152x152"/><link href="https://res.cloudinary.com/hksqkdlah/image/upload/apple-touch-icon-180x180-precomposed-atk" rel="apple-touch-icon" sizes="180x180"/><link href="https://res.cloudinary.com/hksqkdlah/image/upload/apple-touch-icon-192x192-precomposed-atk" rel="apple-touch-icon" sizes="192x192"/><link href="https://res.cloudinary.com/hksqkdlah/image/upload/apple-touch-icon-precomposed-atk" rel="apple-touch-icon" sizes="57x57"/><script id="polyfills-loader">
function loadScriptFile(url) {var scriptEl = document.createElement('script');scriptEl.type = 'text/javascript';var useSSL = document.location.protocol === 'https:';var protocol = useSSL ? 'https:' : 'http:';scriptEl.src = protocol + '//' + url;var node = document.getElementsByTagName('script')[0];node.parentNode.insertBefore(scriptEl, node);}
if (typeof window !== 'undefined') {var version = 0;var sAgent = window.navigator.userAgent;var Idx = sAgent.indexOf('MSIE');if (Idx > 0) { version = parseInt(sAgent.substring(Idx + 5, sAgent.indexOf('.', Idx)), 10); } else if (!!navigator.userAgent.match(/Trident\/7\./)) {version = 11;}if (version === 11) {loadScriptFile('cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.min.js', false);document.createElement('picture');loadScriptFile('s3.amazonaws.com/atk-public/js/picturefill.min.js');}}
</script><link rel="preconnect" href="https://cdn.mxpnl.com"/><link rel="preconnect" href="https://googleads.g.doubleclick.net"/><link rel="preconnect" href="https://www.googleadservices.com"/><link rel="preconnect" href="https://api.bounceexchange.com"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link rel="preconnect" href="https://assets.pinterest.com"/><link rel="preconnect" href="https://platform.twitter.com"/><link rel="preconnect" href="https://connect.facebook.net"/><link rel="preconnect" href="https://widget.cloudinary.com"/><link rel="preconnect" href="https://res.cloudinary.com"/><script id="google-tag-data-layer">
var dataLayer = [{"incode":null,"extcode":"MCSAD10L0"}], GTM;
GTM = {
// Allows us to send only data that's changed since page load
push: function(data) {
var copy = dataLayer.slice()[0];
dataLayer.push(Object.assign(copy, data));
}
};
</script><script>
(function(w,d,s,l,i){w[l]=w[l]||[];
w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js', });
var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl
;
f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MFMR9K');</script><script>var _vwo_code = (function() {var account_id=380549,settings_tolerance = 2000, library_tolerance = 2500,use_existing_jquery = false,f = false,d = document;return {use_existing_jquery:function(){return use_existing_jquery},library_tolerance:function(){return library_tolerance},finish:function(){if(!f){f=!0;var e=d.getElementById("_vis_opt_path_hides");e&&e.parentNode.removeChild(e)}},finished:function(){return f},load:function(e){var t=d.createElement("script");t.src=e,t.type="text/javascript",t.innerText,t.onerror=function(){_vwo_code.finish()},d.getElementsByTagName("head")[0].appendChild(t)},init:function(){settings_timer=setTimeout("_vwo_code.finish()",settings_tolerance);var e=d.createElement("style"),t="body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}",i=d.getElementsByTagName("head")[0];return e.setAttribute("id","_vis_opt_path_hides"),e.setAttribute("type","text/css"),e.styleSheet?e.styleSheet.cssText=t:e.appendChild(d.createTextNode(t)),i.appendChild(e),this.load("//dev.visualwebsiteoptimizer.com/j.php?a="+account_id+"&u="+encodeURIComponent(d.URL)+"&r="+Math.random()),settings_timer}};}());var _vwo_settings_timer = _vwo_code.init();</script><script class="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('set','dimension1','control');
ga('set','dimension2',window.Yo?'optimized' : 'control');
</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","name":"Pasta with Chicken, Broccoli, and Sun-dried Tomatoes","url":"http://www.americastestkitchen.com/recipes/1771-pasta-with-chicken-broccoli-and-sun-dried-tomatoes?extcode=MCSAD10L0&ref=new_search_experience_1","image":"https://res.cloudinary.com/hksqkdlah/image/upload/ar_1:1,c_fill,dpr_2.0,f_auto,fl_lossy.progressive.strip_profile,g_faces:auto,q_auto:low,w_150/33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15","author":{"@type":"Organization","name":"America's Test Kitchen"},"description":"This restaurant-chain classic can be as off-putting as a bad horror movie: drab colors, tough meat, and a main character—the pasta—with no bite.","recipeYield":"Serves 4","isAccessibleForFree":"False","hasPart":{"@type":"WebPageElement","isAccessibleForFree":"False","cssSelector":".detail-page-full"},"nutrition":{"@type":"NutritionInformation","calories":3394},"recipeCategory":"Main Courses","recipeIngredient":"Chicken, Pasta"}</script><meta content="137227518307" property="fb:pages"/><meta content="164100590759" property="fb:pages"/><meta content="281933765564" property="fb:pages"/><meta content="514672908740278" property="fb:app_id"/><meta content="false" name="pinterest-rich-pin"/><meta name="next-head-count" content="41"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/css/11d9780b014abe6d6ee5.css" as="style" crossorigin="anonymous"/><link rel="stylesheet" href="//d1nfaf380zbiur.cloudfront.net/_next/static/css/11d9780b014abe6d6ee5.css" crossorigin="anonymous" data-n-g=""/><noscript data-n-css=""></noscript><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/84.73a0da5025af59b44737.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/main-bf8f6a5fecc3920f3a4d.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/webpack-17d806b026158009e0d2.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/framework.33edf24cd040bcfe1fae.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/c9c6fe98.2f155957b118f4564a8c.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/0e7c4fcc.f867ecfb1b4fa20f7455.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/commons.6cbc7099bf3f429977d9.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/6518db37c53fd5a9f0948ba2f95ee9675ee4662a.33bc5d5b60fb3ceebe17.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/4beae365e9f0f33cd6b9da9c4d937a191f6c8967.52adada0801d93554a47.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/894c7ed333aaa17c40ae7e32f9ce35927da93764.09f862853d45159ad61a.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/3d9d939e0b655be8505c131486b1d549fa2840ea.160de839088fd663dc25.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/f020e335b6b4d0dd662171faf663c389a72b2da3.abad88b08b7235a20254.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/98fef48afa8626d550e70eed3e098a499332558d.2d02ab1fd2f970687b7c.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/a5ccac4fc56a91b752b10740d57a1b975175393f.251673d4d140a380b5c0.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/173dc76685fb69488bbae00bdb7e3c48d0e8a9c6.a4250f7571617fb6faa4.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/a40888a9740856e0b88c9a2e5cce14a64e53a028.e0e1c8d49bf3b83a4960.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/pages/_app-dd876c1890b16de5609d.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/8b6786e199015f8923e90cc5321adf8997942b72.acd9cc1e07a2c3359d12.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/bcf93524fb41138a28ea552ebaed31ff529de758.2f0b7441987e9388bda6.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/8c1f33c5592cf658ba6cc52a45c664de0c2f334c.529a9112e81f86c96e66.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/d4d026a20f5e8ba937631e721bdc064c6b9e9964.652d4ea7450236ffd3c4.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/6094d20a14a4f4019950c2aa78e26ae36e35dcc7.5365730201ebc09a7969.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/839fe138b8f9c32a98d00bb08d947c669ad4e40b.5dbd5dd6f119ddb2d13a.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/0e5156b4c953bd2efe6188488fe44433f6e720d8.d43e64aa2c5d8a95ad82.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/2a527c39951a1660626fddc784e81dc35a4163b1.da4477114b7f9e4a9965.js" as="script" crossorigin="anonymous"/><link rel="preload" href="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/pages/RecipeDetailPage-51ca38ca8d87eba5dd07.js" as="script" crossorigin="anonymous"/><style data-styled="" data-styled-version="5.2.1">@font-face{font-family:'proximaNovaRegular';src:url(data:application/font-woff;base64,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);}/*!sc*/
@font-face{font-family:'proximaNovaBold';src:url(data:application/font-woff;base64,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);}/*!sc*/
@font-face{font-family:'Clarendon Bold';src:url('https://d3cizcpymoenau.cloudfront.net/fonts/clarendon.woff2') format('woff2'),url('https://d3cizcpymoenau.cloudfront.net/fonts/clarendon.woff') format('woff');font-display:swap;}/*!sc*/
{/*! Flickity v2.2.1 https://flickity.metafizzy.co ---------------------------------------------- */}/*!sc*/
html{line-height:1.15;-webkit-text-size-adjust:100%;}/*!sc*/
body{margin:0;}/*!sc*/
main{display:block;}/*!sc*/
h1{font-size:2em;margin:0.67em 0;}/*!sc*/
hr{box-sizing:content-box;height:0;overflow:visible;}/*!sc*/
pre{font-family:monospace,monospace;font-size:1em;}/*!sc*/
a{background-color:transparent;}/*!sc*/
abbr[title]{border-bottom:none;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}/*!sc*/
b,strong{font-weight:bolder;}/*!sc*/
code,kbd,samp{font-family:monospace,monospace;font-size:1em;}/*!sc*/
small{font-size:80%;}/*!sc*/
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}/*!sc*/
sub{bottom:-0.25em;}/*!sc*/
sup{top:-0.5em;}/*!sc*/
img{border-style:none;}/*!sc*/
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}/*!sc*/
button,input{overflow:visible;}/*!sc*/
button,select{text-transform:none;}/*!sc*/
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}/*!sc*/
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}/*!sc*/
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}/*!sc*/
fieldset{padding:0.35em 0.75em 0.625em;}/*!sc*/
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}/*!sc*/
progress{vertical-align:baseline;}/*!sc*/
textarea{overflow:auto;}/*!sc*/
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}/*!sc*/
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}/*!sc*/
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}/*!sc*/
[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}/*!sc*/
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}/*!sc*/
details{display:block;}/*!sc*/
summary{display:list-item;}/*!sc*/
template{display:none;}/*!sc*/
[hidden]{display:none;}/*!sc*/
html{height:100%;box-sizing:border-box;font-size:62.5%;}/*!sc*/
html[data-font-size="small"]{font-size:47%;}/*!sc*/
html[data-font-size="large"]{font-size:90%;}/*!sc*/
*,*::before,*::after{box-sizing:inherit;font-weight:inherit;}/*!sc*/
body{min-height:100%;overflow-anchor:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}/*!sc*/
body.atk:not(.print){background-color:#F5F5F5;}/*!sc*/
body.play:not(.print):not(.error){background-color:#262626;}/*!sc*/
body.play:not(.print):not(.error) main{max-width:none;}/*!sc*/
body.play.atk:not(.error){background-color:#262626;}/*!sc*/
body.load-all-pending{cursor:wait !important;opacity:0.5;}/*!sc*/
body.load-all-pending button,body.load-all-pending .button{cursor:wait !important;}/*!sc*/
html body{margin:0;}/*!sc*/
@media (min-width:1100px){body.cco:not(.print):not(.play):not(.error){background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOAgMAAABiJsVCAAAACVBMVEX////49/iop6jQdo0AAAAAEklEQVQI12NgwA8kQAQLAUUMAARaAB3bKYG3AAAAAElFTkSuQmCC') repeat top left;}}/*!sc*/
body,h1,h2,h3,h4,h5,h6,ol,ul,p,figure,menu{margin:0;padding:0;}/*!sc*/
#global-components-header{position:relative;z-index:20;}/*!sc*/
main{display:block;margin:0 auto;max-width:120rem;min-height:70rem;}/*!sc*/
picture{display:block;}/*!sc*/
a{-webkit-text-decoration:none;text-decoration:none;-webkit-transition:color 0.2s linear;transition:color 0.2s linear;}/*!sc*/
ul,ol{list-style-type:none;}/*!sc*/
img{max-width:100%;opacity:1;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;}/*!sc*/
img[data-src]{opacity:0;}/*!sc*/
svg{max-height:100%;max-width:100%;}/*!sc*/
button{background:transparent;border:none;color:inherit;font:inherit;padding:0;}/*!sc*/
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}/*!sc*/
button,[type='button']{-webkit-appearance:none;}/*!sc*/
body.cio{font-family:"Merriweather",serif;}/*!sc*/
body.cco{-webkit-tap-highlight-color:rgba(230,241,255,0.5);}/*!sc*/
body.modal-open{position:fixed;}/*!sc*/
.bg-white{background-color:white;}/*!sc*/
.py-2{padding-top:2rem;padding-bottom:2rem;}/*!sc*/
.py-3{padding-top:3rem;padding-bottom:3rem;}/*!sc*/
.py-4{padding-top:4rem;padding-bottom:4rem;}/*!sc*/
@media print{#global-components-header,#global-footer{display:none;}}/*!sc*/
#__next{position:relative;}/*!sc*/
.error-container{background-color:white;}/*!sc*/
.body-fixed .atkOffsitePanel__blur{z-index:14;}/*!sc*/
.body-fixed .paywall__overlay{z-index:1;}/*!sc*/
.carousel-cell[aria-hidden]{display:initial;}/*!sc*/
html{line-height:1.15;-webkit-text-size-adjust:100%;}/*!sc*/
body{margin:0;}/*!sc*/
main{display:block;}/*!sc*/
h1{font-size:2em;margin:0.67em 0;}/*!sc*/
hr{box-sizing:content-box;height:0;overflow:visible;}/*!sc*/
pre{font-family:monospace,monospace;font-size:1em;}/*!sc*/
a{background-color:transparent;}/*!sc*/
abbr[title]{border-bottom:none;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}/*!sc*/
b,strong{font-weight:bolder;}/*!sc*/
code,kbd,samp{font-family:monospace,monospace;font-size:1em;}/*!sc*/
small{font-size:80%;}/*!sc*/
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}/*!sc*/
sub{bottom:-0.25em;}/*!sc*/
sup{top:-0.5em;}/*!sc*/
img{border-style:none;}/*!sc*/
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}/*!sc*/
button,input{overflow:visible;}/*!sc*/
button,select{text-transform:none;}/*!sc*/
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}/*!sc*/
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}/*!sc*/
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}/*!sc*/
fieldset{padding:0.35em 0.75em 0.625em;}/*!sc*/
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}/*!sc*/
progress{vertical-align:baseline;}/*!sc*/
textarea{overflow:auto;}/*!sc*/
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}/*!sc*/
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}/*!sc*/
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}/*!sc*/
[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}/*!sc*/
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}/*!sc*/
details{display:block;}/*!sc*/
summary{display:list-item;}/*!sc*/
template{display:none;}/*!sc*/
[hidden]{display:none;}/*!sc*/
html{height:100%;box-sizing:border-box;font-size:62.5%;}/*!sc*/
*,*::before,*::after{box-sizing:inherit;font-weight:inherit;}/*!sc*/
body{min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:1rem;padding:0;}/*!sc*/
h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;}/*!sc*/
a{-webkit-text-decoration:none;text-decoration:none;color:inherit;}/*!sc*/
button,input[type="button"],input[type="submit"]{border:0;margin:0;padding:0;background:none;color:currentColor;font-family:inherit;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}/*!sc*/
input[type="text"],input[type="search"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;}/*!sc*/
ul,li{list-style-type:none;padding:0;margin:0;}/*!sc*/
img{max-width:100%;}/*!sc*/
fieldset{border:0;margin:0;padding:0;}/*!sc*/
ins{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
ins::before,ins::after,del::before,del::after{-webkit-clip-path:inset(100%);clip-path:inset(100%);-webkit-clip:rect(1px,1px,1px,1px);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}/*!sc*/
del::before{content:" [deletion start] ";}/*!sc*/
del::after{content:" [deletion end] ";}/*!sc*/
ins::before{content:" [insertion start] ";}/*!sc*/
ins::after{content:" [insertion end] ";}/*!sc*/
.visually-hidden{-webkit-clip:rect(1px,1px,1px,1px);clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;}/*!sc*/
.flickity-enabled{position:relative;}/*!sc*/
.flickity-enabled:focus{outline:none;}/*!sc*/
.flickity-viewport{overflow-x:hidden;position:relative;height:100%;}/*!sc*/
.flickity-slider{position:absolute;width:100%;height:100%;}/*!sc*/
.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}/*!sc*/
.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit--webkit-grab;cursor:-moz--webkit-grab;cursor:-webkit-grab;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;}/*!sc*/
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit--webkit-grabbing;cursor:-moz--webkit-grabbing;cursor:-webkit-grabbing;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing;}/*!sc*/
.flickity-button{position:absolute;background:none;border:none;color:#333;}/*!sc*/
.flickity-button:hover{background:none;cursor:pointer;}/*!sc*/
.flickity-button:focus{outline:none;box-shadow:0 0 0 5px #19F;}/*!sc*/
.flickity-button:active{opacity:0.6;}/*!sc*/
.flickity-button:disabled{opacity:0.3;cursor:auto;pointer-events:none;}/*!sc*/
.flickity-button-icon{fill:currentColor;}/*!sc*/
.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}/*!sc*/
.flickity-prev-next-button.previous{left:10px;}/*!sc*/
.flickity-prev-next-button.next{right:10px;}/*!sc*/
.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px;}/*!sc*/
.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px;}/*!sc*/
.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%;}/*!sc*/
.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1;}/*!sc*/
.flickity-rtl .flickity-page-dots{direction:rtl;}/*!sc*/
.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:0.25;cursor:pointer;}/*!sc*/
.flickity-page-dots .dot.is-selected{opacity:1;}/*!sc*/
data-styled.g246[id="sc-global-cFJYQh1"]{content:"sc-global-cFJYQh1,"}/*!sc*/
.llbeLl{min-height:80rem;position:relative;}/*!sc*/
@media (min-width:62em){.llbeLl{overflow:hidden;}}/*!sc*/
data-styled.g248[id="DetailPageContent__PageWrapper-iJYlpn"]{content:"llbeLl,"}/*!sc*/
.hUuJKM{padding:1.6rem 1.6rem 0;color:#3D3D3D;}/*!sc*/
.hUuJKM .detail-page-main{padding-bottom:2rem;position:relative;}/*!sc*/
.hUuJKM .flat-list .document-browse-card{width:100%;}/*!sc*/
.hUuJKM .document-browse-card.quick-view-card{background-color:#F5F5F5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 0 0.8rem;padding:1rem 0.8rem;position:relative;width:100%;}/*!sc*/
.hUuJKM .document-browse-card.quick-view-card .document-browse-card__content{width:100%;}/*!sc*/
.hUuJKM .document-browse-card.quick-view-card[data-favorites-enabled="true"] .document-browse-card__content .document-browse-card__link{max-width:calc(100% - 3.4rem);}/*!sc*/
.hUuJKM .document-browse-card.quick-view-card.no-image{padding:2.4rem 1.6rem;}/*!sc*/
.hUuJKM .document-browse-card.quick-view-card.no-image .document-browse-card__content{max-width:21.3rem;}/*!sc*/
.hUuJKM .document-browse-card.quick-view-card .document-browse-card__image-wrapper{margin-right:0.8rem;max-height:8rem;max-width:8rem;}/*!sc*/
.hUuJKM .document-browse-card.quick-view-card .favorite-action{bottom:calc(50% - 1.3rem);margin:0;position:absolute;right:1.6rem;}/*!sc*/
.hUuJKM .document-browse-card.vertical{border:8px solid #F5F5F5;padding:0.8rem;}/*!sc*/
.hUuJKM .document-browse-card.vertical img{margin-bottom:1rem;}/*!sc*/
@media (min-width:48em) and (max-width:61.9375em){.hUuJKM{padding-left:1.6rem;padding-right:1.6rem;}}/*!sc*/
@media (min-width:71em){.hUuJKM{padding-left:0;padding-right:0;}}/*!sc*/
@media (min-width:62em){.hUuJKM{margin:0 auto;max-width:118.4rem;position:relative;}}/*!sc*/
.hUuJKM .underline-link{background-image:linear-gradient(transparent 91%,#8FDEE3 91%);border:none;color:inherit;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out;cursor:pointer;}/*!sc*/
.hUuJKM .underline-link:focus,.hUuJKM .underline-link:active{color:inherit;}/*!sc*/
.hUuJKM .underline-link:hover{background-color:#D1FCFF;}/*!sc*/
@media print{.hUuJKM .underline-link{background-image:none !important;background-color:transparent !important;color-adjust:exact !important;}}/*!sc*/
.hUuJKM .underline-link:focus,.hUuJKM .underline-link:active{color:inherit;}/*!sc*/
@media (min-width:48em) and (max-width:70.9375em){.hUuJKM{padding-top:3.2rem;}}/*!sc*/
@media (min-width:62em){.hUuJKM{max-width:113.6rem;}}/*!sc*/
data-styled.g249[id="DetailPageContent__ContentWrapper-jFUKAR"]{content:"hUuJKM,"}/*!sc*/
.cudWvh{max-width:100%;overflow:hidden;position:relative;width:auto;}/*!sc*/
.cudWvh iframe{display:block;margin:0 auto;}/*!sc*/
data-styled.g250[id="DoubleclickAd__DfpAd-MHtdF"]{content:"cudWvh,"}/*!sc*/
.lfDhWr{background-color:#FFFFFF;color:#000000;font:normal 400 1.6rem/1.6 Merriweather,serif;position:relative;z-index:12;background-color:#F5F5F5;color:#3D3D3D;}/*!sc*/
.lfDhWr h3{font:normal 400 1.8rem/1.6 proximaNovaBold,sans-serif;margin-bottom:1rem;}/*!sc*/
.lfDhWr .ad{height:132px;margin-bottom:1.6rem;width:344px;}/*!sc*/
@media (min-width:48em){.lfDhWr{padding-left:294px;}.lfDhWr .ad{-webkit-flex:0 0 272px;-ms-flex:0 0 272px;flex:0 0 272px;height:104px;left:0;width:272px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}}/*!sc*/
.lfDhWr a{background-image:linear-gradient(transparent 91%,#8FDEE3 91%);border:none;color:inherit;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out;}/*!sc*/
.lfDhWr a:focus,.lfDhWr a:active{color:inherit;}/*!sc*/
.lfDhWr a:hover{background-color:#D1FCFF;}/*!sc*/
@media print{.lfDhWr a{background-image:none !important;background-color:transparent !important;color-adjust:exact !important;}}/*!sc*/
data-styled.g251[id="CompanionAd__Wrapper-eNorFM"]{content:"lfDhWr,"}/*!sc*/
.kWmWOZ{font:normal 400 1.8rem/1.3 proximaNovaBold,sans-serif;-webkit-letter-spacing:1.6px;-moz-letter-spacing:1.6px;-ms-letter-spacing:1.6px;letter-spacing:1.6px;margin-bottom:0.8rem;padding-bottom:0.2rem;text-transform:uppercase;border-bottom:0.1rem solid #C2C2C2;color:#3D3D3D;}/*!sc*/
.print .DetailPageSectionHeader__SectionHeader-jxYUWG{color:#000000;}/*!sc*/
data-styled.g268[id="DetailPageSectionHeader__SectionHeader-jxYUWG"]{content:"kWmWOZ,"}/*!sc*/
.hqkoiH{border:8px solid #F5F5F5;height:33rem;}/*!sc*/
data-styled.g272[id="RecipeCarousel__PendingRecipeCarousel-dPrBtr"]{content:"hqkoiH,"}/*!sc*/
.ePhrit{margin-bottom:2.4rem;margin-bottom:1rem;}/*!sc*/
.ePhrit .episode-summary-button__label{font:normal 400 1.2rem/1 proximaNovaBold,sans-serif;-webkit-letter-spacing:1.6px;-moz-letter-spacing:1.6px;-ms-letter-spacing:1.6px;letter-spacing:1.6px;margin-right:0.8rem;text-transform:uppercase;}/*!sc*/
data-styled.g276[id="EpisodeSummaryButton__EpisodeSummaryWrapper-iguTSh"]{content:"ePhrit,"}/*!sc*/
.hjlxHh{padding:0.8rem 0;margin-bottom:1.6rem;border:0.1rem solid #C2C2C2;border-left:none;border-right:none;}/*!sc*/
.hjlxHh .information-button__button{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:none;border:none;font:normal 400 1.6rem/1 proximaNovaBold,sans-serif;text-align:left;}/*!sc*/
.hjlxHh .information-button__button:hover{cursor:pointer;}/*!sc*/
.hjlxHh .information-button__info-icon{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#C2C2C2;border-radius:1.4rem;color:#FFFFFF;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font:normal 400 1rem/1 Merriweather,serif;font-style:italic;font-weight:bold;height:1.4rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:0.8rem;padding-top:1px;vertical-align:middle;width:1.4rem;}/*!sc*/
.hjlxHh .information-button__button{color:#3D3D3D;}/*!sc*/
.hjlxHh .information-button__button:hover{color:#6BA6AA;}/*!sc*/
data-styled.g279[id="InformationButton__InformationButtonWrapper-cmEZVv"]{content:"hjlxHh,"}/*!sc*/
.vffKB{white-space:nowrap;}/*!sc*/
data-styled.g280[id="InformationButton__LastWordAndBubble-iYwMJn"]{content:"vffKB,"}/*!sc*/
.fEPjTK .key-equipment-button__button{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.fEPjTK .key-equipment-button__image-wrapper{height:4rem;-webkit-flex:0 0 4.8rem;-ms-flex:0 0 4.8rem;flex:0 0 4.8rem;width:4.8rem;}/*!sc*/
.fEPjTK .key-equipment-button__image{max-height:100%;max-width:4rem;}/*!sc*/
.fEPjTK .key-equipment-button__text{font:normal 400 1.6rem/1.4 Merriweather,serif;text-align:left;}/*!sc*/
data-styled.g281[id="KeyEquipmentButton__KeyEquipmentButtonWrapper-hXagQP"]{content:"fEPjTK,"}/*!sc*/
.bctoPL{margin-bottom:3rem;}/*!sc*/
.bctoPL .social-share-button__text{font:normal 400 1.6rem/1.4 Merriweather,serif;}/*!sc*/
data-styled.g284[id="SocialShareButton__SocialShareButtonWrapper-czKaMz"]{content:"bctoPL,"}/*!sc*/
.coCTDu{display:inline-block;}/*!sc*/
.coCTDu .taste-test-button__text{line-height:1.6;}/*!sc*/
data-styled.g285[id="TasteTestButton__TasteTestButtonWrapper-dVUPUj"]{content:"coCTDu,"}/*!sc*/
.jjPCqW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
.jjPCqW > *{margin-bottom:1.6rem;}/*!sc*/
.jjPCqW > *:last-child{margin:0;}/*!sc*/
@media (min-width:48em){.jjPCqW{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}.jjPCqW > *{width:calc(50% - 0.8rem);}}/*!sc*/
data-styled.g287[id="KeyEquipmentGroup__KeyEquipmentGroupItems-gJixSe"]{content:"jjPCqW,"}/*!sc*/
.kTUbrF{margin-bottom:2.7rem;min-height:10rem;}/*!sc*/
data-styled.g291[id="RecipeInlineSchoolAd__PendingRecipeInlineSchoolAd-ewcDcL"]{content:"kTUbrF,"}/*!sc*/
.jdVrtr{margin-bottom:2.4rem;position:relative;page-break-inside:avoid;}/*!sc*/
.print .RecipeInstruction__RecipeInstructionWrapper-hYMhaH .recipe-instruction__number{background-color:#000000 !important;position:absolute;print-color-adjust:exact;top:0.8rem;-webkit-print-color-adjust:exact;}/*!sc*/
@media (min-width:71em){.print .RecipeInstruction__RecipeInstructionWrapper-hYMhaH .recipe-instruction__number{top:0.8rem;left:0;}}/*!sc*/
.print .RecipeInstruction__RecipeInstructionWrapper-hYMhaH .recipe-instruction__content{text-indent:3.2rem;}/*!sc*/
.print .RecipeInstruction__RecipeInstructionWrapper-hYMhaH .recipe-instruction__content a{background-image:none;pointer-events:none;}/*!sc*/
.print .RecipeInstruction__RecipeInstructionWrapper-hYMhaH .recipe-instruction__content a:hover{background-color:inherit;}/*!sc*/
.print .RecipeInstruction__RecipeInstructionWrapper-hYMhaH .recipe-instruction__header{border-bottom-color:#000000;}/*!sc*/
.print .RecipeInstruction__RecipeInstructionWrapper-hYMhaH .recipe-instruction__header-title{margin:0;position:absolute;top:0;}/*!sc*/
.print .RecipeInstruction__RecipeInstructionWrapper-hYMhaH:first-of-type .recipe-instruction__header{position:absolute;top:-3rem;width:100%;}/*!sc*/
@media (min-width:71em){.print .RecipeInstruction__RecipeInstructionWrapper-hYMhaH:first-of-type .recipe-instruction__number{top:0.8rem;left:0;}}/*!sc*/
[data-font-size="small"] .RecipeInstruction__RecipeInstructionWrapper-hYMhaH .recipe-instruction__number{font:normal 400 1.8rem/1 Clarendon Bold,serif;height:1.8rem;width:1.8rem;}/*!sc*/
[data-font-size="small"] .RecipeInstruction__RecipeInstructionWrapper-hYMhaH .recipe-instruction__content{padding-top:0.6rem;text-indent:2.6rem;}/*!sc*/
.jdVrtr .recipe-instruction__number{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:2.5rem;color:#FFFFFF;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:2.5rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.2rem;width:2.5rem;}/*!sc*/
@supports (-ms-ime-align:auto){.jdVrtr .recipe-instruction__number{line-height:25px;}}/*!sc*/
.jdVrtr .recipe-instruction__content{font:normal 400 1.6rem/1.6 Merriweather,serif;padding-top:0.8rem;}/*!sc*/
.jdVrtr .recipe-instruction__header{border-bottom:0.1rem solid #C2C2C2;}/*!sc*/
.jdVrtr .recipe-instruction__header-title{font:normal 400 1.8rem/1.15 Clarendon Bold,serif;-webkit-letter-spacing:1.6px;-moz-letter-spacing:1.6px;-ms-letter-spacing:1.6px;letter-spacing:1.6px;}/*!sc*/
.jdVrtr:first-of-type .recipe-instruction__header{border-bottom:none;}/*!sc*/
@media (min-width:71em){.jdVrtr{position:relative;}.jdVrtr .recipe-instruction__number{left:-4.1rem;position:absolute;top:1rem;}.jdVrtr:first-of-type .recipe-instruction__number{top:4.1rem;}}/*!sc*/
.jdVrtr .recipe-instruction__number{background-color:#6BA6AA;font:normal 400 1.8rem/1 proximaNovaBold,sans-serif;}/*!sc*/
.jdVrtr .recipe-instruction__content a{background-image:linear-gradient(transparent 91%,#8FDEE3 91%);border:none;color:inherit;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out;}/*!sc*/
.jdVrtr .recipe-instruction__content a:focus,.jdVrtr .recipe-instruction__content a:active{color:inherit;}/*!sc*/
.jdVrtr .recipe-instruction__content a:hover{background-color:#D1FCFF;}/*!sc*/
@media print{.jdVrtr .recipe-instruction__content a{background-image:none !important;background-color:transparent !important;color-adjust:exact !important;}}/*!sc*/
data-styled.g294[id="RecipeInstruction__RecipeInstructionWrapper-hYMhaH"]{content:"jdVrtr,"}/*!sc*/
.exBspu{margin-bottom:2.4rem;position:relative;}/*!sc*/
.print .RecipeInstructionsHeadnote__RecipeInstructionsHeadnoteWrapper-iTjpBL{padding-bottom:3rem;top:3rem;}/*!sc*/
.print .RecipeInstructionsHeadnote__RecipeInstructionsHeadnoteWrapper-iTjpBL .recipe-instructions-headnote__asterisk{background-color:#000000 !important;position:absolute;print-color-adjust:exact;top:0.8rem;-webkit-print-color-adjust:exact;}/*!sc*/
@media (min-width:71em){.print .RecipeInstructionsHeadnote__RecipeInstructionsHeadnoteWrapper-iTjpBL .recipe-instructions-headnote__asterisk{top:0.8rem;left:0;text-indent:0.1rem;}}/*!sc*/
.print .RecipeInstructionsHeadnote__RecipeInstructionsHeadnoteWrapper-iTjpBL .recipe-instructions-headnote__body{padding-top:0.8rem;text-indent:3.2rem;}/*!sc*/
.print .RecipeInstructionsHeadnote__RecipeInstructionsHeadnoteWrapper-iTjpBL .recipe-instructions-headnote__body a{background-image:none;pointer-events:none;}/*!sc*/
.print .RecipeInstructionsHeadnote__RecipeInstructionsHeadnoteWrapper-iTjpBL .recipe-instructions-headnote__body a:hover{background-color:inherit;}/*!sc*/
.print .RecipeInstructionsHeadnote__RecipeInstructionsHeadnoteWrapper-iTjpBL .recipe-instructions-headnote__title{position:absolute;top:-3rem;width:100%;}/*!sc*/
[data-font-size="small"] .RecipeInstructionsHeadnote__RecipeInstructionsHeadnoteWrapper-iTjpBL .recipe-instructions-headnote__asterisk{font:normal 400 1.8rem/1 Clarendon Bold,serif;height:1.8rem;width:1.8rem;}/*!sc*/
[data-font-size="small"] .RecipeInstructionsHeadnote__RecipeInstructionsHeadnoteWrapper-iTjpBL .recipe-instructions-headnote__body{padding-top:0.6rem;text-indent:2.6rem;}/*!sc*/
.exBspu .recipe-instructions-headnote__asterisk{border-radius:2.5rem;color:#FFFFFF;font:normal 400 4rem/0.825 proximaNovaBold,sans-serif;height:2.5rem;margin-bottom:1.2rem;padding-top:0.4rem;text-align:center;width:2.5rem;}/*!sc*/
@supports (-ms-ime-align:auto){.exBspu .recipe-instructions-headnote__asterisk{line-height:32px;}}/*!sc*/
.exBspu .recipe-instructions-headnote__body{font:normal 400 1.6rem/1.6 Merriweather,serif;}/*!sc*/
@media (min-width:71em){.exBspu{position:relative;}.exBspu .recipe-instructions-headnote__asterisk{left:-4.1rem;position:absolute;top:3.5rem;}}/*!sc*/
.exBspu .recipe-instructions-headnote__asterisk{background-color:#6BA6AA;}/*!sc*/
.exBspu a{background-image:linear-gradient(transparent 91%,#8FDEE3 91%);border:none;color:inherit;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out;}/*!sc*/
.exBspu a:focus,.exBspu a:active{color:inherit;}/*!sc*/
.exBspu a:hover{background-color:#D1FCFF;}/*!sc*/
@media print{.exBspu a{background-image:none !important;background-color:transparent !important;color-adjust:exact !important;}}/*!sc*/
data-styled.g295[id="RecipeInstructionsHeadnote__RecipeInstructionsHeadnoteWrapper-iTjpBL"]{content:"exBspu,"}/*!sc*/
.dNyxHe.print{margin-bottom:2rem;}/*!sc*/
.dNyxHe.print .recipe-instructions__list{padding-top:3rem;}/*!sc*/
data-styled.g296[id="RecipeInstructions__RecipeInstructionsWrapper-bzCfmr"]{content:"dNyxHe,"}/*!sc*/
.hmpjcg{font:normal 400 1.6rem/1.65 Merriweather,serif;page-break-inside:avoid;color:#3D3D3D;}/*!sc*/
.hmpjcg .ingredient__quantity{font:normal 400 1.6rem/1.65 proximaNovaBold,sans-serif;}/*!sc*/
@media (min-width:48em){.main .RecipeIngredient__RecipeIngredientEl-bENNUd{-webkit-flex-basis:calc(50% - 3.5rem);-ms-flex-preferred-size:calc(50% - 3.5rem);flex-basis:calc(50% - 3.5rem);}}/*!sc*/
.print .RecipeIngredient__RecipeIngredientEl-bENNUd{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;pointer-events:none;}/*!sc*/
.hmpjcg .control--checkbox:hover input ~ .control__indicator{background:#C2C2C2;border:1px solid #C2C2C2;}/*!sc*/
.hmpjcg .control--checkbox{cursor:pointer;display:block;margin-bottom:10px;min-height:20px;padding-right:3px;position:relative;padding-left:30px;}/*!sc*/
.hmpjcg .control--checkbox input{opacity:0;position:absolute;z-index:-1;}/*!sc*/
.hmpjcg .control--checkbox .input:disabled ~ .control__indicator::after{border-color:darkslategrey;}/*!sc*/
.hmpjcg .control--checkbox .input:disabled ~ span{color:darkslategrey;}/*!sc*/
.hmpjcg .control--checkbox input:checked ~ .control__indicator{background:#6BA6AA;border:2px solid #6BA6AA;}/*!sc*/
.hmpjcg .control--checkbox:hover input:not([disabled]):checked ~ .control__indicator{background:#6BA6AA;border-color:#6BA6AA;}/*!sc*/
.hmpjcg .control--checkbox input:focus ~ .control__indicator{border:2px solid -webkit-focus-ring-color;border:2px solid #5E9ED6;outline:5px auto -webkit-focus-ring-color;}/*!sc*/
body.atk .RecipeIngredient__RecipeIngredientEl-bENNUd .control--checkbox input:focus ~ .control__indicator{border:2px solid #3d3d3d;outline:5px auto #3d3d3d;}/*!sc*/
body.cco .RecipeIngredient__RecipeIngredientEl-bENNUd .control--checkbox input:focus ~ .control__indicator{border:2px solid #000000;outline:5px auto #000000;}/*!sc*/
body.cio .RecipeIngredient__RecipeIngredientEl-bENNUd .control--checkbox input:focus ~ .control__indicator{border:2px solid #3f2b1e;outline:5px auto #3f2b1e;}/*!sc*/
.hmpjcg .control--checkbox input:disabled ~ .control__indicator{pointer-events:none;opacity:0.6;background:dimgray;}/*!sc*/
.hmpjcg .control--checkbox input:checked ~ .control__indicator::after{display:block;}/*!sc*/
.hmpjcg .control__indicator{background:#FFFFFF;border:1px solid #C2C2C2;height:20px;left:0;position:absolute;top:3px;width:20px;}/*!sc*/
.hmpjcg .control__indicator::after{border:solid white;border-width:0 2px 2px 0;content:'';display:none;height:8px;left:7px;position:absolute;top:4px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:4px;}/*!sc*/
.hmpjcg .control-label{color:black;display:inline-block;vertical-align:middle;}/*!sc*/
.hmpjcg .document-link{color:#3D3D3D;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.hmpjcg .document-link:visited{color:#3D3D3D;}/*!sc*/
.hmpjcg .document-link:hover{color:#6BA6AA;cursor:pointer;}/*!sc*/
.print .RecipeIngredient__RecipeIngredientEl-bENNUd .control__indicator{border-color:#000000;}/*!sc*/
data-styled.g297[id="RecipeIngredient__RecipeIngredientEl-bENNUd"]{content:"hmpjcg,"}/*!sc*/
@media (min-width:48em){.gmczCL{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}.gmczCL .recipe-ingredients__column{max-width:calc(50% - 0.8rem);width:calc(50% - 0.8rem);}.print .RecipeIngredients__RecipeIngredientsListEl-hQHrjL{display:block;}.print .RecipeIngredients__RecipeIngredientsListEl-hQHrjL .recipe-ingredients__column{max-width:100%;width:100%;}}/*!sc*/
@media print{.gmczCL{display:table;}}/*!sc*/
data-styled.g298[id="RecipeIngredients__RecipeIngredientsListEl-hQHrjL"]{content:"gmczCL,"}/*!sc*/
.YiGHW{margin-bottom:1.6rem;}/*!sc*/
@media (min-width:48em){.YiGHW{margin-bottom:1rem;}}/*!sc*/
data-styled.g300[id="RecipeIngredientGroup__RecipeIngredientGroupEl-fZHqLh"]{content:"YiGHW,"}/*!sc*/
.cdrAyb .recipe-ingredient-groups__quick-view-title{border-bottom:1px solid #C2C2C2;font:normal 400 1.8rem/1.22 proximaNovaBold,sans-serif;-webkit-letter-spacing:1.6px;-moz-letter-spacing:1.6px;-ms-letter-spacing:1.6px;letter-spacing:1.6px;margin-bottom:0.8rem;padding-bottom:0.6rem;}/*!sc*/
.cdrAyb .recipe-ingredient-groups__quick-view-title{color:#3D3D3D;}/*!sc*/
data-styled.g302[id="RecipeIngredientGroups__RecipeIngredientsEl-bYXOau"]{content:"cdrAyb,"}/*!sc*/
.bpvKLz{padding-bottom:2rem;color:#3D3D3D;}/*!sc*/
@media (min-width:0em) and (max-width:47.9375em){.bpvKLz .scroll-list__items{padding-left:1.6rem;}.bpvKLz .scroll-list__items-wrapper{margin:0 -1.6rem;}}/*!sc*/
@media (min-width:62em){.bpvKLz{max-width:calc(100% - 34rem - 8.7rem);width:calc(100% - 34rem - 8.7rem);}}/*!sc*/
data-styled.g309[id="RecipeSection-khuXkR"]{content:"bpvKLz,"}/*!sc*/
.eYUQed{font:normal 400 1.8rem/1.4 Merriweather,serif;}/*!sc*/
data-styled.g311[id="DetailPageFull__DetailPageFullWrapper-AkEhf"]{content:"eYUQed,"}/*!sc*/
.gMbiJL{background-color:#F5F5F5;}/*!sc*/
@media (min-width:0em) and (max-width:63.9375em){.gMbiJL{position:relative;z-index:3;}}/*!sc*/
data-styled.g312[id="DetailPageFull__NoViewIngredientsZone-ehuEAV"]{content:"gMbiJL,"}/*!sc*/
.iNeZRG{background-color:#E8E8E8;border-radius:1rem;overflow:hidden;position:relative;width:100%;}/*!sc*/
.iNeZRG video{display:inline-block;}/*!sc*/
.iNeZRG:not(.carousel-cell) .Video__VideoEl-cEKzKl.active{display:block;height:0;overflow:hidden;padding:0;padding-bottom:56.25%;position:relative;}/*!sc*/
.recipe-detail-header .Video__VideoEl-cEKzKl{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;border-radius:0;}/*!sc*/
.recipe-detail-header .Video__VideoEl-cEKzKl .zype-wrapper{display:block;height:0;overflow:hidden;padding:0;padding-bottom:100%;position:relative;}/*!sc*/
.recipe-detail-header .Video__VideoEl-cEKzKl .zype-wrapper > div{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}/*!sc*/
.iNeZRG > img{display:block;width:100%;z-index:1;}/*!sc*/
.iNeZRG > .video-play-button{position:absolute;z-index:2;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}/*!sc*/
.iNeZRG > .video-play-button svg{-webkit-transition:all 0.2s linear;transition:all 0.2s linear;}/*!sc*/
.iNeZRG > iframe{height:100%;position:absolute;width:100%;z-index:3;}/*!sc*/
.iNeZRG:hover{cursor:pointer;}/*!sc*/
.iNeZRG:hover > button > svg{height:11rem;width:11rem;}/*!sc*/
@media (min-width:48em){.recipe-detail-header .Video__VideoEl-cEKzKl{height:34.4rem;}.recipe-detail-header .Video__VideoEl-cEKzKl.active > div{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}}/*!sc*/
.recipe-detail-header .Video__VideoEl-cEKzKl{background-color:#F5F5F5;}/*!sc*/
data-styled.g322[id="Video__VideoEl-cEKzKl"]{content:"iNeZRG,"}/*!sc*/
.chCBZQ{position:relative;overflow:visible;display:block;height:0;overflow:hidden;padding:0;padding-bottom:56.25%;position:relative;}/*!sc*/
.carousel-cell .Video__ZypeElWrapper-jCmufB{padding-bottom:0;height:auto;overflow:initial;}/*!sc*/
data-styled.g323[id="Video__ZypeElWrapper-jCmufB"]{content:"chCBZQ,"}/*!sc*/
.dLEWDF{position:static;}/*!sc*/
@media (min-width:0em) and (max-width:47.9375em){.dLEWDF.cooking-mode{margin:2rem 0 2.8rem;}.dLEWDF:not(.cooking-mode){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:38.2rem;margin-bottom:1.6rem;}.dLEWDF.photo{margin-bottom:2rem;}.dLEWDF .carousel-wrapper{height:28rem;width:100%;}.dLEWDF .carousel{height:28rem;margin:0 -1.6rem;}.dLEWDF .carousel:not(.flickity-enabled){width:200rem;}.dLEWDF .carousel:not(.flickity-enabled) img{visibility:hidden;}.dLEWDF .carousel-cell{height:28rem;margin-right:0.8rem;max-height:30rem;min-height:28rem;max-width:30rem;overflow:hidden;width:100%;}.dLEWDF .carousel-cell img,.dLEWDF .carousel-cell > *{min-height:28rem;max-height:100%;}.dLEWDF .carousel-cell > *{width:100%;}.dLEWDF .carousel-cell img{left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:none;}}/*!sc*/
@media (min-width:48em){.dLEWDF{display:block;float:right;margin:1rem 0 0 3.3rem;width:34.4rem;}.dLEWDF.cooking-mode{height:40.8rem;}}/*!sc*/
@media (min-width:62em){.dLEWDF{position:absolute;right:0;top:0;}.dLEWDF.scrolled{position:fixed;right:1.6rem;top:-34.4rem;-webkit-transform:translateY(41rem);-ms-transform:translateY(41rem);transform:translateY(41rem);z-index:1;}.dLEWDF.scrolled.forward{-webkit-transition:-webkit-transform 0.3s ease-in-out 0.1s;-webkit-transition:transform 0.3s ease-in-out 0.1s;transition:transform 0.3s ease-in-out 0.1s;}.dLEWDF.scrolled.media-wrapper--tablet{margin-right:1.4rem;}.dLEWDF.fully-scrolled{bottom:7.2rem;position:absolute;top:auto;}}/*!sc*/
@media (min-width:0em) and (max-width:47.9375em){.dLEWDF{padding-top:1rem;}}/*!sc*/
data-styled.g328[id="DetailPageHeaderMedia__MediaWrapper-hZNmm"]{content:"dLEWDF,"}/*!sc*/
.ceqjLg{font:normal 400 1.6rem/1.15 Merriweather,serif;margin-bottom:1.6rem;color:#3D3D3D;margin-bottom:1rem;}/*!sc*/
.ceqjLg em{font:normal 400 1.2rem/1 proximaNovaBold,sans-serif;-webkit-letter-spacing:1.6px;-moz-letter-spacing:1.6px;-ms-letter-spacing:1.6px;letter-spacing:1.6px;text-transform:uppercase;font-style:none;margin-right:0.8rem;}/*!sc*/
.ceqjLg span{position:relative;top:1px;}/*!sc*/
.print .DetailPageHeaderMeta__DetailPageHeaderMetaText-jlsbdt{color:#000000;}/*!sc*/
data-styled.g330[id="DetailPageHeaderMeta__DetailPageHeaderMetaText-jlsbdt"]{content:"ceqjLg,"}/*!sc*/
.gGcBVS{display:inline;font:normal 400 2.6rem/1.15 Merriweather,serif;color:#3D3D3D;font-family:proximaNovaBold,sans-serif;}/*!sc*/
@media (min-width:48em){.gGcBVS{font-size:3.7rem;min-height:4.2rem;}}/*!sc*/
data-styled.g331[id="DetailPageHeaderTitle__DetailPageHeaderTitleText-eelXgx"]{content:"gGcBVS,"}/*!sc*/
.iZOGuM{margin-bottom:0.8rem;}/*!sc*/
data-styled.g332[id="DetailPageHeaderTitle__DetailPageHeaderTitleWrapper-jgBDFv"]{content:"iZOGuM,"}/*!sc*/
.jbnlGD{white-space:nowrap;}/*!sc*/
data-styled.g333[id="DetailPageHeaderTitle__LastWordAndBubble-dyMRNs"]{content:"jbnlGD,"}/*!sc*/
.hfNLep{display:inline-block;height:2.2rem;margin-left:0.65rem;position:relative;top:0.25rem;vertical-align:top;width:2.4rem;}/*!sc*/
.hfNLep svg{left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}/*!sc*/
@supports (-ms-ime-align:auto){.hfNLep{top:0.5rem;}}/*!sc*/
@media (min-width:48em){.hfNLep{top:0.75rem;}}/*!sc*/
@supports (-ms-ime-align:auto) and (min-width:768px){.hfNLep{top:1.1rem;}}/*!sc*/
@media (min-width:48em){.hfNLep{top:1rem;}}/*!sc*/
.hfNLep svg path{fill:#3D3D3D;}/*!sc*/
.hfNLep:hover svg path{fill:#6BA6AA;}/*!sc*/
data-styled.g334[id="DetailPageHeaderTitle__CommentCountWrapper-cYLZXy"]{content:"hfNLep,"}/*!sc*/
.feaUnv{color:#FFFFFF;height:1.5rem;text-align:center;font:normal 400 1rem/1.5rem proximaNovaBold,sans-serif;position:relative;}/*!sc*/
data-styled.g335[id="DetailPageHeaderTitle__CommentCountText-esEtFw"]{content:"feaUnv,"}/*!sc*/
.HUnuJ{margin-bottom:2.6rem;width:100%;}/*!sc*/
@media (min-width:48em){.HUnuJ{padding-top:1rem;}}/*!sc*/
data-styled.g336[id="DetailPageHeaderWhy__DetailPageHeaderWhyWrapper-gaAQiX"]{content:"HUnuJ,"}/*!sc*/
.jzgtJz{font:normal 400 1.6rem/2.5rem Merriweather,serif;}/*!sc*/
data-styled.g337[id="DetailPageHeaderWhy__DetailPageHeaderWhyBody-gjJWas"]{content:"jzgtJz,"}/*!sc*/
.ihXYOJ{padding-right:0.5rem;}/*!sc*/
.ihXYOJ .toggle{font-style:italic;}/*!sc*/
.ihXYOJ .toggle:hover{cursor:pointer;}/*!sc*/
.ihXYOJ a{background-image:linear-gradient(transparent 91%,#8FDEE3 91%);border:none;color:inherit;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out;}/*!sc*/
.ihXYOJ a:focus,.ihXYOJ a:active{color:inherit;}/*!sc*/
.ihXYOJ a:hover{background-color:#D1FCFF;}/*!sc*/
@media print{.ihXYOJ a{background-image:none !important;background-color:transparent !important;color-adjust:exact !important;}}/*!sc*/
.ihXYOJ .toggle:hover{color:#6BA6AA;}/*!sc*/
data-styled.g338[id="DetailPageHeaderWhy__DetailPageHeaderBodyText-dabmDL"]{content:"ihXYOJ,"}/*!sc*/
.gsaWlf{margin-right:0.8rem;}/*!sc*/
.gsaWlf:last-child{margin-right:0;}/*!sc*/
.gsaWlf a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:0.8rem;padding:0.4rem 1.6rem 0.4rem;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0.4rem;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:2.5rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 1.6rem;white-space:nowrap;}/*!sc*/
.gsaWlf a{background-color:#6BA6AA;}/*!sc*/
.gsaWlf a:hover{background-color:#5A8E91;}/*!sc*/
data-styled.g339[id="Label__LabelWrapper-eefpJf"]{content:"gsaWlf,"}/*!sc*/
.iXUAxv{color:#000000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font:2rem chippewa-falls;-webkit-letter-spacing:3px;-moz-letter-spacing:3px;-ms-letter-spacing:3px;letter-spacing:3px;line-height:0.8;text-transform:lowercase;position:relative;top:-2px;color:#FFFFFF;font:normal 400 1rem/1 proximaNovaBold,sans-serif;-webkit-letter-spacing:1.6px;-moz-letter-spacing:1.6px;-ms-letter-spacing:1.6px;letter-spacing:1.6px;text-transform:uppercase;}/*!sc*/
data-styled.g340[id="Label__LabelText-dbUwVt"]{content:"iXUAxv,"}/*!sc*/
.hkyYfQ{position:relative;margin:0 -1.6rem 1.6rem -1.6rem;}/*!sc*/
.hkyYfQ a{-webkit-text-decoration:none;text-decoration:none;-webkit-text-decoration-color:none;text-decoration-color:none;}/*!sc*/
@media (min-width:48em){.hkyYfQ{margin:0 0 1rem -1.6rem;}}/*!sc*/
data-styled.g341[id="DetailPageTags__TagListWrapper-YQJBw"]{content:"hkyYfQ,"}/*!sc*/
.hncRbd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow-x:auto;padding-left:1.6rem;position:relative;-webkit-scroll-snap-type:x mandatory;-moz-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;}/*!sc*/
.hncRbd::-webkit-scrollbar{display:none;}/*!sc*/
.hncRbd .label{-webkit-scroll-snap-align:none center;-moz-scroll-snap-align:none center;-ms-scroll-snap-align:none center;scroll-snap-align:none center;}/*!sc*/
.hncRbd .label.inactive{opacity:0.5;}/*!sc*/
.hncRbd .label.inactive{opacity:0.5;}/*!sc*/
.hncRbd .label a{padding:0.4rem 1rem 0;}/*!sc*/
.hncRbd .label:last-child{margin-right:5rem;}/*!sc*/
@media (min-width:48em){.hncRbd{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;}.hncRbd .label{margin-bottom:0.6rem;}.hncRbd:last-child{margin-right:0;}}/*!sc*/
data-styled.g342[id="DetailPageTags__TagListItems-iGoPrt"]{content:"hncRbd,"}/*!sc*/
.bKYOIX{-webkit-scroll-snap-type:x mandatory;-moz-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;}/*!sc*/
data-styled.g343[id="DetailPageTags__Spacer-bFFFZl"]{content:"bKYOIX,"}/*!sc*/
body:not(.favorites-popover-page) .FavoriteAction__FavoriteActionEl-freXml{display:none;}/*!sc*/
.bODhxi.detail__actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}/*!sc*/
.bODhxi.detail__actions .action-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;}/*!sc*/
.bODhxi.detail__actions .action-item__favorite{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}/*!sc*/
.bODhxi.detail__actions--favorite.action-item{display:none;}/*!sc*/
.favorites-index-page .FavoriteAction__FavoriteActionEl-freXml.detail__actions--favorite.action-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.bODhxi.detail__actions .action-item a{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:3.5rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1rem 1.2rem;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s linear;transition:background-color 0.2s linear;}/*!sc*/
.bODhxi.detail__actions .action-item a span,.bODhxi.detail__actions .action-item a svg{display:inline-block;}/*!sc*/
.bODhxi.detail__actions .action-item a span:not(:first-child),.bODhxi.detail__actions .action-item a svg:not(:first-child){margin-left:0.8rem;}/*!sc*/
.bODhxi.detail__actions .action-item a svg{fill:#FFFFFF;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;max-height:20px;max-width:17.4px;}/*!sc*/
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.bODhxi.detail__actions .action-item a svg{height:20px;width:17.4px;}}/*!sc*/
.bODhxi.detail__actions .action-item a.action-item__favorite{width:100%;}/*!sc*/
.bODhxi.detail__actions .action-item a.action-item__favorite em{display:none;font-style:normal;}/*!sc*/
.bODhxi.detail__actions .action-item a.action-item__favorite:not(.favorited) svg{fill:none;stroke:#FFFFFF;}/*!sc*/
.bODhxi.detail__actions .action-item a.action-item__favorite.favorited em{display:inline;}/*!sc*/
.favorites-popover-page .FavoriteAction__FavoriteActionEl-freXml.detail__actions .action-item a.action-item__favorite.favorited+ .action-item__manage{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.bODhxi.detail__actions .action-item a.action-item__manage{display:none;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:1rem 0.8rem 1rem 1.5rem;}/*!sc*/
.bODhxi.detail__actions .action-item a.action-item__manage svg:nth-of-type(2){height:8px;width:1.5rem;}/*!sc*/
@media (min-width:48em){.bODhxi.detail__actions{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:0;}.bODhxi.detail__actions order:0 .action-item{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;}.bODhxi.detail__actions order:0 .action-item__favorite{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;}.bODhxi.detail__actions a{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}/*!sc*/
.bODhxi .action-item__favorite{background-color:#3D3D3D;}/*!sc*/
.bODhxi .action-item__favorite:hover{background-color:#767f81;}/*!sc*/
.bODhxi .action-item__manage{background-color:#767f81;}/*!sc*/
data-styled.g345[id="FavoriteAction__FavoriteActionEl-freXml"]{content:"bODhxi,"}/*!sc*/
.gJtXFj{display:inline-block;margin-right:8px;width:15px;}/*!sc*/
data-styled.g346[id="PrintAction__PrintActionIcon-bvwCdT"]{content:"gJtXFj,"}/*!sc*/
.glidsu{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#FFFFFF;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font:normal 400 14px/1 proximaNovaBold,sans-serif;height:35px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-letter-spacing:1.6px;-moz-letter-spacing:1.6px;-ms-letter-spacing:1.6px;letter-spacing:1.6px;padding:10px 16px;text-transform:uppercase;-webkit-transition:background-color 0.2s linear;transition:background-color 0.2s linear;width:calc(50% - 8px);}/*!sc*/
.glidsu svg{-webkit-transition:fill 0.2s linear;transition:fill 0.2s linear;}/*!sc*/
@media (min-width:48em){.glidsu{width:163px;}}/*!sc*/
data-styled.g347[id="PrintAction__PrintActionButton-iHPqty"]{content:"glidsu,"}/*!sc*/
.bmDtzP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px;}/*!sc*/
@media print{.bmDtzP{display:none;}}/*!sc*/
.bmDtzP .action-item{color:#FFFFFF;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;-webkit-text-decoration-underline:none;text-decoration-underline:none;}/*!sc*/
.bmDtzP .action-item a,.bmDtzP .action-item button{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;-webkit-text-decoration-underline:inherit;text-decoration-underline:inherit;}/*!sc*/
.bmDtzP .detail__actions{font:normal 400 14px/1 proximaNovaBold,sans-serif;-webkit-letter-spacing:1.6px;-moz-letter-spacing:1.6px;-ms-letter-spacing:1.6px;letter-spacing:1.6px;text-transform:uppercase;-webkit-transition:background-color 0.2s linear;transition:background-color 0.2s linear;max-width:calc(50% - 8px);width:calc(50% - 8px);}/*!sc*/
.bmDtzP .detail__actions--cancel{background-color:#FFFFFF;color:#000000;}/*!sc*/
.bmDtzP .detail__actions--cancel:hover{background-color:#FFFFFF;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
@media (min-width:48em){.bmDtzP{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}.bmDtzP .detail__actions{min-width:163px;width:auto;}.bmDtzP .detail__actions:not(:last-child){margin-right:16px;}}/*!sc*/
.bmDtzP a,.bmDtzP button{background-color:#3D3D3D;}/*!sc*/
.bmDtzP a:hover,.bmDtzP button:hover{background-color:#767f81;}/*!sc*/
.bmDtzP a:hover svg,.bmDtzP button:hover svg{fill:#767f81;}/*!sc*/
.bmDtzP .detail__actions--cancel{background-color:#F5F5F5;color:#3D3D3D;}/*!sc*/
.bmDtzP .detail__actions--cancel:hover{background-color:inherit;}/*!sc*/
data-styled.g348[id="DetailActions__DetailActionsWrapper-kfExmX"]{content:"bmDtzP,"}/*!sc*/
.hSpoje{font:normal 400 1.6rem/1.4 Merriweather,serif;margin-bottom:2.8rem;margin-bottom:0;}/*!sc*/
.hSpoje h3{font:normal 400 1.8rem/1.4 proximaNovaBold,sans-serif;margin-bottom:1rem;text-transform:uppercase;}/*!sc*/
.hSpoje:after{content:"";clear:both;display:table;}/*!sc*/
.hSpoje.has-paywall{min-height:34.4rem;}/*!sc*/
@media (min-width:0em) and (max-width:47.9375em){.hSpoje{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.hSpoje.no-why .recipe-detail-page__meta{-webkit-order:1;-ms-flex-order:1;order:1;}.hSpoje.no-why .recipe-detail-header__media,.hSpoje.no-why .detail-actions__wrapper{-webkit-order:2;-ms-flex-order:2;order:2;}}/*!sc*/
@media (min-width:48em) and (max-width:61.9375em){.hSpoje .recipe-detail-header__media + .recipe-detail-header__why h2{width:calc(100% - 34.4rem - 3.3rem);}}/*!sc*/
@media (min-width:62em){.hSpoje > :not(.recipe-detail-header__media){max-width:calc(100% - 34.4rem - 8.7rem);width:calc(100% - 34.4rem - 8.7rem);}.hSpoje.no-why .detail-actions__wrapper{margin-bottom:0;padding-top:1.8rem;}}/*!sc*/
@media (min-width:48em){.hSpoje{margin-bottom:2.8rem;}}/*!sc*/
.hSpoje .recipe-detail-header__book{color:#3D3D3D;font:normal 400 1.6rem/1 Merriweather,serif;line-height:1.63;margin-bottom:1.2rem;}/*!sc*/
.hSpoje .recipe-detail-header__book-link{color:#3D3D3D;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.hSpoje .recipe-detail-header__book-link:visited{color:#3D3D3D;}/*!sc*/
.hSpoje .recipe-detail-header__book-link:hover{color:#6BA6AA;cursor:pointer;}/*!sc*/
data-styled.g350[id="DetailPageHeader__DetailPageHeaderEl-fSjrMd"]{content:"hSpoje,"}/*!sc*/
</style></head><body class="atk"><div id="global-components-header"><script>
var globalCtaData = {"user_segments":{"anonymous":{"cta_0":{"display_cta":true,"cta_primary_title_text":"Register Now","cta_primary_title_text_short":"Register","cta_primary_title_url":"/register","cta_primary_show_form":true,"cta_primary_form_url":"/register","cta_primary_form_title":"Get FREE ACCESS to every recipe and rating from this season of our TV show.","display_secondary_link":true,"cta_secondary_link_title":"Find TV Listings","cta_secondary_link_url":"/tv_schedule/new"},"cta_1":{"display_cta":true,"cta_primary_title_text":"Start Free Trial","cta_primary_title_text_short":"Start Free Trial","cta_primary_title_url":"/order","cta_primary_show_form":true,"cta_primary_form_url":"/order","cta_primary_form_title":"Try AmericasTestKitchen.com FREE for 14 days. Become a member today!","display_secondary_link":true,"cta_secondary_link_title":"Gift Membership","cta_secondary_link_url":"/gift_membership/order"},"cta_2":{"display_cta":true,"cta_primary_title_text":"Free Trial","cta_primary_title_text_short":"Free Trial","cta_primary_title_url":"/order","cta_primary_show_form":true,"cta_primary_form_url":"/order","cta_primary_form_title":"Try AmericasTestKitchen.com FREE for 14 days. Become a member today!","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""}},"cancelled_member":{"cta_0":{"display_cta":true,"cta_primary_title_text":"Become a Member","cta_primary_title_text_short":"Renew","cta_primary_title_url":"/order","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":true,"cta_secondary_link_title":"Find TV Listings","cta_secondary_link_url":"/tv_schedule/new"},"cta_1":{"display_cta":true,"cta_primary_title_text":"Gift Membership","cta_primary_title_text_short":"Gift Membership","cta_primary_title_url":"/gift","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""},"cta_2":{"display_cta":true,"cta_primary_title_text":"Renew","cta_primary_title_text_short":"Renew","cta_primary_title_url":"/order","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""}},"cancelled_other":{"cta_0":{"display_cta":true,"cta_primary_title_text":"Start Free Trial","cta_primary_title_text_short":"Free Trial","cta_primary_title_url":"/order","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":true,"cta_secondary_link_title":"Find TV Listings","cta_secondary_link_url":"/tv_schedule/new"},"cta_1":{"display_cta":true,"cta_primary_title_text":"Gift Membership","cta_primary_title_text_short":"Gift Membership","cta_primary_title_url":"/gift","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""},"cta_2":{"display_cta":true,"cta_primary_title_text":"Free Trial","cta_primary_title_text_short":"Free Trial","cta_primary_title_url":"/order","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""}},"multisite":{"cta_0":{"display_cta":false,"cta_primary_title_text":"","cta_primary_title_text_short":"","cta_primary_title_url":"","cat_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""},"cta_1":{"display_cta":true,"cta_primary_title_text":"Gift Membership","cta_primary_title_text_short":"Gift Membership","cta_primary_title_url":"/gift","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":true,"cta_secondary_link_title":"Find TV Listings","cta_secondary_link_url":"/tv_schedule/new"},"cta_2":{"display_cta":false,"cta_primary_title_text":"","cta_primary_title_text_short":"","cta_primary_title_url":"","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""}},"registrant":{"cta_0":{"display_cta":true,"cta_primary_title_text":"Start Free Trial","cta_primary_title_text_short":"Free Trial","cta_primary_title_url":"/order?mdc=AF0150MA1D","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":true,"cta_secondary_link_title":"Find TV Listings","cta_secondary_link_url":"/tv_schedule/new"},"cta_1":{"display_cta":true,"cta_primary_title_text":"Gift Membership","cta_primary_title_text_short":"Gift Membership","cta_primary_title_url":"/gift","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""},"cta_2":{"display_cta":true,"cta_primary_title_text":"Free Trial","cta_primary_title_text_short":"Free Trial","cta_primary_title_url":"/order?mdc=AF0150MA1D","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""}},"standard_member":{"cta_0":{"display_cta":true,"cta_primary_title_text":"Upgrade Membership","cta_primary_title_text_short":"Upgrade","cta_primary_title_url":"/upgrade","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":true,"cta_secondary_link_title":"Find TV Listings","cta_secondary_link_url":"/tv_schedule/new"},"cta_1":{"display_cta":true,"cta_primary_title_text":"Gift Membership","cta_primary_title_text_short":"Gift Membership","cta_primary_title_url":"/gift","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""},"cta_2":{"display_cta":true,"cta_primary_title_text":"Upgrade","cta_primary_title_text_short":"Upgrade","cta_primary_title_url":"/upgrade","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""}},"standard_other":{"cta_0":{"display_cta":true,"cta_primary_title_text":"Upgrade Membership","cta_primary_title_text_short":"Upgrade","cta_primary_title_url":"/upgrade","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":true,"cta_secondary_link_title":"Find TV Listings","cta_secondary_link_url":"/tv_schedule/new"},"cta_1":{"display_cta":true,"cta_primary_title_text":"Gift Membership","cta_primary_title_text_short":"Gift Membership","cta_primary_title_url":"/gift","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""},"cta_2":{"display_cta":true,"cta_primary_title_text":"Upgrade","cta_primary_title_text_short":"Upgrade","cta_primary_title_url":"/upgrade","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""}},"anonymous_logged_in":{"cta_0":{"display_cta":true,"cta_primary_title_text":"Register Now","cta_primary_title_text_short":"Register","cta_primary_title_url":"/register","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":true,"cta_secondary_link_title":"Find TV Listings","cta_secondary_link_url":"/tv_schedule/new"},"cta_1":{"display_cta":true,"cta_primary_title_text":"Start Free Trial","cta_primary_title_text_short":"Free Trial","cta_primary_title_url":"/order","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":true,"cta_secondary_link_title":"Gift Membership","cta_secondary_link_url":"/gift"},"cta_2":{"display_cta":true,"cta_primary_title_text":"Free Trial","cta_primary_title_text_short":"Free Trial","cta_primary_title_url":"/order","cta_primary_show_form":false,"cta_primary_form_url":"","cta_primary_form_title":"","display_secondary_link":false,"cta_secondary_link_title":"","cta_secondary_link_url":""}}}};
var globalSiteKey = 'ako';
</script>
<link
crossorigin="anonymous"
id="global-header-css-url"
rel="stylesheet"
media="print"
onload="this.media='all'"
href=//d1nfaf380zbiur.cloudfront.net/_search_assets/favorites-widgets-build-a02ba1e07b7bd1866a9348ded128d383.css
/>
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700|Montserrat:400,700|Roboto+Condensed:700&subset=latin,latin-ext&display=swap" rel="stylesheet">
<script defer crossorigin="anonymous" src="//d1nfaf380zbiur.cloudfront.net/_search_assets/favorites-widgets-f047085c6324f0d7d96f24e826395153.js"></script>
<header class="atkGobalWrapper" data-site-key="ako">
<a class="visuallyhidden" id="skip-to-first-heading" href="#">Skip to main content</a>
<div style="display:none">
<svg id="icons" style="display: none;" version="1.1"><symbol id="spy-glass-icon" role="img" aria-label="search" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 30 30"><path fill="#6ba6aa" d="M3.8 11.2c0-4.1 3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5-3.4 7.5-7.5 7.5-7.5-3.3-7.5-7.5m25.5 15.4l-8.9-8.9c1.3-1.9 2.1-4.2 2.1-6.5C22.5 5 17.5 0 11.2 0 5 0 0 5 0 11.2s5 11.2 11.2 11.2c2.3 0 4.6-.7 6.5-2.1l8.9 8.9c.7.8 2 .9 2.8.1.8-.7.8-1.9-.1-2.7"></path></symbol><symbol id="icons-arrow-right" viewBox="0 0 4 8"><title>arrow-right</title><path d="M0,8,4,4,0,0Z"/></symbol><symbol id="icons-arrow" viewBox="0 0 8 4"><title>arrow</title><path d="M0,0,4,4,8,0Z"/></symbol><symbol id="icons-arrowcircle" viewBox="0 0 18.3 18.3"><title>Arrow Circle</title><path d="M9.3,16.5a7.2,7.2,0,1,1,7.2-7.2,7.2,7.2,0,0,1-7.2,7.2M9.3.2a9.1,9.1,0,1,0,9.1,9.1A9.1,9.1,0,0,0,9.3.2" transform="translate(-0.1 -0.2)"/><polygon points="9.5 4.6 8.3 5.7 11 8.4 4.7 8.4 4.7 10 10.7 10 8.3 12.4 9.5 13.5 14 9.1 9.5 4.6"/></symbol><symbol id="icons-chevron" viewBox="0 0 12 7.4"><title>chevron</title><path d="M10.6,0,6,4.6,1.4,0,0,1.4l6,6,6-6Z"/></symbol><symbol id="icons-close" viewBox="0 0 28 28"><title>Close</title><path d="M28,2.8,25.2,0,14,11.2,2.8,0,0,2.8,11.2,14,0,25.2,2.8,28,14,16.8,25.2,28,28,25.2,16.8,14Z"/></symbol><symbol id="icons-facebook" viewBox="0 0 46.7 45.81"><defs><mask id="a" x="0" y="0" width="46.7" height="45.81" maskUnits="userSpaceOnUse"><g transform="translate(0 0)"><polygon points="46.7 0 0 0 0 45.81 46.7 45.81 46.7 0"></polygon></g></mask></defs><title>Facebook Logo</title><g><path d="M28.35,22.91H25.08V34.36H20.23V22.91H17.92v-4h2.31V16.25a4.5,4.5,0,0,1,4.89-4.8h3.59v3.93H26.11a1,1,0,0,0-1,1.1v2.38h3.7ZM23.35,0A23.13,23.13,0,0,0,0,22.91,23.13,23.13,0,0,0,23.35,45.81,23.13,23.13,0,0,0,46.7,22.91,23.13,23.13,0,0,0,23.35,0h0Z" transform="translate(0 0)"></path></g></symbol><symbol id="icons-hamburger" viewBox="0 0 14 9.5"><title>hamburger</title><path d="M0,9.5H14V8H0Zm0-4H14V4H0ZM0,0V1.5H14V0Z"/></symbol><symbol id="icons-instagram" viewBox="0 0 387.88 371.24"><title>Instagram Logo</title><path d="M288.54,134A37.58,37.58,0,0,0,267,112.46c-4-1.55-10-3.4-21.05-3.9-11.94-.55-15.53-0.66-45.78-0.66s-33.85.11-45.79,0.66c-11.05.5-17.06,2.35-21,3.9A37.49,37.49,0,0,0,111.85,134c-1.56,4-3.41,10-3.91,21-0.54,11.94-.66,15.54-0.66,45.79s0.12,33.84.66,45.79c0.5,11,2.35,17.05,3.91,21a37.49,37.49,0,0,0,21.5,21.52c4,1.54,10,3.4,21,3.9,11.94,0.55,15.53.66,45.79,0.66S234,293.6,246,293.05c11.06-.5,17.06-2.35,21.05-3.9a37.58,37.58,0,0,0,21.51-21.52c1.54-4,3.39-10,3.9-21,0.54-11.95.66-15.54,0.66-45.79S293,167,292.43,155c-0.51-11.05-2.35-17.06-3.9-21M200.19,259a58.19,58.19,0,1,1,58.19-58.19A58.19,58.19,0,0,1,200.19,259m60.49-105.08a13.6,13.6,0,1,1,13.6-13.6,13.61,13.61,0,0,1-13.6,13.6" transform="translate(-6.25 -15.19)" ></path><path d="M200.19,163A37.78,37.78,0,1,0,238,200.81,37.78,37.78,0,0,0,200.19,163" transform="translate(-6.25 -15.19)" ></path><path d="M200.16,15.19C93.25,15.19,6.25,98.46,6.25,200.79s87,185.64,193.92,185.64,194-83.27,194-185.64-87-185.6-194-185.6M312.83,247.53c-0.56,12.06-2.48,20.3-5.28,27.51a57.88,57.88,0,0,1-33.14,33.14c-7.21,2.8-15.45,4.72-27.51,5.27s-16,.69-46.72.69-34.64-.13-46.72-0.69S133.17,311,126,308.18A57.89,57.89,0,0,1,92.81,275c-2.8-7.21-4.72-15.45-5.27-27.51s-0.68-15.94-.68-46.72,0.14-34.63.68-46.72,2.47-20.3,5.27-27.51A57.94,57.94,0,0,1,126,93.43c7.21-2.79,15.44-4.71,27.51-5.26s15.94-.69,46.72-0.69,34.64,0.13,46.72.69,20.3,2.47,27.51,5.26a57.92,57.92,0,0,1,33.14,33.15c2.8,7.21,4.72,15.45,5.28,27.51s0.67,15.94.67,46.72-0.12,34.63-.67,46.72" transform="translate(-6.25 -15.19)" ></path></symbol><symbol id="icons-pinterest" viewBox="0 0 46.7 45.81"><defs><mask id="a" x="0" y="0" width="46.7" height="45.81" maskUnits="userSpaceOnUse"><g transform="translate(-0.04 0)"><polygon points="0.04 45.81 46.73 45.81 46.73 0 0.04 0 0.04 45.81" ></polygon></g></mask></defs><title>pinterest-round</title><g><path d="M25.8,28a3.86,3.86,0,0,1-3.28-1.64s-0.78,3-.94,3.62a14,14,0,0,1-2.42,4.31,0.18,0.18,0,0,1-.32-0.08,14.47,14.47,0,0,1,0-5L20.6,22A5,5,0,0,1,20.17,20c0-2,1.15-3.41,2.59-3.41a1.77,1.77,0,0,1,1.81,2c0,1.2-.78,3-1.18,4.67a2,2,0,0,0,2.12,2.53c2.54,0,4.25-3.2,4.25-7,0-2.88-2-5-5.58-5a6.29,6.29,0,0,0-6.6,6.3,3.74,3.74,0,0,0,.89,2.58,0.63,0.63,0,0,1,.19.74c-0.07.24-.21,0.82-0.27,1.05a0.46,0.46,0,0,1-.67.33c-1.87-.75-2.75-2.76-2.75-5,0-3.74,3.21-8.22,9.59-8.22C29.66,11.45,33,15.09,33,19c0,5.16-2.93,9-7.24,9M23.38,0A23.13,23.13,0,0,0,0,22.91,23.13,23.13,0,0,0,23.38,45.81,23.13,23.13,0,0,0,46.73,22.91,23.13,23.13,0,0,0,23.38,0" transform="translate(-0.04 0)" ></path></g></symbol><symbol id="icons-ribbon" viewBox="0 0 15.8 26.8"><title>ribbon</title><path d="M15,0H.8A.8.8,0,0,0,0,.8V26a.8.8,0,0,0,1.2.6l6.7-5.2,6.7,5.2.5.2h.3a.8.8,0,0,0,.4-.7V.8A.8.8,0,0,0,15,0Z"/></symbol><symbol id="icons-search" viewBox="0 0 17.5 17.5"><title>search</title><path d="M12.5,11h-.8l-.3-.3a6.5,6.5,0,1,0-.7.7l.3.3v.8l5,5L17.5,16Zm-6,0A4.5,4.5,0,1,1,11,6.5,4.5,4.5,0,0,1,6.5,11Z"/></symbol><symbol id="icons-twitter" viewBox="0 0 46.7 45.81"><defs><mask id="a" x="0" y="0" width="46.7" height="45.81" maskUnits="userSpaceOnUse"><g transform="translate(-0.26 0)"><polygon points="0.26 45.81 46.95 45.81 46.95 0 0.26 0 0.26 45.81" ></polygon></g></mask></defs><title>twitter-round</title><g><path d="M32.89,18.24c0,0.2,0,.4,0,0.61A13.4,13.4,0,0,1,19.28,32.21a13.74,13.74,0,0,1-7.34-2.11,10.37,10.37,0,0,0,1.14.06,9.71,9.71,0,0,0,5.95-2,4.79,4.79,0,0,1-4.47-3.26,5,5,0,0,0,.9.08,4.92,4.92,0,0,0,1.26-.16,4.73,4.73,0,0,1-3.84-4.61V20.15a4.85,4.85,0,0,0,2.17.59,4.67,4.67,0,0,1-2.13-3.91,4.62,4.62,0,0,1,.65-2.36,13.68,13.68,0,0,0,9.87,4.91,4.62,4.62,0,0,1-.12-1.07,4.74,4.74,0,0,1,4.79-4.7,4.83,4.83,0,0,1,3.49,1.48,9.69,9.69,0,0,0,3-1.14,4.73,4.73,0,0,1-2.11,2.6,9.69,9.69,0,0,0,2.75-.74,9.63,9.63,0,0,1-2.39,2.43M23.61,0A23.13,23.13,0,0,0,.26,22.91,23.13,23.13,0,0,0,23.61,45.81,23.13,23.13,0,0,0,47,22.91,23.13,23.13,0,0,0,23.61,0" transform="translate(-0.26 0)" ></path></g></symbol><symbol id="icons-youtube" viewBox="0 0 46.7 45.81"><defs><mask id="a" x="0" y="0" width="46.7" height="45.81" maskUnits="userSpaceOnUse"><g transform="translate(-0.78 0)"><polygon points="47.47 22.91 47.47 45.81 0.78 45.81 0.78 22.91 0.78 0 47.47 0 47.47 22.91"></polygon></g></mask></defs><title>youtube-round</title><path d="M23.92,19.42a0.6,0.6,0,0,0,.43-0.15,0.53,0.53,0,0,0,.16-0.41V15.39A0.41,0.41,0,0,0,24.35,15a0.67,0.67,0,0,0-.43-0.13,0.6,0.6,0,0,0-.4.13,0.43,0.43,0,0,0-.15.34v3.48a0.55,0.55,0,0,0,.14.41,0.52,0.52,0,0,0,.4.15" transform="translate(-0.78 0)"></path><path d="M26.79,30.35a0.62,0.62,0,0,1-.1.4,0.39,0.39,0,0,1-.32.13,0.66,0.66,0,0,1-.28-0.06,1,1,0,0,1-.28-0.2V27A1,1,0,0,1,26,26.82a0.63,0.63,0,0,1,.25-0.06,0.46,0.46,0,0,1,.37.15,0.68,0.68,0,0,1,.12.45v3Zm0.07-4.51a1.19,1.19,0,0,0-.55.14,1.9,1.9,0,0,0-.51.4V23.85H24.61v7.86H25.8V31.27a1.5,1.5,0,0,0,.51.39,1.39,1.39,0,0,0,.62.13,1,1,0,0,0,.8-0.33A1.42,1.42,0,0,0,28,30.51V27.3a1.71,1.71,0,0,0-.29-1.09,1,1,0,0,0-.86-0.37h0Z" transform="translate(-0.78 0)"></path><polygon points="14.97 24.99 16.34 24.99 16.34 31.71 17.67 31.71 17.67 24.99 19.05 24.99 19.05 23.85 14.97 23.85 14.97 24.99"></polygon><path d="M22.54,30.32a1.67,1.67,0,0,1-.37.31,0.69,0.69,0,0,1-.33.12,0.29,0.29,0,0,1-.24-0.09,0.49,0.49,0,0,1-.07-0.3V25.91H20.35v4.85a1.23,1.23,0,0,0,.21.77,0.73,0.73,0,0,0,.62.26,1.44,1.44,0,0,0,.69-0.18,2.54,2.54,0,0,0,.68-0.54v0.64h1.18v-5.8H22.54v4.4Z" transform="translate(-0.78 0)"></path><g><path d="M35.8,29.92a4.23,4.23,0,0,1-4.27,4.19H16.71a4.23,4.23,0,0,1-4.26-4.19V26.56a4.23,4.23,0,0,1,4.26-4.18H31.53a4.23,4.23,0,0,1,4.27,4.18v3.36ZM18.38,11.7l1,3.46h0.09l0.93-3.46H21.9l-1.74,5.07v3.59h-1.5V16.93L16.87,11.7h1.51ZM22,15.43a1.44,1.44,0,0,1,.54-1.18A2.21,2.21,0,0,1,24,13.82a2,2,0,0,1,1.35.46,1.53,1.53,0,0,1,.52,1.19v3.3a1.65,1.65,0,0,1-.51,1.29,2.06,2.06,0,0,1-1.43.47,2,2,0,0,1-1.4-.48,1.68,1.68,0,0,1-.52-1.3V15.43ZM26.94,14h1.33v4.9a0.52,0.52,0,0,0,.08.33,0.33,0.33,0,0,0,.27.1A0.78,0.78,0,0,0,29,19.17a1.83,1.83,0,0,0,.41-0.34V14h1.33v6.39H29.41V19.65a2.79,2.79,0,0,1-.76.6,1.71,1.71,0,0,1-.77.21,0.84,0.84,0,0,1-.69-0.29,1.31,1.31,0,0,1-.23-0.85V14ZM24.12,0A23.13,23.13,0,0,0,.78,22.91,23.13,23.13,0,0,0,24.12,45.81,23.13,23.13,0,0,0,47.47,22.91,23.13,23.13,0,0,0,24.12,0h0Z" transform="translate(-0.78 0)"></path></g><path d="M30.89,28h-1V27.46A0.83,0.83,0,0,1,30,26.94a0.47,0.47,0,0,1,.4-0.16,0.46,0.46,0,0,1,.39.16,0.84,0.84,0,0,1,.12.52V28Zm-0.47-2.28a1.81,1.81,0,0,0-1.29.47,1.62,1.62,0,0,0-.5,1.23v2.6a1.83,1.83,0,0,0,.46,1.31,1.63,1.63,0,0,0,1.25.48,1.78,1.78,0,0,0,1.33-.45,1.83,1.83,0,0,0,.45-1.34v-0.3H30.89V30a1.23,1.23,0,0,1-.12.66,0.49,0.49,0,0,1-.41.15,0.45,0.45,0,0,1-.4-0.18A1.26,1.26,0,0,1,29.84,30V29H32.1V27.47a1.72,1.72,0,0,0-.44-1.26,1.67,1.67,0,0,0-1.25-.44h0Z" transform="translate(-0.78 0)"></path></symbol></svg>
<svg id="logos" style="display: none;" version="1.1"><symbol id="logos-ako" viewBox="0 0 96.1 35.2"><title>America&apos;s Test Kitchen Logo</title><path d="M60 10.1h2.2l-1.1-2.9-1.1 2.9zM48 8.1c0-.5-.2-.9-1.1-.9h-1.4V9h1.4a.9.9 0 0 0 1.1-.7z"/><path d="M0 0v35.2h96.1V0zm6.4 9.6h15.2v.6H6.4zm11.5 8h-2.1v11.1H14V17.6h-2.1v-1.5h6zm5.8 0h-3v3.9h2.8V23h-2.8v4.3h3v1.4H19V16.1h4.7zm3.9 11.5c-1.6 0-2.7-.7-2.7-2.3v-1.7h1.6v1c0 .8.3 1.4 1 1.4a1.2 1.2 0 0 0 1.2-1.1v-.3c0-1.1-.1-1.4-1.9-3.2s-2-2.1-2-3.8 1-2.9 2.9-2.9a3.1 3.1 0 0 1 2 .7 1.8 1.8 0 0 1 .5 1.6v1.2h-1.6v-1a.9.9 0 0 0-.7-1.1h-.3c-.7 0-1 .4-1 1.4s.2 1.4 1.8 3.1 2 2.4 2 3.9-.8 3.1-2.8 3.1zm1.9-16.7l-.6-1.6H26l-.6 1.6h-.9l2.5-6h1l2.4 6zm7.5 5.2h-2.1v11.1h-1.7V17.6h-2.1v-1.5H37zm.8-5.2H37V7l-2 5.4h-.7l-2-5.4v5.4h-.8v-6H33l1.7 5 1.7-5h1.4zm1.7-6h3.7v.7h-2.9V9h2.8v.7h-2.8v2h3v.7h-3.8zm5.6 22.3l-2.7-6.3h-.1v6.3h-1.7V16.1h1.7v5.8h.1l2.7-5.8h1.8l-3 5.9 3.2 6.7zm2.5-18.8a1.6 1.6 0 0 0-.9-.3h-1.2v2.8h-.8v-6h2.1c1 0 2 .3 2 1.5a1.2 1.2 0 0 1-1.1 1.4 1.2 1.2 0 0 1 .9 1.2 11.6 11.6 0 0 0 .4 1.8h-.9a4.3 4.3 0 0 1-.2-1.1 3.1 3.1 0 0 0-.3-1.3zm2.2 18.8H48V16.1h1.8zm.7-22.3h.9v6h-.9zm6.6 11.2H55v11.1h-1.8V17.6h-2v-1.5h5.9zm-1.8-5.8a1.2 1.2 0 0 0 1.3-1h.9a2.1 2.1 0 0 1-2.3 1.7c-1.8 0-2.5-1.4-2.5-3.1s.6-3.2 2.7-3.1a1.9 1.9 0 0 1 2.1 1.6h-.8a1.2 1.2 0 0 0-1.3-1c-1.5 0-1.8 1.4-1.8 2.4s.4 2.5 1.7 2.5zm8.1 7.8h-1.6v-.9a1.1 1.1 0 0 0-.8-1.3h-.2c-.9 0-1.1.6-1.1 2.2v6.2c0 1.5.5 1.7 1 1.7a1.2 1.2 0 0 0 1.1-1.4v-.9h1.6v1.4c0 1.3-.5 2.3-2.6 2.3s-2.9-1.2-2.9-3.1v-6.5h.1c0-1.8.6-3.3 2.9-3.3s2.5.9 2.5 2.3zm-.3-7.2l-.6-1.6h-2.8l-.6 1.6h-.9l2.5-6h.9l2.4 6zm1-4l.5-2h1l-1 2zm6.6 20.3h-1.8V23h-2.3v5.7h-1.7V16.1h1.7v5.4h2.3v-5.4h1.8zm-2.1-16.1c-1.3 0-2.2-.5-2.1-1.9h.9a1.1 1.1 0 0 0 1 1.2h.3c.7 0 1.5-.2 1.5-1a1.1 1.1 0 0 0-1-.9c-1-.2-2.6-.4-2.6-1.8s1.2-1.8 2.3-1.8a1.8 1.8 0 0 1 2 1.5H70a.9.9 0 0 0-1.1-.9h-.1a1.2 1.2 0 0 0-1.4.9c0 .7.5.7 1 .9s2.6.4 2.6 1.9-1.2 1.9-2.4 1.9zm8.1 5h-3v3.9h2.8V23h-2.8v4.3h3v1.4H72V16.1h4.7zm7.4 11.1h-2.5l-2-10.7h-.1v10.7H78V16.1h2.4l2.1 10.5V16.1h1.6zm5.6-18.5H74.5v-.6h15.2z"/><path d="M26.3 10.1h2.2l-1.1-2.9-1.1 2.9z"/></symbol><symbol x="0px" y="0px" id="logos-ako-on-white" viewBox="0 0 96.1 35.2" preserveAspectRatio="xMinYMid" role="img" aria-label="America's Test Kitchen"><g><polygon class="background" fill="#d73a15" points="96.1,35.2 0,35.2 0,0 96.1,0 96.1,35.2"></polygon><polygon fill="#ffffff" points="11.9,16.1 17.9,16.1 17.9,17.6 15.8,17.6 15.8,28.7 14,28.7 14,17.6 11.9,17.6 11.9,16.1"></polygon><polygon fill="#ffffff" points="19,16.1 23.7,16.1 23.7,17.6 20.7,17.6 20.7,21.5 23.5,21.5 23.5,23 20.7,23 20.7,27.3 23.7,27.3 23.7,28.7 19,28.7 19,16.1"></polygon><path fill="#ffffff" d="M24.8,25.1h1.7v1c0,0.8,0.3,1.4,1,1.4c0.9,0,1.2-0.6,1.2-1.4c0-1.1-0.1-1.4-1.9-3.2 c-1.1-1.1-2-2.1-2-3.8c0-2.1,1-2.9,2.9-2.9c0.9,0,1.6,0.3,2,0.7c0.3,0.3,0.5,0.7,0.5,1.6v1.2h-1.6v-1c0-0.7-0.3-1.1-1-1.1 c-0.7,0-1,0.4-1,1.4c0,0.9,0.2,1.4,1.8,3.1c1.7,1.8,2,2.4,2,3.9c0,2-0.8,3.1-2.8,3.1c-1.6,0-2.7-0.7-2.7-2.3V25.1L24.8,25.1z"></path><polygon fill="#ffffff" points="31.1,16.1 37,16.1 37,17.6 34.9,17.6 34.9,28.7 33.2,28.7 33.2,17.6 31.1,17.6 31.1,16.1"></polygon><polygon fill="#ffffff" points="40.6,16.1 42.3,16.1 42.3,21.9 42.4,21.9 45.1,16.1 46.9,16.1 43.9,22 47.1,28.7 45.1,28.7 42.4,22.4 42.3,22.4 42.3,28.7 40.6,28.7 40.6,16.1"></polygon><polygon fill="#ffffff" points="48,16.1 49.8,16.1 49.8,28.7 48,28.7 48,16.1"></polygon><polygon fill="#ffffff" points="51.2,16.1 57.1,16.1 57.1,17.6 55,17.6 55,28.7 53.2,28.7 53.2,17.6 51.2,17.6 51.2,16.1"></polygon><path fill="#ffffff" d="M58,19.3c0-1.8,0.6-3.3,2.9-3.3c1.7,0,2.5,0.9,2.5,2.3v1.3h-1.6v-0.9c0-0.8-0.3-1.3-1-1.3 c-0.9,0-1.1,0.6-1.1,2.2v6.2c0,1.5,0.5,1.7,1,1.7c0.6,0,1.1-0.5,1.1-1.5v-0.9h1.6v1.4c0,1.3-0.5,2.3-2.6,2.3 c-2.2,0-2.9-1.2-2.9-3.1V19.3L58,19.3z"></path><polygon fill="#ffffff" points="64.9,16.1 66.6,16.1 66.6,21.5 68.9,21.5 68.9,16.1 70.7,16.1 70.7,28.7 68.9,28.7 68.9,23 66.6,23 66.6,28.7 64.9,28.7 64.9,16.1"></polygon><polygon fill="#ffffff" points="72,16.1 76.7,16.1 76.7,17.6 73.7,17.6 73.7,21.5 76.5,21.5 76.5,23 73.7,23 73.7,27.3 76.7,27.3 76.7,28.7 72,28.7 72,16.1"></polygon><polygon fill="#ffffff" points="78,16.1 80.4,16.1 82.5,26.6 82.5,26.6 82.5,16.1 84.1,16.1 84.1,28.7 81.6,28.7 79.6,18 79.5,18 79.5,28.7 78,28.7 78,16.1"></polygon><polygon fill="#ffffff" points="6.4,9.6 21.6,9.6 21.6,10.2 6.4,10.2 6.4,9.6"></polygon><polygon fill="#ffffff" points="74.5,9.6 89.7,9.6 89.7,10.2 74.5,10.2 74.5,9.6"></polygon><path fill="#ffffff" d="M26.3,10.1h2.2l-1.1-2.9L26.3,10.1L26.3,10.1z M24.5,12.4l2.5-6H28l2.4,6h-0.9l-0.6-1.6H26l-0.6,1.6 H24.5L24.5,12.4z"></path><polygon fill="#ffffff" points="37,7 37,7 35,12.4 34.3,12.4 32.3,7 32.3,7 32.3,12.4 31.5,12.4 31.5,6.4 33,6.4 34.7,11.4 34.7,11.4 36.4,6.4 37.8,6.4 37.8,12.4 37,12.4 37,7"></polygon><polygon fill="#ffffff" points="39.5,12.4 39.5,6.4 43.2,6.4 43.2,7.1 40.3,7.1 40.3,9 43.1,9 43.1,9.7 40.3,9.7 40.3,11.7 43.3,11.7 43.3,12.4 39.5,12.4"></polygon><path fill="#ffffff" d="M45.5,9h1.4c0.9,0,1.1-0.5,1.1-0.9c0-0.5-0.2-0.9-1.1-0.9h-1.4V9L45.5,9z M45.5,9.7v2.7h-0.8v-6h2.1 c1,0,2,0.3,2,1.5c0,0.7-0.4,1.3-1.1,1.4v0c0.7,0.2,0.8,0.6,0.9,1.2c0.1,0.6,0.2,1.2,0.4,1.8h-0.9c-0.1-0.4-0.2-0.7-0.2-1.1 c-0.1-0.5-0.1-1-0.3-1.3c-0.2-0.3-0.6-0.2-0.9-0.3H45.5L45.5,9.7z"></path><polygon fill="#ffffff" points="50.5,12.4 50.5,6.4 51.4,6.4 51.4,12.4 50.5,12.4"></polygon><path fill="#ffffff" d="M56.7,8c0-0.6-0.7-1-1.3-1c-1.5,0-1.8,1.4-1.8,2.4c0,1.2,0.4,2.4,1.7,2.4c0.6,0,1.2-0.3,1.3-1h0.9 c-0.1,1-1.1,1.7-2.3,1.7c-1.8,0-2.5-1.4-2.5-3.1c0-1.5,0.6-3.2,2.7-3.1c1.2,0,2,0.6,2.1,1.7H56.7L56.7,8z"></path><path fill="#ffffff" d="M60,10.1h2.2l-1.1-2.9L60,10.1L60,10.1z M58.2,12.4l2.5-6h0.9l2.4,6h-0.9l-0.6-1.6h-2.8l-0.6,1.6 H58.2L58.2,12.4z"></path><polygon fill="#ffffff" points="64.6,6.4 65.6,6.4 64.6,8.4 64.1,8.4 64.6,6.4"></polygon><path fill="#ffffff" d="M67.4,10.7c0,0.8,0.5,1.2,1.3,1.2c0.7,0,1.5-0.2,1.5-1c0-0.6-0.5-0.8-1-0.9c-1-0.2-2.6-0.4-2.6-1.8 c0-1.3,1.2-1.8,2.3-1.8c1,0,2,0.5,2,1.6h-0.9c0-0.7-0.6-0.9-1.2-0.9c-0.6,0-1.4,0.2-1.4,0.9c0,0.7,0.5,0.7,1,0.9 c1.1,0.4,2.6,0.4,2.6,1.9c0,1.4-1.2,1.8-2.4,1.8c-1.3,0-2.2-0.5-2.1-1.9H67.4L67.4,10.7z"></path></g></symbol><symbol id="logos-cco" viewBox="0 0 620.1 146.9"><title>cco</title><path d="M466.7 94.1c-.5-6.1 13-45.7 12.6-48.4s-6.5-9.1-12.1-7.2c-3.4 1.2-19.6 22.1-27.1 32.1l.3-1.1c3.3-10.5 7.6-21.2 7.5-23.1-.3-4.1-7.6-7.5-10.9-5.8-1.5.8-3.4 10.8-6.3 21.7-3.4 12.7-7.9 28-7.5 29.1s7.8 5.9 9.6 5.1 1.4-3.9 2.7-9c2.8-7.3 29.1-41.4 31.3-39.8s-11.2 29.4-11.6 40.8 7.4 16.4 12.7 17.1a6.8 6.8 0 0 0 4.7-1.2s-5.4-4.2-5.9-10.3zM536.3 61.2c.3 2 4.5 7.7 8.1 6.9s8.6-22.6 7.8-24.7-3.6-5.8-7.1-5.2-17.3 17.1-24.1 25.3c2.8-8.3 5.7-15.7 5.5-17.2-.3-4.1-7.6-7.5-10.9-5.8-1.5.8-3.4 10.8-6.3 21.7-3.4 12.7-8.3 28-7.9 29.1s7.8 5.9 9.6 5.1 3.3-10.7 6.3-21.2c1.3-4.7 21.5-24.2 21.5-24.2s-2.8 8.2-2.5 10.2zM63.4 43.1c1.3-4.4 2.9-10.3 4.7-15a17.1 17.1 0 0 0 .2-13.3c-1.5-3.8-5.9-8.6-9.5-11.5-5.2-4.2-12.6-3.6-20.5-.5C22 9.4-2.5 36.8.9 68.9 2.3 81.3 9 90.7 16.1 94.3a30.1 30.1 0 0 0 31.4-3.2c6-4.5 14.7-15.9 10-26.1-.9-2-3.2-2.4-3.8-.8-9.5 22.6-24.1 33.2-34.5 25.3-8-6.1-8.8-28.9 2.6-51s31-34.3 35.6-29.7S55.7 24 54 32s2.5 9.7 6.2 12c1.9 1.2 2.9.3 3.2-.9zM331.5 28.1a17.1 17.1 0 0 0 .2-13.3c-1.5-3.8-5.9-8.6-9.5-11.5-5.2-4.2-12.6-3.6-20.5-.5-16.4 6.5-41 33.9-37.5 66 1.4 12.4 8.1 21.8 15.3 25.4a30.1 30.1 0 0 0 31.4-3.2c6-4.5 14.7-15.9 10-26.1-.9-2-3.2-2.4-3.8-.8-9.5 22.6-24.1 33.2-34.5 25.3-8-6.1-8.8-28.9 2.6-51s31-34.4 35.6-29.8-1.7 15.2-3.4 23.2 2.5 9.7 6.2 12c1.9 1.2 2.9.3 3.3-.9a130 130 0 0 1 4.6-14.8zM221.9 38.6c-6.1 0-21 13.4-20.2 25.2 1 13.7 19.5 17.7 19.7 21.2s-1.9 5.2-5.8 5.2c-9.4 0-16-11.9-16.6-11.9s-3.8 3.2-3.6 5.5 9.9 13.8 21.3 13.8c8.5 0 13.8-7 13.4-12.5-.5-7.2-18.8-14.4-19-17.1-.6-9.2 12.6-19.8 16.1-19.8s-2.7 12.8-2.2 20c.1 1.7 4.7 5.5 6.3 5.5s7-16.2 6.6-21.5c-.4-7.6-11.4-13.6-16-13.6z" transform="translate(-.6 -.3)"/><path d="M461.1 29.7c7.9-.3 20.7-.4 33.6-.6l-8.6 31.8c-4.3 15.7-8.7 29.4-8.4 30.3s8.4 5.9 9.5 5.2 3.4-13.2 8-27.4 9.5-28.6 13.2-40.1l26.6-.3c7.3-.2 10.7.1 13.3-.6s5.4-5.2 5.3-6.3-7.2-.4-15.7-.4h-27.2c1.6-5.1 2.6-8.5 2.5-9.3-.3-4.2-8.9-8.6-10.9-8.2s-2.8 7.3-5.6 17.5H476c-17.5.5-30.1 1.5-31 1.8s-2.9 5.6-2.9 6.9 10.8-.1 19-.3zM178.5 64.1c4.5-1.7 9.6-4.3 13-7.7 5.2-5.4 5.7-7.9 5.3-11.2s-5.6-9.9-6.4-9.9-3.6 11.5-9.4 18.2c-2.3 2.7-6.8 6-9.8 8.1 5.7-22.5 12.6-48 12.3-50.4-.6-4.2-9.4-8-11.4-7.5s-7.4 32.8-12.5 58.2c-3.2 16-6.8 28.8-6.4 29.7s8.7 5.3 9.7 4.6 2.6-12.2 6.2-26.8a26.8 26.8 0 0 1 .7-2.7h.5c9.1 0 3.8 42.4 26.2 42.4 7.5 0 6.2-5.9 6.2-5.9-18 .2-12-34.1-24.2-39.1zM416.8 82.7c1.8-9.3 10.4-33.2 10.1-36.9-.2-2.2-7.3-7.8-10.6-5.1-1.5 1.2-5.9 12-12.5 22.2-8.6 13.4-18.1 27.5-20.3 26.1-3.8-2.5 12.2-39.4 11.7-43.3s-7.7-7.7-10.4-5.5-14.5 43.1-14.1 49.6c.3 4.2 6.9 7.6 13 6.5S410 62.2 410 62.2s-5.1 13.1-5.2 22c-.2 13.8 12 13.5 12.6 11.3 0 .2-2.6-2.3-.6-12.8zM610.5 111.1a211.2 211.2 0 0 0-22.5-3.7c.9-3 1.9-6.1 3-9.4 9-26.9 16.4-50.4 15.9-51.9s-8.5-7.5-12.2-5.8c-1.8.8-.3 3.4-7.1 14.6S565 89.7 562.9 89.3c-4.2-.8 12.3-39.8 11.5-43.1s-9.9-8.1-11.2-5.8-13.8 46-13.6 48.4 4.1 7.8 9.8 7.8 12.2-7.8 18.3-16.8S591 60 591 60s-5 18-11.5 37.3c-1 3-1.9 6-2.8 9-45.5-3.7-103.9-.3-103 12.8.6 9 14.5 15 34.8 21s49.3 9.4 57.5 5.3c10.8-5.4 15.1-15.6 19.4-29.1 19.7 2.1 34.9 4.9 35.2 4.5s-3.4-8.1-10.1-9.7zm-59.2 29.8c-27.8 0-65.9-11.4-66.3-16.9s22.6-10.1 61.5-10.1c9 0 18.4.5 27.3 1.3-4.4 14.2-9.6 25.7-22.5 25.7zM147.1 46a44.9 44.9 0 0 0-8.4-5.5c-5.8-2.9-10-1.8-13.6 1.1-8.7 6.8-15.9 22-16.4 32.6s4.2 14.7 7.5 17.2a36.7 36.7 0 0 0 9.3 5c5.5 1.7 9.7 1.1 12.8-1 11.9-8 15.2-26.5 14.6-35.5-.4-5.9-2.3-10.9-5.8-13.9zm-8 25.9C133 87.4 126 92.6 122.6 91.2s-4.9-12.1.7-26.3 14.1-20.2 17.4-19 3.7 12.6-1.6 26zM370.8 59.9C370.4 54 368.5 49 365 46a44.9 44.9 0 0 0-8.4-5.5c-5.8-2.9-10-1.8-13.6 1.1-8.7 6.8-15.9 22-16.4 32.6s4.2 14.7 7.5 17.2a36.7 36.7 0 0 0 9.3 5c5.5 1.7 9.7 1.1 12.8-1 11.9-8 15.2-26.5 14.6-35.5zm-13.7 12C351 87.4 344 92.6 340.5 91.2s-4.9-12.1.7-26.3 14.1-20.2 17.4-19 3.8 12.6-1.5 26zM101.1 46a44.9 44.9 0 0 0-8.4-5.5c-5.8-2.9-10-1.8-13.6 1.1-8.7 6.8-15.9 22-16.4 32.6s4.2 14.7 7.5 17.2a36.7 36.7 0 0 0 9.3 5c5.5 1.7 9.7 1.1 12.8-1 11.9-8 15.2-26.5 14.6-35.5-.4-5.9-2.3-10.9-5.8-13.9zm-8 25.9C87 87.4 80 92.6 76.6 91.2s-4.9-12.1.7-26.3 14.1-20.2 17.4-19 3.7 12.6-1.6 26zM204.8 39.8c2.8.5 14.7-11.7 12.5-18.2-1.6-4.8-9.7-5.7-11-4.4s.4 3.8.2 8.4c-.4 7.5-3.3 13.9-1.7 14.2z" transform="translate(-.6 -.3)"/></symbol><symbol id="logos-cio" viewBox="0 0 178.9 46.7"><title>Cook&apos;s Illustrated Logo</title><path d="M43.3 45h102v-.5h-102v.5zm0-8.1h102v-.5h-102v.5zm94.6 1.8h-.7v4h.5c.5.1.9 0 1.3-.3.4-.5.5-1 .5-1.6-.1-1.5-.4-2.1-1.6-2.1zm-2.1 4.2v-.2h.7v-4.1h-.7v-.1h2.2c1.1-.1 2.1.7 2.2 1.8v.3c0 .7-.3 1.4-.9 1.9-.5.2-1 .4-1.6.3l-1.9.1zm-8.6 0h3.9v-1.7h-.1c-.2 1.1-.6 1.6-1.5 1.5h-1v-2.2h.4c.4 0 .8.3.9.7v.2h.1v-1.9c0 .6-.4 1-1 1h-.3v-1.9h1c.9 0 1.2.4 1.4 1.4h.1v-1.5h-3.8v.1h.7v4h-.7l-.1.3zm-8 0h2.2v-.2h-.8v-4.1c1.1 0 1.4.4 1.6 1.7h.1v-1.8h-3.9v1.8h.1c.1-1.2.5-1.7 1.4-1.7h.1v4h-.7l-.1.3zm-8.7-1.5h1.6l-.8-2-.8 2zm-.3.6c0 .1-.1.2-.1.3 0 .2.2.4.5.4H110.9v.2h-1.7v-.2c.5 0 .8-.4.9-.8l1.4-3.4h.2l1.7 4.2h.5v.2h-1.8v-.2h.6l-.5-1.2h-1.7l-.3.5zm-9.9.9v-.2h.8v-4.1h-.8v-.1h2.6c.9 0 1.4.3 1.4 1-.1.7-.7 1.2-1.4 1.1.5-.1 1 .2 1.2.7.1.2.1.4.1.6v.5c.1.3.3.4.6.4h.3v.1c-.2 0-.3.1-.5.1-.9 0-1.1-.4-1.1-1.3 0-.6-.1-.9-.9-.9h-.8v1.9h.8v.2h-2.3zm2.2-4.2h-.8v1.9h.7c.9 0 1.1-.2 1.1-1 .1-.7-.2-.9-1-.9zm-9.8 4.2h2.2v-.2h-.7v-4.1c1.1 0 1.4.4 1.6 1.7h.1v-1.8H92v1.8h.1c.1-1.2.5-1.7 1.4-1.7h.2v4h-.8l-.2.3zm-9.4 0h.2l.4-.6c.3.4.8.6 1.4.7.7.1 1.4-.5 1.4-1.2v-.1c0-.6-.5-.9-1.4-1.3s-1.6-.6-1.5-1c.1-.5.5-.8 1-.7.8.1 1.5.7 1.6 1.5h.1v-1.7l-.5.6c-.3-.4-.8-.6-1.3-.6-.6-.1-1.2.3-1.3 1v.1c0 .3.2.6.4.7.4.3.9.5 1.4.7.7.3 1.1.6 1 1 0 .5-.4.8-.9.8h-.1c-.9 0-1.7-.8-1.8-1.7h-.1v1.8zm-4.8-4.2v-.1h-1.6v.1h.1c.5 0 .6.3.6.8v2.3c0 .8-.3 1.1-1.3 1-.7 0-1-.2-1-.8v-3.3h.7v-.1h-2.1v.1h.8v3.2c0 .7.6 1 1.6 1s1.5-.4 1.4-1.2v-2.3c0-.5.2-.8.6-.8l.2.1zm-10.9-.1h-2.2v.1h.7v4h-.7v.2h3.9v-2h-.1c-.2 1.2-.7 1.8-1.8 1.8h-.7v-4l.9-.1zm-8.9 0h-2.2v.1h.8v4h-.8v.2h4v-2h-.1c-.2 1.2-.8 1.8-1.8 1.8H58v-4l.7-.1zm-8.6 4.2v-4.1h.7v-.1h-2.2v.1h.7v4h-.7v.2h2.2v-.2l-.7.1zM24.7 2.4C10.5 2.4.9 10.6.1 23.2c-.9 12.8 7.8 22.4 22 23.3 9.2.7 15.8-2.4 19.7-8.8l-1-.7c-3.4 5.6-9.3 8.5-16.2 8-10.9-.8-17.3-9.3-16.4-22.2.9-12.6 7-19 16.5-19 6.6 0 12.9 5.9 12.9 10.7.1.2.1.5.1.7h1v-2c0-3.2.2-6.6.3-10.4h-1c-.3 1-.6 1.5-1.3 1.5-1.4.2-6.2-1.9-12-1.9zm118 7.2l.4.4c2.4-1.4 4.1-3.7 4.7-6.4.2-2-.5-3.3-2-3.6-1.2-.1-2.3.7-2.5 1.9v.3c-.3 1.2.4 2.4 1.6 2.7.1 0 .2 0 .3.1.5 0 1 0 1.4-.2-.7 2-2.1 3.7-3.9 4.8zm-22.7 10v-5c-.1-3-.1-5.9.2-8.9.2-1 .9-1.2 2.8-1.3v-.7c-2.1 0-3.9.1-5.4.1s-3.5 0-5.6-.1v.7h.5c2.4 0 2.6.9 2.6 4.1v13.4c0 5.4 0 8.5-.2 9.3-.2 1.1-.8 1.3-2.8 1.3v.7c2.5-.1 4.3-.1 5.5-.1s3 0 5.4.1v-.7c-1.7 0-2.5-.2-2.7-1s-.3-3.9-.2-9.1v-1.7l2.2-2c6.5 7.5 10 11.5 10 12.9 0 .8-.6 1-2 1h-1.1v.7c1.6-.1 3-.1 4.4-.1h1.8c2.1 0 4.1 0 6.2.1v-.8l-2.6-.1c-5.4-7.3-9.7-13-13.3-16.9 4-3.8 7.9-7.7 13.1-10.9l2.6-.2v-.7H130.8v.7l2.5.2c-.1 2.2-4.5 7.2-13.3 15zM94.5 33c6.6 0 11.4-5.5 11.4-14.5S101.1 4 94.5 4 83.2 9.6 83.2 18.5 88 33 94.5 33zm0 1c-3.5 0-6.9-1.1-9.9-3-4.6-3.1-7.1-7.7-7.1-12.6.1-4.9 2.5-9.5 6.6-12.3C90.3 2 98.3 2 104.5 6c4.3 2.7 7 7.4 7.1 12.5-.1 4.9-2.5 9.5-6.6 12.3-3.1 2.1-6.7 3.2-10.5 3.2zm-37.2-1c6.5 0 11.3-5.5 11.3-14.5S63.8 4 57.3 4 45.9 9.6 45.9 18.5 50.7 33 57.3 33zm0 1c-3.5 0-7-1.1-9.9-3-4.5-3.1-7.1-7.7-7-12.6 0-4.9 2.5-9.5 6.5-12.3C52.9 2 61 1.9 67.2 6c4.3 2.7 7 7.4 7 12.5 0 4.9-2.5 9.5-6.5 12.3-3 2.1-6.7 3.2-10.4 3.2zm89.6 12.6l.4-13.8h1.1c.6 7.2 6.9 12.6 14.7 12.6 6.6 0 10.6-3.6 10.7-8.3 0-7-5.6-8-15.5-9.9-8-1.6-11.5-4.4-11.5-11.3 0-7.9 5.9-13.4 14.9-13.4 6.2 0 10.6 2 12.1 2 .7 0 1-.5 1.4-1.5h1c-.2 3.7-.3 7.1-.3 10.4v1.9h-1.1c0-.2 0-.5-.1-.7 0-4.8-7-10.7-14.5-10.7-5.4 0-8.9 3-8.8 7.5-.1 2.7 1.4 5.2 3.8 6.5 1.7 1.1 5.4 1.7 10.7 2.8 8.5 1.8 13.2 4.2 13.2 11.4 0 7.9-6.2 14.3-16.3 14.3-6.9 0-11.3-2-12.7-2-1 0-1.5.6-1.8 1.9l-1.4.3z"/></symbol><symbol id="logos-school" viewBox="0 0 100 61.9"><title>school</title><path d="M.1 7.1C.1 3.3 1.3 0 6.5 0S12 1.9 12 4.9v2.7H8.4V5.7c0-1.7-.6-2.8-2.2-2.8S3.9 4.3 3.9 7.5v13.2c0 3.2 1 3.7 2.2 3.7s2.3-1 2.3-3.2v-1.9H12v3c0 2.8-1.2 5-5.6 5S.1 24.8.1 20.6V7.1zM18.2 21c0 2.3 1.1 3.5 2.6 3.5s2.6-1.2 2.6-3.5V6.8c0-2.7-.9-3.9-2.6-3.9s-2.6 1.2-2.6 3.9zM14.4 7.1c0-3.8 1.2-7.1 6.4-7.1s6.4 2.5 6.4 6.7v13.6c0 3.8-1.2 7.1-6.4 7.1s-6.4-2.5-6.4-6.7zM34.3 21c0 2.3 1.1 3.5 2.6 3.5s2.6-1.2 2.6-3.5V6.8c0-2.7-.9-3.9-2.6-3.9s-2.6 1.2-2.6 3.9zM30.6 7.1C30.6 3.3 31.8 0 37 0s6.4 2.5 6.4 6.7v13.6c0 3.8-1.2 7.1-6.4 7.1s-6.4-2.5-6.4-6.7zM46.8.2h3.8v12.3l6-12.3h3.8L54 12.9l6.8 14.3h-4.2l-6-13.5v13.5h-3.8V.2zM62.8 27.2h3.8V.2h-3.8v27zM70.5.2h5.2l4.4 22.4h.1V.2h3.6v27h-5.5l-4.4-23h-.1v23h-3.3V.2zM96.1 7.4V6c0-1.9-.9-3.1-2.4-3.1s-2.6 1.6-2.6 4.4V21c0 2.2 1.1 3.5 2.6 3.5a9.9 9.9 0 0 0 2.4-.3v-7.9h-2.5v-3.1h6.3v13.6a31.8 31.8 0 0 1-6.2.7c-4.8 0-6.3-2.5-6.3-6.7V7.1c0-5 1.6-7.1 6.4-7.1s6.2 1.5 6.2 4.9v2.5zM.1 53.9h3.8v2.2c0 1.8.6 2.9 2.2 2.9s2.5-1.3 2.5-3.1-.1-3-4-6.9C2.1 46.6.1 44.5.1 40.8s2.1-6.3 6.2-6.3a6.4 6.4 0 0 1 4.4 1.5 4.4 4.4 0 0 1 1.1 3.4V42H8.2v-2.2c0-1.5-.6-2.4-2.1-2.4s-2.3.9-2.3 3 .4 3 3.8 6.5 4.4 5 4.4 8.3-1.7 6.7-6.2 6.7S0 60.4 0 57.1v-3.2zM14.7 41.6c0-3.8 1.2-7.1 6.4-7.1s5.5 1.9 5.5 4.9v2.7h-3.5v-1.9c0-1.7-.6-2.8-2.2-2.8s-2.3 1.4-2.3 4.6v13.2c0 3.2 1 3.7 2.2 3.7s2.3-1 2.3-3.2v-1.9h3.5v3c0 2.8-1.2 5-5.5 5s-6.3-2.5-6.3-6.7V41.6zM29.2 34.7h3.7v11.6H38V34.7h3.7v27H38V49.4h-5.1v12.3h-3.7v-27zM48.9 55.5c0 2.3 1.1 3.5 2.6 3.5s2.6-1.2 2.6-3.5V41.3c0-2.7-.9-3.9-2.6-3.9s-2.6 1.2-2.6 3.9zm-3.7-13.9c0-3.8 1.2-7.1 6.4-7.1S58 37 58 41.2v13.6c0 3.8-1.2 7.1-6.4 7.1s-6.4-2.5-6.4-6.7zM65.1 55.5c0 2.3 1 3.5 2.6 3.5s2.6-1.2 2.6-3.5V41.3c0-2.7-.9-3.9-2.6-3.9s-2.6 1.2-2.6 3.9zm-3.8-13.9c0-3.8 1.2-7.1 6.4-7.1s6.4 2.5 6.4 6.7v13.6c0 3.8-1.2 7.1-6.4 7.1s-6.4-2.5-6.4-6.7zM77.9 34.7h3.8v23.9h6.4v3.1H77.9v-27z"/></symbol><symbol id="logos-sci" viewBox="0 0 146.4 60.2"><title>Cook&apos;s Science Logo</title><path d="M6.9 21c0 3.5 2.2 5.4 5 5.4 2.1.1 4-1.3 4.6-3.3l5.8 1.8c-1.3 4.7-5.6 7.8-10.5 7.6C5.6 32.9.5 28 .3 21.8v-.7c-.1-6.3 5-11.5 11.3-11.6h.3c6 0 9.4 3.7 10.4 7.6l-6 1.8c-.4-2-2.2-3.4-4.3-3.3-2.8 0-5 1.9-5.1 5.4M39.8 21c0-3.7-2.3-5.4-4.8-5.4s-5 1.7-5 5.4 2.3 5.5 4.8 5.5 5-1.8 5-5.5m6.7 0c.1 6.4-5 11.6-11.3 11.7h-.5c-6.2.1-11.3-4.7-11.4-10.9V21c-.1-6.3 5-11.5 11.4-11.6h.3c6.1-.2 11.2 4.6 11.4 10.8 0 .3 0 .6.1.8M64.3 21c.1-3.7-2.3-5.4-4.8-5.4s-4.9 1.7-5 5.4 2.3 5.5 4.8 5.5 4.9-1.8 5-5.5m6.7 0c.1 6.4-5 11.6-11.3 11.7h-.4c-6.2.1-11.3-4.7-11.5-10.9V21c-.1-6.3 5-11.5 11.4-11.6h.3C65.7 9.2 70.8 14 71 20.1v.9M87.3 19.3L95.8 32h-8.1l-5-7.7-2.2 2.3-.1 5.4h-6.6l.4-32h6.7l-.3 17.4 6.7-7.4H96zM108.2 24.8c0 1.7 1.4 3 3.1 3h.3c1.7 0 2.6-.9 2.6-1.9 0-.8-.5-1.5-2.1-1.8l-2.5-.6c-4.6-1-6.4-3.7-6.4-6.8.1-4 3.6-7.3 8.5-7.3 6.3 0 8.4 4 8.6 6.5l-5.5 1c-.1-1.6-1.4-2.8-2.9-2.7h-.1c-1.2-.1-2.3.7-2.4 1.9 0 .9.8 1.7 1.7 1.7l2.9.6c4.5.9 6.7 3.7 6.6 6.9-.1 3.8-2.9 7.4-8.8 7.4-6.8 0-9-4.5-9.1-6.9l5.5-1zM5.7 52.3c0 1.7 1.4 3 3.1 3h.3c1.7 0 2.6-.9 2.6-1.9 0-.8-.5-1.5-2.1-1.8L7 51C2.4 50 .6 47.3.6 44.2c.1-4 3.6-7.3 8.5-7.3 6.3 0 8.4 4 8.6 6.5l-5.5 1c-.1-1.6-1.4-2.8-2.9-2.7h-.1c-1.2-.1-2.3.7-2.4 1.9 0 .9.8 1.6 1.7 1.6l2.9.6c4.5.9 6.7 3.7 6.6 6.9 0 3.8-2.9 7.4-8.8 7.4-6.8 0-9-4.5-9.1-6.9l5.6-.9zM25.9 48.6c0 3.5 2.2 5.4 5 5.4 2.1.1 4-1.3 4.6-3.3l5.8 1.8c-1.3 4.7-5.6 7.8-10.5 7.7-6.2.2-11.4-4.7-11.5-10.9v-.7c-.1-6.3 4.9-11.6 11.3-11.7h.4c6 0 9.5 3.7 10.4 7.7l-6 1.8c-.5-2-2.3-3.4-4.4-3.3-2.8 0-5 2-5.1 5.5M44 59.6l.3-22H51l-.3 22zM69.1 46c-.1-1.7-1.2-3.7-4.3-3.7-2.2-.1-4.1 1.5-4.4 3.7h8.7zm5.9 7.3c-1.1 3.8-4.6 7-10.1 7-6 0-11.3-4.3-11.2-11.7.1-7.1 5.4-11.6 11-11.6 6.7 0 10.8 4.2 10.8 11.3 0 .7-.1 1.4-.2 2.1H60.2c.2 2.5 2.4 4.4 4.9 4.2 2 .2 3.8-1 4.4-2.9l5.5 1.6zM85 59.6h-6.7l.3-22H85v2.5c1.3-2.1 4-3.1 6.2-3.1 5.5 0 7.9 3.9 7.8 8.8l-.2 13.8h-6.7l.2-12.6c0-2.2-1.1-3.8-3.5-3.8-2 0-3.6 1.6-3.6 3.6v.3L85 59.6zM108.3 48.6c0 3.5 2.2 5.4 5 5.4 2.1.1 4-1.3 4.6-3.3l5.8 1.8c-1.3 4.7-5.6 7.8-10.5 7.7-6.2.2-11.4-4.7-11.5-10.9v-.7c-.1-6.3 4.9-11.6 11.3-11.7h.3c6 0 9.4 3.7 10.4 7.7l-6 1.8c-.5-2-2.3-3.4-4.3-3.3-2.9 0-5.1 2-5.1 5.5M140 46c-.1-1.7-1.2-3.7-4.3-3.7-2.2-.1-4.1 1.5-4.4 3.7h8.7zm5.9 7.3c-1.1 3.8-4.6 7-10.1 7-6 0-11.3-4.3-11.2-11.7.1-7.1 5.4-11.6 11-11.6 6.7 0 10.8 4.2 10.8 11.3 0 .7-.1 1.4-.2 2.1h-15.1c.2 2.5 2.4 4.4 4.9 4.2 2 .2 3.8-1 4.4-2.9l5.5 1.6zM100.1.9c2 0 3.5 1.6 3.6 3.5v.1c0 .4-.1.9-.2 1.3l-2.2 8h-2.4l-2.2-8c-.1-.4-.2-.9-.2-1.3-.1-2 1.5-3.6 3.4-3.7 0 .1.1.1.2.1"/></symbol></svg>
<svg id="logos-tm" style="display: none;" version="1.1">
<symbol id="logos-ako-blk-tm" viewBox="-1016 158 169.719 62" xml:space="preserve">
<polygon fill="#FFFFFF" points="-969.503,175.838 -965.546,175.838 -967.473,170.723 "/>
<path fill="#FFFFFF" d="M-931.143,172.174c0-0.835-0.368-1.568-2-1.642h-2.427v3.282h2.427
C-931.511,173.741-931.143,173.009-931.143,172.174"/>
<polygon fill="#FFFFFF" points="-909.947,175.838 -905.989,175.838 -907.917,170.723 "/>
<path fill="#FFFFFF" d="M-1016,158v62h169.719v-62H-1016z M-1004.686,174.909h26.872v0.975h-26.872V174.909z M-984.448,188.946
h-3.699v19.597h-3.083v-19.597h-3.699v-2.58h10.48V188.946z M-974.12,188.946h-5.303v6.941h4.994v2.58h-4.994v7.495h5.303v2.58
h-8.386v-22.177h8.386V188.946z M-967.404,208.729c-2.837,0-4.779-1.199-4.779-3.963v-2.643h3.083v1.812
c0,1.474,0.555,2.396,1.788,2.396c1.634,0,2.035-1.104,2.035-2.55c0-1.873-0.093-2.487-3.299-5.651
c-1.973-1.966-3.607-3.747-3.607-6.757c0-3.625,1.696-5.191,5.056-5.191c1.665,0,2.868,0.553,3.607,1.229
c0.525,0.491,0.894,1.26,0.894,2.826v2.088h-2.897v-1.751c0-1.259-0.524-1.995-1.727-1.995c-1.264,0-1.849,0.706-1.849,2.426
c0,1.505,0.308,2.427,3.144,5.375c3.021,3.133,3.577,4.208,3.577,6.881C-962.379,206.73-963.736,208.729-967.404,208.729z
M-963.928,179.854l-1.148-2.756h-4.927l-1.147,2.756h-1.515l4.472-10.581h1.574l4.295,10.581H-963.928z M-950.576,188.946h-3.7
v19.597h-3.083v-19.597h-3.7v-2.58h10.483V188.946z M-949.204,179.854L-949.204,179.854h-1.472v-9.526h-0.029l-3.398,9.526h-1.383
l-3.396-9.526h-0.03v9.526h-1.471v-10.581h2.633l3.06,8.719h0.029l3.001-8.719h2.457V179.854z M-946.308,169.272h6.663v1.26h-5.192
v3.298h4.942v1.26h-4.942v3.503h5.31v1.261h-6.781V169.272z M-936.298,208.543l-4.872-11.089h-0.061v11.089h-3.083v-22.177h3.083
v10.105h0.061l4.872-10.105h3.083l-5.18,10.412l5.55,11.765H-936.298z M-931.878,175.56c-0.426-0.484-1.015-0.44-1.604-0.484h-2.06
v4.778h-1.47v-10.581h3.794c1.78,0,3.619,0.557,3.619,2.652c0,1.274-0.766,2.257-2,2.55v0.029c1.279,0.308,1.456,0.982,1.618,2.169
c0.162,1.055,0.28,2.184,0.662,3.181h-1.574c-0.133-0.631-0.309-1.319-0.383-1.949C-931.393,176.951-931.393,176.087-931.878,175.56
z M-928.107,208.543h-3.083v-22.177h3.083V208.543z M-926.716,169.273h1.471v10.581h-1.471V169.273z M-915.158,188.946
L-915.158,188.946h-3.7v19.597h-3.083v-19.597h-3.699v-2.58h10.481V188.946z M-918.155,178.812c1.133,0,2.163-0.557,2.339-1.686
h1.544c-0.147,1.773-1.942,2.945-4.016,2.945c-3.133,0-4.383-2.55-4.383-5.51c0-2.594,1.147-5.613,4.707-5.511
c2.045,0.06,3.575,1.056,3.737,2.946h-1.545c-0.073-1.012-1.162-1.686-2.25-1.686c-2.619,0-3.104,2.389-3.104,4.25
C-921.126,176.746-920.464,178.812-918.155,178.812z M-903.875,192.417h-2.897v-1.536c0-1.412-0.494-2.303-1.789-2.303
c-1.603,0-1.912,1.136-1.912,3.809v10.873c0,2.61,0.833,3.071,1.818,3.071c1.141,0,1.882-0.799,1.882-2.642v-1.537h2.898v2.459
c0,2.334-0.956,4.115-4.532,4.115c-3.885,0-5.148-2.059-5.148-5.498v-11.211c0-3.103,1.017-5.836,5.209-5.836
c3.053,0,4.471,1.536,4.471,4.023V192.417z M-904.371,179.854l-1.148-2.756h-4.928l-1.147,2.756h-1.515l4.472-10.581h1.574
l4.296,10.581H-904.371z M-902.81,172.862l0.941-3.59h1.706l-1.647,3.59H-902.81z M-891.146,208.543h-3.083v-10.075h-4.1v10.075
h-3.083v-22.177h3.083v9.521h4.1v-9.521h3.083V208.543z M-894.69,180.072c-2.221,0-3.839-0.938-3.781-3.312h1.545
c0.029,1.495,0.896,2.052,2.324,2.052c1.206,0,2.677-0.352,2.677-1.832c0-1.025-0.854-1.451-1.735-1.627
c-1.751-0.381-4.663-0.776-4.663-3.15c0-2.302,2.104-3.151,4.089-3.151c1.81,0,3.589,0.807,3.589,2.858h-1.544
c-0.059-1.188-1.059-1.598-2.118-1.598c-1.044,0-2.472,0.381-2.472,1.642c0,1.201,0.854,1.274,1.78,1.568
c1.956,0.63,4.619,0.63,4.619,3.297C-890.38,179.223-892.542,180.072-894.69,180.072z M-880.479,188.946h-5.302v6.941h4.994v2.58
h-4.994v7.495h5.302v2.58h-8.385v-22.177h8.385V188.946z M-867.351,208.543h-4.44l-3.638-18.921h-0.061v18.921h-2.713v-22.177h4.254
l3.638,18.429h0.062v-18.429h2.898V208.543z M-857.595,175.884h-26.872v-0.975h26.872V175.884z"/>
</symbol>
<symbol id="logos-atko-tm" viewBox="0 0 673.164 220">
<path fill="#CD3529" d="M673.164 23.353c0 12.851-10.504 23.352-23.355 23.352-12.727 0-23.354-10.379-23.354-23.352C626.457 10.133 637.33 0 649.81 0c12.602 0 23.354 10.133 23.354 23.353zm-42.938-.061c0 10.872 8.771 19.644 19.521 19.644 10.873 0 19.645-8.957 19.645-19.644 0-10.873-8.896-19.522-19.645-19.522-10.624 0-19.521 8.525-19.521 19.522zm10.811-13.036h9.018c3.092 0 9.146 0 9.146 6.92 0 4.818-3.09 5.806-4.943 6.425 3.584.247 3.83 2.594 4.326 5.931.246 2.1.617 5.683 1.357 6.918h-5.562c-.121-1.235-.988-7.907-.988-8.278-.369-1.482-.863-2.223-2.717-2.223H646.1V36.45h-5.062V10.256h-.001zm4.941 11.491h4.076c3.338 0 3.955-2.348 3.955-3.706 0-3.583-2.469-3.583-3.828-3.583h-4.203v7.289zM0 0h600.001v220H0"/>
<g fill="#FFF">
<path d="M74.49 80.655h37.055v9.156H98.467v69.535H87.568V89.811H74.49v-9.156zM118.412 80.655h29.648v9.156h-18.748v24.63h17.656v9.156h-17.656v26.592h18.748v9.156h-29.648v-78.69zM154.906 136.566h10.9v6.43c0 5.232 1.961 8.502 6.32 8.502 5.775 0 7.193-3.922 7.193-9.047 0-6.648-.328-8.828-11.662-20.053-6.977-6.979-12.752-13.298-12.752-23.979C154.906 85.559 160.9 80 172.781 80c5.885 0 10.137 1.962 12.752 4.36 1.854 1.743 3.16 4.468 3.16 10.026v7.411h-10.244v-6.213c0-4.468-1.854-7.083-6.105-7.083-4.467 0-6.537 2.506-6.537 8.609 0 5.341 1.09 8.61 11.115 19.074 10.682 11.117 12.645 14.934 12.645 24.414 0 12.314-4.797 19.4-17.766 19.4-10.027 0-16.895-4.25-16.895-14.061v-9.371zM194.232 80.655h37.061v9.156h-13.08v69.535h-10.9V89.811h-13.08l-.001-9.156zM253.432 80.655h10.9v35.855h.215l17.223-35.855h10.898l-18.31 36.946 19.619 41.744H281.77L264.547 120h-.215v39.346h-10.9V80.655zM299.826 80.655h10.897v78.69h-10.897v-78.69zM319.445 80.655H356.5v9.156h-13.076v69.535h-10.899V89.811h-13.078v-9.156h-.002zM362.169 100.708C362.169 89.7 365.766 80 380.587 80c10.789 0 15.805 5.45 15.805 14.278v7.847h-10.245v-5.45c0-5.013-1.744-8.173-6.319-8.173-5.668 0-6.759 4.032-6.759 13.516V140.6c0 9.266 2.942 10.898 6.429 10.898 4.035 0 6.649-2.832 6.649-9.373v-5.449h10.245v8.719c0 8.285-3.381 14.605-16.02 14.605-13.731 0-18.201-7.301-18.201-19.51l-.002-39.782zM405.093 80.655h10.898v33.786h14.496V80.655h10.896v78.69h-10.896v-35.748h-14.496v35.748h-10.898v-78.69zM449.455 80.655h29.643v9.156h-18.744v24.63h17.654v9.156h-17.654v26.592h18.744v9.156h-29.643v-78.69zM487.144 80.655h15.041l12.861 65.394h.219V80.655h10.244v78.69h-15.693l-12.861-67.139h-.217v67.139h-9.594v-78.69z"/>
</g>
<path fill="#FFF" d="M40 40h95v3.458H40V40zM465 40h95v3.458h-95V40z"/>
<g fill="#FFF">
<path d="M153.2 59.22l15.809-37.545h5.564l15.185 37.545h-5.668l-4.057-9.776h-17.42l-4.057 9.776H153.2zm11.181-14.249h13.988l-6.812-18.148-7.176 18.148zM230.94 25.418h-.104L218.824 59.22h-4.889l-12.012-33.802h-.104V59.22h-5.2V21.675h9.309l10.816 30.941h.104l10.608-30.941h8.685V59.22h-5.2l-.001-33.802zM246.383 59.22V21.675h23.557v4.472h-18.356v11.7h17.473v4.473h-17.473v12.429h18.772v4.472h-23.973v-.001zM284.445 42.268V59.22h-5.199V21.675h13.416c6.293 0 12.793 1.976 12.793 9.413 0 4.524-2.705 8.008-7.073 9.048v.104c4.524 1.092 5.149 3.483 5.721 7.696.572 3.744.988 7.748 2.34 11.284h-5.565c-.469-2.236-1.092-4.681-1.352-6.916-.416-3.38-.416-6.448-2.133-8.32-1.508-1.716-3.588-1.561-5.668-1.716h-7.28zm-.103-4.473h8.58c5.773-.26 7.072-2.86 7.072-5.824s-1.299-5.564-7.072-5.824h-8.58v11.648zM315.646 59.22V21.675h5.199V59.22h-5.199zM354.333 31.347c-.26-3.588-4.106-5.98-7.955-5.98-9.258 0-10.972 8.477-10.972 15.081 0 7.748 2.339 15.08 10.503 15.08 4.004 0 7.646-1.976 8.269-5.98h5.461C359.119 55.84 352.775 60 345.441 60c-11.076 0-15.496-9.049-15.496-19.553 0-9.205 4.057-19.917 16.641-19.553 7.229.208 12.638 3.744 13.209 10.452l-5.462.001zM363.746 59.22l15.81-37.545h5.563l15.184 37.545h-5.668l-4.057-9.776h-17.42l-4.057 9.776h-5.355zm11.179-14.249h13.988l-6.812-18.148-7.176 18.148zM403.482 21.675h6.031l-5.822 12.741h-3.537l3.328-12.741zM420.955 48.248c.104 5.305 3.172 7.28 8.217 7.28 4.264 0 9.465-1.248 9.465-6.5 0-3.641-3.016-5.148-6.137-5.772-6.188-1.352-16.484-2.756-16.484-11.181 0-8.164 7.438-11.18 14.457-11.18 6.396 0 12.689 2.86 12.689 10.141h-5.459c-.209-4.213-3.744-5.669-7.488-5.669-3.693 0-8.736 1.353-8.736 5.824 0 4.265 3.018 4.524 6.291 5.564 6.916 2.236 16.328 2.236 16.328 11.7 0 8.528-7.643 11.545-15.234 11.545-7.854 0-13.572-3.328-13.363-11.753l5.454.001z"/>
</g>
<g fill="#FFF">
<path d="M120.615 175.945h8.558c1.228 0 3.749 0 5.507 1.127 1.792 1.129 2.654 2.953 2.654 4.877 0 1.691-.63 3.186-1.692 4.246-1.028 1.029-2.09 1.361-2.819 1.559 2.289.598 3.317 1.627 3.649 4.611.332 2.82.564 4.877 1.493 7.531h-3.549c-.531-1.594-.863-4.514-1.095-6.336-.398-3.484-1.228-4.479-5.241-4.479h-4.18v10.813h-3.284l-.001-23.949zm3.218 10.317h5.241c.365 0 2.255 0 3.151-.531.464-.264 1.625-1.127 1.625-3.117 0-3.881-3.45-3.881-4.777-3.881h-5.241l.001 7.529zM143.069 175.945h15.027v2.82h-11.71v7.463h11.146v2.787h-11.146v7.961h11.975v2.92h-15.292v-23.951zM177.565 182.414c-.132-.83-.564-4.146-5.175-4.146-5.772 0-6.8 5.904-6.8 9.885 0 4.514 1.293 9.391 6.767 9.391 1.459 0 2.853-.365 3.881-1.426.862-.932 1.062-1.959 1.161-2.521h3.649c-.498 4.709-4.843 6.668-8.957 6.668-8.426 0-10.051-7.433-10.051-12.076 0-5.041 1.957-12.571 10.482-12.571 3.383 0 8.16 1.36 8.592 6.801h-3.549v-.005zM186.319 175.945h3.317v23.951h-3.317v-23.951zM196.899 175.945h8.028c2.919 0 4.91.166 6.535 1.924 1.194 1.229 1.758 2.854 1.758 4.645 0 1.824-.597 3.383-1.891 4.678-1.26 1.262-2.919 2.059-7.231 2.059h-3.881v10.646H196.9l-.001-23.952zm3.318 10.516h3.948c2.189 0 5.54-.166 5.54-4.08 0-3.748-3.118-3.748-4.843-3.748h-4.645v7.828zM217.596 175.945h15.027v2.82h-11.71v7.463h11.146v2.787h-11.146v7.961h11.976v2.92h-15.293v-23.951zM241.078 192.896c.066 1.658.266 4.744 5.772 4.744 4.976 0 5.606-3.086 5.606-4.279 0-2.688-2.156-3.219-5.507-4.047-3.649-.896-5.274-1.295-6.502-2.123-1.957-1.328-2.487-3.119-2.487-4.711 0-4.877 4.61-7 9.122-7 1.593 0 4.81.266 6.733 2.354 1.327 1.459 1.394 3.086 1.46 4.08h-3.45c-.166-2.982-2.687-3.646-5.042-3.646-3.317 0-5.308 1.49-5.308 3.881 0 2.123 1.394 2.854 4.312 3.549 5.705 1.461 6.336 1.594 7.729 2.521 2.222 1.462 2.388 3.781 2.388 4.777 0 4.246-3.316 7.463-9.453 7.463-1.825 0-5.541-.297-7.432-2.72-1.359-1.758-1.393-3.685-1.393-4.844h3.452v.001zM274.811 199.896v-21.131h-8.027v-2.82h19.339v2.82h-8.028v21.131h-3.284zM293.318 175.945v10.283h11.377v-10.283h3.318v23.951h-3.318v-10.814h-11.377v10.814H290v-23.951h3.318zM320.914 175.945h3.549l9.688 23.951h-3.617l-2.588-6.236h-11.111l-2.588 6.236h-3.418l10.085-23.951zm-3.019 15.028h9.057l-4.412-11.744-4.645 11.744zM340.714 199.896v-21.131h-8.028v-2.82h19.339v2.82H344v21.131h-3.286zM366.02 175.945l5.176 19.705 5.705-19.705h4.113l5.407 19.871 5.439-19.871h3.25l-7.1 23.951h-3.682l-5.541-20.471-5.938 20.471h-3.582l-6.801-23.951h3.554zM400.25 178.533c2.488-2.688 5.771-3.219 7.994-3.219 6.635 0 10.812 4.246 10.812 12.373 0 6.369-2.555 12.771-11.078 12.771-8.16 0-10.814-5.806-10.814-12.373 0-2.718.464-6.733 3.086-9.552zm2.521 16.918c1.357 1.691 3.416 2.189 5.307 2.189 1.957 0 3.914-.531 5.309-2.189 1.957-2.389 2.156-6.17 2.156-7.795 0-5.441-1.791-9.555-7.266-9.555-6.07 0-7.629 4.877-7.629 9.785 0 2.622.463 5.509 2.123 7.565zM424.294 175.945h8.559c1.23 0 3.75 0 5.51 1.127 1.791 1.129 2.652 2.953 2.652 4.877 0 1.691-.631 3.186-1.691 4.246-1.027 1.029-2.09 1.361-2.818 1.559 2.289.598 3.316 1.627 3.648 4.611.332 2.82.562 4.877 1.49 7.531h-3.549c-.529-1.594-.861-4.514-1.096-6.336-.396-3.484-1.227-4.479-5.24-4.479h-4.18v10.813h-3.285v-23.949zm3.219 10.317h5.24c.365 0 2.256 0 3.152-.531.465-.264 1.625-1.127 1.625-3.117 0-3.881-3.449-3.881-4.777-3.881h-5.24v7.529zM447.148 175.945h3.283v10.48l9.984-10.48h4.545l-10.715 10.715 11.875 13.236h-4.645l-11.047-12.705v12.705h-3.283l.003-23.951zM478.853 179.324c0 3.031-2.477 5.51-5.508 5.51-3.002 0-5.508-2.449-5.508-5.51 0-3.117 2.564-5.508 5.508-5.508 2.973 0 5.508 2.391 5.508 5.508zm-10.127-.013c0 2.564 2.068 4.633 4.605 4.633 2.564 0 4.633-2.109 4.633-4.633 0-2.562-2.098-4.604-4.633-4.604a4.594 4.594 0 0 0-4.605 4.604zm2.551-3.075h2.127c.729 0 2.156 0 2.156 1.631 0 1.137-.729 1.371-1.166 1.516.846.059.902.613 1.021 1.398.057.496.145 1.342.32 1.633h-1.312c-.029-.291-.23-1.865-.23-1.953-.09-.35-.205-.523-.643-.523h-1.08v2.479h-1.191v-6.18h-.002zm1.166 2.709h.961c.787 0 .932-.553.932-.873 0-.846-.582-.846-.902-.846h-.988l-.003 1.719z"/>
</g>
</symbol>
<symbol id="logos-cco-tm" viewBox="59.902 35.124 637.916 141.203">
<g>
<path id="XMLID_216_" d="M520.076 129.917c-.51-6.083 13.039-45.677 12.613-48.417-.607-3.916-6.471-9.083-12.084-7.166-3.438 1.173-19.555 22.102-27.076 32.059.105-.354.217-.707.328-1.059 3.295-10.521 7.631-21.23 7.496-23.136-.285-4.083-7.645-7.531-10.938-5.781-1.518.808-3.434 10.849-6.318 21.667-3.383 12.675-7.875 27.979-7.479 29.146.734 2.168 7.834 5.942 9.604 5.084.471-.229 1.416-3.887 2.713-8.979 2.824-7.274 29.143-41.377 31.309-39.834 1.4 1-11.211 29.424-11.646 40.834-.449 11.912 7.377 16.362 12.695 17.083 2.605.354 4.746-1.25 4.746-1.25s-5.456-4.168-5.963-10.251z"/>
<path id="XMLID_215_" d="M588.691 97.027c.307 2 4.541 7.723 8.064 6.89s8.586-22.583 7.773-24.667c-.812-2.083-3.568-5.75-7.111-5.166-3.127.516-17.273 17.098-24.117 25.312 2.83-8.324 5.658-15.653 5.551-17.196-.285-4.083-7.643-7.531-10.938-5.781-1.52.806-3.436 10.849-6.318 21.667-3.381 12.675-8.27 27.979-7.877 29.146.736 2.166 7.834 5.94 9.605 5.084.799-.391 3.271-10.742 6.297-21.207v.045C570.916 106.475 591.074 87 591.074 87s-2.69 8.027-2.383 10.027z"/>
<path id="XMLID_214_" d="M385.854 62.922c1.858-4.696 1.942-8.938.194-13.331-1.543-3.787-5.873-8.578-9.457-11.456-5.219-4.241-12.588-3.636-20.487-.454-16.396 6.514-40.963 33.93-37.549 66.045 1.389 12.422 8.118 21.812 15.252 25.447 8.563 4.395 21.303 4.544 31.383-3.182 5.966-4.544 14.666-15.905 9.99-26.055-.931-1.971-3.179-2.437-3.789-.77-9.539 22.57-24.127 33.188-34.511 25.311-7.953-6.062-8.787-28.93 2.607-51.043 11.66-22.571 30.973-34.395 35.611-29.851 3.803 3.636-1.725 15.19-3.445 23.219-1.609 7.574 2.516 9.75 6.195 12.021 1.924 1.212 2.904.304 3.254-.908 1.288-4.392 2.89-10.297 4.752-14.993z"/>
<path id="XMLID_213_" d="M514.482 65.52c7.852-.278 20.691-.448 33.562-.571-2.736 9.979-5.822 21.519-8.639 31.844-4.283 15.698-8.742 29.438-8.381 30.341.934 2.333 8.408 5.875 9.469 5.229.4-.244 3.432-13.188 8.043-27.444 4.244-13.129 9.475-28.571 13.225-40.087 12.371-.098 22.949-.171 26.6-.282 7.324-.24 10.684.144 13.277-.566 2.598-.711 5.365-5.188 5.348-6.295-.008-.332-7.211-.426-15.656-.388-4.814.034-15.674.037-27.17.05 1.588-5.079 2.559-8.543 2.504-9.349-.297-4.229-8.893-8.583-10.904-8.166-.584.12-2.766 7.339-5.615 17.538-8.723.021-16.48.059-20.656.132-17.633.312-30.279 1.31-31.146 1.657-1.229.465-2.875 5.587-2.85 6.915.003.22 10.798-.304 18.989-.558z"/>
<path id="XMLID_212_" d="M237.826 99.979c4.532-1.734 9.597-4.264 12.957-7.719 5.215-5.359 5.721-7.882 5.271-11.209-.449-3.324-5.598-9.908-6.445-9.854-.849.056-3.602 11.519-9.396 18.229-2.309 2.674-6.78 5.979-9.824 8.094 5.748-22.523 12.616-48.021 12.299-50.369-.57-4.221-9.393-8.026-11.365-7.479-1.208.337-7.416 32.828-12.522 58.159-3.229 16.017-6.796 28.817-6.378 29.701 1.08 2.276 8.738 5.343 9.748 4.627.382-.271 2.58-12.185 6.23-26.776.223-.89.449-1.792.678-2.699l.045-.012c.155.006.293.018.463.018 9.056 0 3.76 42.396 26.23 42.396 7.477 0 6.159-5.854 6.159-5.854-17.926-.002-11.963-34.296-24.15-39.253z"/>
<path id="XMLID_208_" d="M470.154 118.542c1.799-9.326 10.432-33.188 10.131-36.875-.178-2.167-7.254-7.792-10.566-5.125-1.455 1.171-5.854 11.968-12.508 22.25-8.645 13.36-18.135 27.55-20.289 26.146-3.842-2.5 12.23-39.377 11.695-43.271-.598-4.375-7.703-7.688-10.383-5.5-2.848 2.319-14.541 43.104-14.088 49.604.293 4.188 6.926 7.562 12.953 6.5 5.395-.949 26.256-34.104 26.256-34.104s-5.088 13.083-5.221 21.999c-.207 13.771 12.021 13.521 12.633 11.334.002 0-2.631-2.489-.613-12.958z"/>
<path id="XMLID_198_" d="M419.017 80.809c-2.756-2.549-5.131-4.109-8.373-5.453-4.32-1.793-8.863-2.248-12.18.203-8.848 6.545-16.795 23.099-17.307 33.734-.466 10.459 3.672 14.51 6.905 16.923 2.877 2.146 6.263 4.022 9.317 5.007 5.463 1.697 9.742.028 12.777-2.024 11.906-8.046 15.197-26.55 14.607-35.487-.369-5.903-2.346-9.763-5.746-12.903zm-7.961 25.905c-6.1 15.546-12.221 21.8-16.566 19.354-4.35-2.443-4.857-12.129.723-26.344 5.58-14.216 12.75-21.045 17.402-19.011 4.648 2.037 3.709 12.575-1.559 26.001z"/>
<path id="XMLID_197_" d="M263.838 77.577c2.821.45 14.664-11.739 12.546-18.183-1.574-4.789-9.66-5.657-11.046-4.39-.597.545.41 3.787.175 8.432-.382 7.535-3.265 13.887-1.675 14.141z"/>
<path id="XMLID_196_" d="M281.24 73.385c-6.084 0-22.701 15.365-22.701 25.615 0 8.875 22.67 17.141 22.916 20.667.247 3.526-2.551 4.666-6.447 4.666-9.355 0-17.193-11.583-17.798-11.583-1.014 0-2.143 1.298-1.983 3.562.158 2.267 9.466 15.984 20.892 15.984 8.522 0 13.806-6.547 13.421-12.048-.501-7.157-17.5-10.75-18.949-17.461-1.956-9.06 13.47-20.289 16.949-20.289 3.634 0-4.191 13.207-3.693 20.342.121 1.724 5.445 5.827 7.068 5.908 1.25.062 2.045-4.573 3.562-9.688 1.358-4.58 3.115-9.592 2.938-12.131-.522-7.461-11.56-13.544-16.175-13.544z"/>
<path id="XMLID_193_" d="M662.425 145.307c-6.391-1.488-14.092-2.729-22.539-3.697.916-3.002 18.814-58.058 18.254-59.553-1.021-2.75-8.521-7.5-12.152-5.834-1.834.842-.266 3.362-7.146 14.612-6.879 11.25-22.539 34.646-24.629 34.271-4.219-.75 12.322-39.801 11.512-43.051-.809-3.25-9.896-8.084-11.236-5.834-1.348 2.25-13.812 45.969-13.645 48.385.17 2.418 4.133 7.834 9.797 7.834 5.9 0 12.197-7.795 18.271-16.771 6.797-10.046 13.279-19.833 13.279-19.833s-4.76 17.833-13.701 44.662c-45.492-3.707-91.004-.337-91.004 12.811 0 5.75 2.549 10 22.799 15.951 20.25 5.952 49.146 8.992 58.646 5.742 9.352-3.197 13.988-11.068 18.25-24.585 19.727 2.129 34.92 4.877 35.225 4.517.769-.918-3.27-8.066-9.981-9.627zm-61.16 24.726c-24.32 0-55.176-9.866-55.166-12.866.021-5.849 13.521-9.11 52.438-9.11 9.043 0 18.395.519 27.285 1.268-5.389 16.05-11.676 20.708-24.557 20.708z"/>
<path id="XMLID_192_" d="M127.521 62.922c1.862-4.696 1.945-8.938.198-13.331-1.543-3.787-5.874-8.578-9.458-11.456-5.219-4.241-12.588-3.636-20.49-.454-16.396 6.514-40.962 33.93-37.548 66.045 1.389 12.422 8.118 21.812 15.253 25.447 8.563 4.395 21.302 4.544 31.381-3.182 5.966-4.544 14.667-15.905 9.992-26.055-.93-1.971-3.179-2.437-3.79-.77-9.539 22.57-24.127 33.188-34.51 25.311-7.953-6.062-8.788-28.93 2.608-51.043 11.659-22.571 30.972-34.395 35.61-29.851 3.803 3.636-1.723 15.19-3.445 23.219-1.609 7.574 2.515 9.75 6.197 12.021 1.924 1.212 2.905.304 3.254-.908 1.283-4.392 2.886-10.297 4.748-14.993z"/>
<path id="XMLID_46_" d="M160.683 80.809c-2.731-2.324-5.369-3.936-8.372-5.453-5.791-2.951-10.025-1.789-13.626 1.07-8.658 6.794-15.903 21.99-16.416 32.627-.463 10.459 4.227 14.75 7.462 17.163 2.877 2.146 6.263 4.021 9.318 5.007 5.463 1.697 9.742 1.072 12.779-.981 11.906-8.046 15.198-26.55 14.609-35.487-.376-5.903-2.26-10.907-5.754-13.946zm-7.96 25.905c-6.1 15.546-12.221 21.8-16.568 19.354-4.35-2.443-4.857-12.129.722-26.344 5.581-14.216 12.751-21.045 17.402-19.011 4.651 2.037 3.711 12.575-1.556 26.001z"/>
<path id="XMLID_85_" d="M207.117 80.809c-2.73-2.324-5.369-3.936-8.372-5.453-5.79-2.951-10.025-1.789-13.626 1.07-8.658 6.794-15.903 21.99-16.416 32.627-.463 10.459 4.227 14.75 7.462 17.163 2.877 2.146 6.263 4.021 9.318 5.007 5.463 1.697 9.742 1.072 12.779-.981 11.907-8.046 15.198-26.55 14.61-35.487-.377-5.903-2.261-10.907-5.755-13.946zm-7.96 25.905c-6.1 15.546-12.22 21.8-16.568 19.354-4.35-2.443-4.858-12.129.722-26.344 5.58-14.216 12.751-21.045 17.402-19.011 4.651 2.037 3.712 12.575-1.556 26.001z"/>
</g>
<path d="M697.818 87.941c0 6.861-5.607 12.469-12.469 12.469-6.795 0-12.467-5.54-12.467-12.469 0-7.059 5.805-12.469 12.467-12.469 6.731.005 12.469 5.413 12.469 12.469zm-22.924-.032c0 5.806 4.688 10.487 10.428 10.487 5.805 0 10.484-4.78 10.484-10.487 0-5.806-4.75-10.423-10.484-10.423-5.678 0-10.428 4.554-10.428 10.423zm5.773-6.958l4.814-.001c1.646 0 4.883 0 4.883 3.692 0 2.572-1.648 3.104-2.643 3.432 1.914.132 2.045 1.387 2.312 3.167.131 1.12.33 3.034.725 3.692h-2.969c-.066-.658-.527-4.222-.527-4.42-.193-.789-.461-1.187-1.451-1.187h-2.439v5.606h-2.703l-.002-13.981zm2.637 6.134h2.182c1.777 0 2.105-1.254 2.105-1.978 0-1.914-1.314-1.914-2.041-1.914h-2.246v3.892z"/>
</symbol>
<symbol id="logos-cio-tm" viewBox="26.242 26.317 190.848 47.8">
<path d="M178.267 73.951h1.159c.371-1.332.849-1.912 1.908-1.908 1.527-.002 6.022 2.056 13.188 2.074 10.41-.021 16.813-6.58 16.838-14.683-.021-7.396-4.858-9.841-13.687-11.694-5.479-1.168-9.229-1.812-11.032-2.902-2.483-1.479-3.847-3.797-3.812-6.719-.033-4.666 3.51-7.754 9.123-7.716 7.805-.038 15.023 6.07 15.014 10.949.013.073.08.331.082.747h1.162v-1.991c-.006-3.313.129-6.786.332-10.616h-1.078c-.353 1-.689 1.516-1.41 1.491-1.598.022-6.092-2.101-12.524-2.073-9.368-.027-15.435 5.633-15.429 13.688-.006 6.996 3.673 9.893 11.943 11.527 10.188 1.965 15.979 2.931 16.01 10.121-.029 4.836-4.184 8.502-11.032 8.543-8.067-.041-14.606-5.572-15.179-12.938h-1.161l-.415 14.1zM85.533 61.093c4.192-.032 7.938-1.246 10.863-3.235 4.299-3.086 6.737-7.713 6.721-12.606.019-4.899-2.558-9.617-7.302-12.771-2.841-1.968-6.541-3.045-10.282-3.066-4.202.021-7.948 1.146-10.866 3.231-4.307 3.032-6.742 7.662-6.719 12.524-.023 4.933 2.595 9.647 7.3 12.855 2.923 1.913 6.534 3.037 10.285 3.068zm0-.995c-6.821.021-11.741-5.729-11.778-14.847.037-9.125 4.957-14.875 11.778-14.851 6.767-.026 11.73 5.636 11.692 14.851.041 9.206-4.925 14.868-11.692 14.847zM124.102 61.093c4.232-.032 7.979-1.246 10.867-3.235 4.336-3.086 6.771-7.713 6.802-12.606-.026-4.899-2.603-9.617-7.382-12.771-2.807-1.968-6.508-3.045-10.287-3.066-4.163.021-7.911 1.146-10.781 3.231-4.353 3.032-6.788 7.662-6.804 12.524.016 4.933 2.632 9.647 7.384 12.855 2.875 1.913 6.489 3.037 10.201 3.068zm0-.995c-6.782.021-11.704-5.729-11.691-14.847-.013-9.125 4.909-14.875 11.691-14.851 6.807-.026 11.771 5.636 11.779 14.851-.009 9.206-4.974 14.868-11.779 14.847zM150.396 46.33v-5.061c-.036-5.191-.036-8.203.167-9.125.256-1.068.898-1.247 2.902-1.327v-.747c-2.146.03-4.066.12-5.641.083-1.684.037-3.561-.053-5.726-.083v.747h.498c2.444.036 2.674.923 2.653 4.147v13.687c.021 5.524-.025 8.711-.248 9.538-.19 1.12-.877 1.297-2.903 1.327v.747c2.622-.066 4.501-.066 5.726-.083 1.207.017 3.086.017 5.641.083v-.747c-1.776-.03-2.555-.163-2.819-1.079-.286-.854-.286-3.952-.25-9.29v-1.741l2.323-2.072c6.715 7.646 10.382 11.809 10.367 13.188.015.789-.629 1.013-2.073.996h-1.16v.747a50.006 50.006 0 0 1 4.562-.083h1.905c2.144-.03 4.296-.03 6.474.083v-.747l-2.654-.083c-5.617-7.516-10.018-13.354-13.77-17.335 4.121-3.896 8.195-7.884 13.604-11.115l2.654-.166v-.747c-2.148-.014-3.66.03-4.562 0-1.803.03-4.003.03-6.471 0v.747l2.57.166c-.011 2.261-4.594 7.391-13.769 15.345zM173.87 36.126l.498.414c2.854-1.812 4.549-4.363 4.893-6.551.259-2.092-.52-3.423-2.072-3.65-1.354-.18-2.373.724-2.568 2.24-.226 1.479.51 2.584 1.905 2.817.494.032.985-.028 1.493-.249-.665 1.856-2.02 3.587-4.149 4.979z"/>
<path d="M51.774 28.744c-14.728-.007-24.581 8.42-25.466 21.316-.932 13.117 8.113 22.898 22.812 23.891 9.478.699 16.396-2.425 20.403-9.043l-1.078-.664c-3.524 5.693-9.601 8.684-16.756 8.211-11.312-.818-17.922-9.529-17.003-22.728.904-12.884 7.198-19.503 17.087-19.493 6.872-.011 13.393 6.086 13.354 10.949.037.087.102.345.084.746h1.078v-1.991c.033-3.297.162-6.769.331-10.616h-.996c-.331 1.021-.652 1.534-1.326 1.575-1.511-.037-6.478-2.159-12.524-2.153zM78.067 70.052v-4.148h.747v-.083h-2.24v.083h.747v4.148h-.747v.164h2.24v-.164z"/>
<path d="M78.908 70.311H76.48v-.354h.745v-3.959h-.745v-.271h2.429v.271h-.747v3.959h.747v.354zm-1.493-.186h.56v-4.209h-.56v4.209zM86.197 65.821h-2.238v.083h.829v4.148h-.829v.164h4.146v-1.989h-.082c-.232 1.265-.791 1.86-1.909 1.825h-.664v-4.148h.748l-.001-.083z"/>
<path d="M88.196 70.311h-4.334v-.354h.831v-3.959h-.831v-.271h2.43v.271h-.745v3.959h.566c.034.002.065.002.097.002.979 0 1.496-.522 1.721-1.75l.014-.076h.255l-.004 2.178zm-1.635-.186h1.449V68.69c-.25.872-.712 1.329-1.449 1.435zm-1.681 0h.477v-4.209h-.477v4.209zM95.569 65.821H93.33v.083h.747v4.148h-.747v.164h4.062v-1.989h-.082c-.177 1.265-.732 1.86-1.825 1.825h-.742v-4.148h.826v-.083z"/>
<path d="M97.488 70.311h-4.252v-.354h.746v-3.959h-.746v-.271h2.43v.271h-.831v3.959h.65c.035.002.063.002.095.002.966 0 1.471-.539 1.64-1.746l.012-.08h.261v2.18l-.005-.002zm-1.565-.186H97.3V68.76c-.222.818-.668 1.261-1.377 1.365zm-1.752 0h.475v-4.209h-.475v4.209zM107.265 65.904v-.083h-1.659v.083h.166c.504-.002.615.283.581.829v2.324c.034.764-.353 1.101-1.327 1.077-.707.021-1.015-.239-.996-.829v-3.401h.747v-.083h-2.237v.083h.829v3.318c-.034.667.58 1.059 1.657 1.078 1.079-.02 1.51-.405 1.491-1.243v-2.324c.019-.558.203-.832.665-.829h.083z"/>
<path d="M105.025 70.394h-.002c-.703-.014-1.223-.182-1.509-.486a.894.894 0 0 1-.241-.689V66h-.831v-.271h2.43V66h-.747v3.308c-.008.245.044.422.153.536.143.146.388.209.744.197h.091c.464 0 .772-.09.95-.272.146-.153.21-.386.195-.706v-2.328c.021-.324-.014-.516-.11-.617-.072-.078-.191-.115-.369-.115h-.268v-.273h1.846V66h-.176c-.392 0-.556.213-.569.736v2.321c.011.454-.111.782-.366 1-.259.216-.656.327-1.221.337zm-1.565-4.478v3.309a.742.742 0 0 0 .19.559c.16.172.415.295.751.362a.806.806 0 0 1-.261-.169c-.146-.155-.218-.375-.206-.674v-3.387h-.474zm2.74 0c.028.021.06.043.083.069.099.104.149.255.165.472.033-.213.116-.422.31-.541h-.558zM112.572 70.216h.169l.412-.579c.37.426.85.646 1.411.663.827-.02 1.517-.549 1.493-1.327.021-.597-.472-.964-1.411-1.327-1.011-.463-1.606-.645-1.575-1.078-.031-.424.421-.734 1.078-.747.773.013 1.373.554 1.659 1.576h.082V65.74l-.497.58c-.375-.417-.771-.604-1.328-.58-.745-.023-1.315.43-1.324 1.077.009.3.146.56.412.747.33.254.863.41 1.411.664.737.337 1.11.604 1.076 1.078.034.496-.45.857-1.076.828-.929.029-1.613-.6-1.823-1.74h-.167l-.002 1.822z"/>
<path d="M114.563 70.394h-.003a1.974 1.974 0 0 1-1.396-.607l-.375.524h-.31v-2.013h.337l.017.076c.193 1.06.805 1.666 1.672 1.666h.059l.072.002c.309 0 .583-.104.75-.283a.576.576 0 0 0 .164-.447c.026-.395-.223-.633-1.023-1a10.73 10.73 0 0 0-.54-.229c-.339-.141-.658-.271-.889-.444a1.004 1.004 0 0 1-.45-.818c.01-.683.582-1.175 1.364-1.175h.059l.092-.002c.487 0 .873.166 1.23.535l.594-.693v2.008h-.248l-.018-.07c-.271-.959-.828-1.496-1.571-1.506-.376.006-.69.117-.858.305a.428.428 0 0 0-.123.342c-.021.303.312.463 1.07.799.142.062.288.129.45.201.774.301 1.49.684 1.464 1.416.013.344-.109.661-.352.913-.293.312-.743.491-1.233.505l-.005-.005zm-1.896-.269h.021l.42-.59a2.629 2.629 0 0 1-.441-1.021v1.611zm.383-3.894a.912.912 0 0 0-.218.586.833.833 0 0 0 .374.668c.212.164.509.284.849.423.177.071.361.146.55.233.763.351 1.168.638 1.131 1.169a.752.752 0 0 1-.213.576c.052-.039.1-.082.142-.127.206-.217.309-.487.3-.785.021-.512-.358-.857-1.352-1.242l-.449-.203c-.761-.336-1.218-.537-1.186-.97a.576.576 0 0 1 .072-.328zm2.394.173c.141.186.259.404.354.658v-1.068l-.354.41zM122.195 70.216h2.238v-.164h-.745v-4.148c1.107-.002 1.475.445 1.659 1.742h.082v-1.825h-4.062v1.825h.084c.088-1.216.522-1.751 1.407-1.742.068-.009.107-.002.166 0v4.148h-.829v.164z"/>
<path d="M124.527 70.311H122.1v-.354h.829v-3.963c-.017.002-.037 0-.06.002l-.01.002h-.025c-.824 0-1.209.494-1.292 1.653l-.008.089h-.265v-2.015h4.251v2.015h-.258l-.012-.08c-.184-1.254-.518-1.642-1.476-1.66v3.957h.746v.354h.007zm-1.409-.186h.478v-4.209h-.478v4.209zm1.334-4.209c.461.158.725.517.883 1.17v-1.17h-.883zm-2.993 0v1.039c.137-.539.394-.881.784-1.039h-.784zM132.812 65.904c.834-.002 1.069.24 1.08.913-.011.884-.246 1.095-1.162 1.078h-.747v-1.991h.829zm-2.322 4.312h2.32v-.164h-.829v-1.991h.829c.834-.038.939.272.914.912.025.894.229 1.31 1.16 1.327.216-.02.378-.045.496-.084v-.082c-.118-.004-.239.01-.33 0-.307.01-.451-.114-.582-.414a9.161 9.161 0 0 0 0-.332 2.202 2.202 0 0 0 0-.166c.002-.205-.008-.393-.081-.581-.144-.433-.556-.638-1.245-.664.934-.073 1.48-.49 1.492-1.161-.012-.646-.561-1.033-1.492-.996h-2.652v.083h.828v4.147h-.828v.166z"/>
<path d="M134.89 70.394h-.007c-1.018-.021-1.227-.516-1.252-1.418.012-.312-.004-.542-.129-.67-.114-.12-.334-.167-.688-.15h-.738v1.805h.826v.354h-2.509v-.355h.828V66h-.828v-.271h2.747l.124-.002c.903 0 1.45.407 1.463 1.09-.011.565-.362.968-.993 1.153.393.109.637.322.739.646.081.202.088.411.088.607v.478c.114.258.229.34.453.34h.03c.076.006.123.004.187.002l.113-.002.13.002v.244l-.062.021a2.448 2.448 0 0 1-.521.087l-.001-.001zm-1.311-2.273c.021.019.041.035.062.055.169.178.192.449.179.803.023.812.18 1.189.999 1.229-.22-.062-.336-.226-.435-.447l-.006-.037v-.332-.165c0-.187-.006-.368-.076-.548-.098-.297-.331-.476-.723-.558zm-2.166 2.004h.476v-4.209h-.476v4.209zm.664-2.325h.74c.786 0 .971-.184.979-.986-.008-.562-.15-.816-.973-.816h-.748l.002 1.802zm1.468-1.875c.309.142.433.418.438.89-.006.494-.084.797-.297.974.543-.164.85-.502.855-.974-.007-.503-.367-.819-.996-.89z"/>
<g>
<path d="M140.941 69.305l.165-.498h1.741l.497 1.245h-.662v.164h1.908v-.164h-.498l-1.742-4.312h-.166l-1.409 3.483c-.185.536-.387.815-.913.829v.166h1.742v-.166h-.166c-.354.037-.57-.131-.581-.414a.84.84 0 0 1 .084-.333zm.247-.664l.83-2.073.829 2.073h-1.659z"/>
<path d="M144.684 70.311h-2.096v-.354h.619l-.424-1.058h-1.609l-.146.435a.79.79 0 0 0-.075.312c.008.222.188.345.478.312h.271v.354h-1.933v-.352l.092-.002c.481-.015.656-.27.826-.769l1.437-3.547h.293l.021.062 1.722 4.254h.525v.353h-.001zm-1.208-.186h.545l-.015-.037-1.719-4.254h-.039l-.213.522.949 2.378h-.064l.556 1.391zm-3.397 0h1.062a.493.493 0 0 1-.377-.483c.005-.062.012-.126.025-.188-.149.362-.339.598-.71.671zm1.25-1.577h1.381l-.69-1.729-.691 1.729z"/>
</g>
<g>
<path d="M149.897 70.216h2.241v-.164h-.83v-4.148c1.125-.002 1.489.445 1.659 1.742h.082v-1.825h-4.064v1.825h.084c.105-1.216.542-1.751 1.493-1.742.005-.009.044-.002.083 0v4.148h-.748v.164z"/>
<path d="M152.231 70.311h-2.426v-.354h.744v-3.959c-.891.004-1.284.483-1.389 1.655l-.009.087h-.262v-2.015h4.251v2.015h-.26l-.012-.082c-.162-1.252-.498-1.641-1.474-1.658v3.957h.829v.354h.008zm-1.491-.186h.477v-4.209h-.477v4.209zm1.344-4.209c.457.156.717.504.871 1.141v-1.141h-.871zm-3.003 0v1.076c.145-.564.412-.916.828-1.076h-.828z"/>
</g>
<g>
<path d="M158.193 70.216h4.065v-1.74h-.084c-.178 1.083-.664 1.611-1.575 1.576h-.996v-2.157h.414c.588-.009.839.271.913.913h.082v-1.991h-.082c-.051.604-.414.957-.996.995h-.331v-1.908h.996c.928-.002 1.292.385 1.491 1.411h.084v-1.493h-3.981v.082h.745v4.148h-.745v.164z"/>
<path d="M162.352 70.311h-4.253v-.354h.747v-3.959h-.747v-.271h4.17v1.683h-.254l-.015-.078c-.196-1.01-.535-1.334-1.394-1.334h-.912v1.721h.237c.533-.035.855-.358.902-.909l.006-.086h.264V68.9h-.26l-.01-.083c-.069-.604-.285-.829-.791-.829h-.352v1.971h.902l.086.002c.785 0 1.229-.478 1.396-1.5l.012-.078h.258v1.931l.008-.003zm-1.362-.186h1.176v-1.176c-.208.69-.597 1.078-1.176 1.176zm-1.956 0h.475v-4.209h-.475v4.209zm1.293-2.297c.289.061.479.223.592.512v-1.074a1.015 1.015 0 0 1-.592.562zm.972-1.912c.385.145.623.441.781.959v-.959h-.781z"/>
</g>
<g>
<path d="M167.815 70.216h1.906c.688-.01 1.18-.053 1.658-.332.557-.42.92-1.104.914-1.907.006-1.312-.935-2.194-2.239-2.157h-2.239v.083h.746v4.147h-.746v.166zm2.157-4.312c1.294-.002 1.562.619 1.575 2.157-.016.771-.127 1.323-.498 1.659-.271.318-.697.367-1.327.332h-.497v-4.148h.747z"/>
<path d="M169.724 70.311h-2.003v-.354h.746v-3.959h-.746v-.271h2.414c.646 0 1.227.226 1.633.634.408.411.624.971.62 1.617.007.798-.341 1.521-.95 1.982-.486.282-.958.338-1.714.351zm-1.07-.186h.479v-4.209h-.479v4.209zm2.471-3.995c.406.35.506.986.516 1.929-.018.894-.176 1.409-.525 1.729a.912.912 0 0 1-.283.223c.18-.047.342-.113.504-.207.555-.42.873-1.086.867-1.826.002-.598-.193-1.109-.566-1.484a1.976 1.976 0 0 0-.513-.364zm-1.807 3.828h.403c.676.037 1.035-.039 1.256-.299.32-.291.46-.77.479-1.603-.019-1.618-.332-2.062-1.476-2.062h-.662v3.964z"/>
</g>
<g>
<path d="M72.511 63.596H174.95v.469H72.511z"/>
</g>
<g>
<path d="M71.792 71.89h103.156v.469H71.792z"/>
</g>
<g>
<path d="M216.183 30.828c.577.586.907 1.4.907 2.264a3.17 3.17 0 0 1-.973 2.252c-.597.589-1.365.9-2.256.9-.808 0-1.594-.341-2.197-.938a3.084 3.084 0 0 1-.938-2.245c0-.843.32-1.631.924-2.246a3.191 3.191 0 0 1 2.268-.942c.834 0 1.668.349 2.265.955zm-4.235.263a2.772 2.772 0 0 0-.808 1.972c0 .763.284 1.438.813 1.972a2.699 2.699 0 0 0 1.953.814 2.7 2.7 0 0 0 1.949-.814 2.825 2.825 0 0 0 .006-3.959 2.791 2.791 0 0 0-1.95-.816 2.764 2.764 0 0 0-1.963.831zm2.062.112c.908 0 1.423.385 1.423.871 0 .514-.396.77-1.274.926.561.164.844.432.963.926.092.365.019.689.303.689.184 0 .283-.201.283-.588h.203v.083c0 .505-.26.776-.717.776-.294 0-.514-.1-.605-.271-.153-.283-.062-.643-.135-.927-.109-.433-.396-.624-.883-.624h-.128v1.102c0 .312.14.412.532.438v.201h-1.743v-.201c.404-.021.541-.119.541-.438v-2.312c0-.317-.137-.421-.541-.448v-.199l1.778-.004zm-.283 1.677c.643 0 .988-.293.988-.771 0-.412-.303-.715-.824-.715-.303 0-.448.102-.448.312v1.164c.127.01.229.01.284.01z"/>
</g>
</symbol>
<symbol id="logos-kids-tm" viewBox="0 0 90 64">
<g>
<path d="M47.725 21.768c-.314.125-.319.972-.271 2.778.068 2.713.14 7.043.225 9.647.005.196.009.8.15.87.142.069 1.304.462 4.545-.49 4.396-1.29 4.385-7.96 2.93-10.723-1.465-2.782-4.788-3.19-7.58-2.082"/>
<g transform="translate(0 .052)">
<path d="M79.424 36.283c-4.226 4.373-11.252 4.242-15.835 1.438-.359-.219-1.318-.858-1.025-1.586.131-.33 1.532-3.007 1.78-3.822.248-.813.486-1.63 1.525-.935 1.56 1.049 3.504 2.54 6.096 2.394 2.48-.14 3.12-.9 3.702-1.672.583-.773.263-1.738-.469-2.3-.721-.548-1.219-.61-2.097-.877-1.498-.456-3.089-.675-4.61-1.079-3.995-1.059-6.047-5.69-4.259-9.624.328-.724.753-1.498 1.33-2.027 4.18-3.829 10.967-5.1 15.009-1.167.113.113.25.195.252.365.001.172-.969 2.388-1.638 3.545-.187.321-.906.585-1.307.537-.678-.082-1.284-.466-1.942-.663-1.018-.305-2.028-.679-3.088-.802-1.048-.122-2.036.533-2.33 1.262-.428 1.065-.098 2.325.864 2.865.642.36 1.367.605 2.086.823 1.377.416 2.792.732 4.164 1.162 4.645 1.462 6.021 8.374 1.792 12.163M59.95 34.598c-2.396 3.765-4.388 5.646-8.608 6.223-2.744.375-3.974.56-6.717.612-1.927.034-2.114-.248-2.212-2.157-.336-6.533.032-13.14-.29-19.678-.023-.421-.057-.84-.093-1.258-.127-1.451.345-2.108 1.828-2.33 1.34-.201 1.325-.185 3.286-.458 1.977-.275 3.753-.423 6.397 0 8.143 1.383 10.509 11.623 6.409 19.046m-24.56-11.342c-1.934.192-3.271-1.218-3.28-3.461-.01-2.228 1.218-3.594 3.381-3.772 2.058-.168 3.6 1.132 3.625 3.054.023 1.864-1.876 3.996-3.725 4.18m1.472 19.19c-.821.09-1.64.247-2.46.307-1.324.096-1.75-.207-1.768-1.521a759.86 759.86 0 0 1-.077-13.946c0-2.138.365-1.431 2.933-1.692 2.57-.262 3.182-1.585 3.006 3.02.025 1.09.004 2.186.004 3.28-.059.008.075 5.726.169 8.58.047 1.454-.312 1.803-1.807 1.971m-8.288.07c-1.746.88-2.871 1.66-3.39 1.046-.397-.469-1.595-2.082-2.209-2.808-.907-1.074-1.863-2.174-2.822-3.522-1.012-1.427-1.582-2.666-2.575-3.802-.51.64-.646.855-1.052 1.415-.355.49-.27 1.152-.27 1.988 0 .838.055 4.023.12 5.99.047 1.426-.217 1.723-1.7 1.926-.352.048-1.436.105-1.785.158-2.251.34-2.418.32-2.473-1.81-.183-7.035-.047-14.1-.214-21.137-.051-2.081.09-2.465 2.174-2.692.69-.077 2.367-.271 2.998-.198.632.072.61.48.564 1.566-.08 1.905-.168 5.162-.065 7.248 1.485-1.588 2.277-2.718 3.74-4.353 1.17-1.426 3.066-3.753 4.102-5.104 1.42-1.692 2.491-1.106 4.012-.34 1.522.765 1.333.56 1.69 1.068.565.8-4.947 6.293-7.59 9.949 3.364 4.737 8.639 10.566 9.056 11.29.507.877-.564 1.241-2.31 2.121M85.834.173l-82.18 8.34C1.636 8.718.001 10.52.001 12.539v42.164c0 2.02 1.635 3.489 3.654 3.284L36.052 54.7v9.247l11.62-10.427 38.163-3.874c2.017-.204 3.654-2.007 3.654-4.026V3.456c0-2.018-1.637-3.488-3.654-3.283" />
</g>
</g>
</symbol>
</svg>
</div>
<div class="atkPinnedHeader">
<div class="atkPinnedHeader__wrapper">
<div class="atkPinnedHeader__menuTrigger">
<button aria-label="open navigation menu" class="atkGlobalSiteHeader__menuTrigger" type="button">
<svg aria-hidden="true"><use xlink:href="#icons-hamburger" class="atkGlobaSiteHeader__menu--toggle"></svg>
</button>
<button aria-label="close navigation menu" class="atkOffsitePanel__close hidden" type="button">
<svg aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icons-close"></use></svg>
</button>
</div>
<div class="atkPinnedHeader__logo">
<a href="/" title="Home page"><svg><use xlink:href="#logos-ako"></svg></a>
</div>
<div class="atkPinnedHeader__cta">
<div class="is-not-mobile-display hidden cta-2">
<!-- "Upgrade" Or "Renew" -->
<a href="#" class="button hilite atkFormDisplay__toggle--primary" data-marketing-key="atk-global-header-mobile-cta-primary">Upgrade</a>
</div>
<div class="atkFormDisplay is-not-mobile-display hidden cta-2 logged-out">
<div class="atkFormDisplay__toggle">
<a aria-haspopup="dialog" data-marketing-key="atk-form-display-form-toggle-0" href="#" class="button hilite atkFormDisplay__toggle--primary">Free Trial</a>
</div>
<div
aria-labelledby="global-header-mobile-desc"
class="atkFormDisplay__dialog"
role="dialog"
>
<p
class="atkFormDisplay__header"
id="global-header-mobile-desc"
>
Get FREE ACCESS to every recipe and rating from this season of our TV show.
</p>
<form
class="atkFormDisplay__form"
data-marketing-key="atk-global-header-mobile-cta-form"
>
<div class="atkFormDisplay__group">
<label class="visuallyhidden" for="register_email>">
enter your email address
</label>
<input
aria-describedby="pinned-header-email-error"
aria-invalid="false"
aria-label="Email Address"
class="atkFormDisplay__input"
type="email"
name="email"
id="register_email"
placeholder="Email Address"
/>
<span
id="pinned-header-email-error"
class="form__message hidden"
></span>
</div>
<button
class="atkFormDisplay__submit"
type="submit"
>
Start Now <svg><use xlink:href="#icons-arrow-right"></svg>
</button>
</form>
<small class="atkFormDisplay__email">
<button class="atkGlobal-email-use">
How we use your email <span>?</span>
</button>
</small>
</div>
</div>
<div class="is-not-mobile-display hidden login-link">
<a href="/sign_in" class="button default">Log in</a>
</div>
<div class="atkAccountNav is-not-mobile-display account-nav hidden">
<div class="atkAccountNav__trigger">
<a class="atkAccountNav__trigger--link">
<span class="is-not-mobile-display atkGlobalNav__trigger--link">Account</span>
<span class="is-mobile-display atkGlobalNav__trigger--link">Account</span>
<!-- Account -->
</a>
<!-- If Logged In -->
<svg class="atkAccountNav__trigger--toggle"><use xlink:href="#icons-chevron"></svg>
</div>
<nav class="atkAccountNav__menu">
<a href="https://www.americastestkitchen.com/support" data-marketing-key="atk-account-nav-menu-support" class="atkAccountNav__link">Support</a>
<a href="/user" data-marketing-key="atk-account-nav-menu-user" class="atkAccountNav__link">Account</a>
<a href="/sign_out" data-marketing-key="atk-account-nav-menu-logout" class="atkAccountNav__link">Logout</a>
</nav>
</div>
</div>
<div class="atkPinnedHeader__search">
<form action="/search" class="atkGlobalSearch" method="GET" data-marketing-key="atk-global-search">
<label>
<input type="submit" class="atkGlobalSearch__submit" value="submit search" />
<svg class="atkGlobalSearch__search-icon search-icon" role="img" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 30 30"><path fill="#3d3d3d" d="M3.8 11.2c0-4.1 3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5-3.4 7.5-7.5 7.5-7.5-3.3-7.5-7.5m25.5 15.4l-8.9-8.9c1.3-1.9 2.1-4.2 2.1-6.5C22.5 5 17.5 0 11.2 0 5 0 0 5 0 11.2s5 11.2 11.2 11.2c2.3 0 4.6-.7 6.5-2.1l8.9 8.9c.7.8 2 .9 2.8.1.8-.7.8-1.9-.1-2.7"></path></svg>
</label>
<label class="atkGlobalSearch__label" for="site-header-search-input">Search</label>
<input class="atkGlobalSearch__input" data-marketing-key="atk-global-search-term" id="site-header-search-input" name="q" placeholder="Search recipes, reviews & more" type="search" />
</form>
</div>
</div>
</div>
<div class="atkGlobalHeader">
<div id="atkGlobalHeaderToolbar" class="atkGlobalHeader__toolbar sites-toggle-nav">
<div class="atkGlobalNav">
<div class="atkGlobalNav__trigger">
<a class="atkGlobalNav__trigger--link">
<span class="is-not-mobile-display atkGlobalNav__trigger--link">Our Sites</span>
<span class="is-mobile-display atkGlobalNav__trigger--link">Our Sites</span>
<!-- Our Sites -->
</a>
<!-- If Logged In -->
<svg class="atkGlobalNav__trigger--toggle"><use xlink:href="#icons-chevron"></svg>
</div>
<nav aria-label="Global" class="atkGlobalNav__menu">
<a href=https://www.americastestkitchen.com?ref=global_header data-marketing-key="atk-global-nav-link-ako" class="atkGlobalNav__link current" rel="noopener noreferrer" target="_blank">America's Test Kitchen</a>
<a href=https://www.cooksillustrated.com?ref=global_header data-marketing-key="atk-global-nav-link-cio" class="atkGlobalNav__link " rel="noopener noreferrer" target="_blank">Cook's Illustrated</a>
<a href=https://www.cookscountry.com?ref=global_header data-marketing-key="atk-global-nav-link-cco" class="atkGlobalNav__link " rel="noopener noreferrer" target="_blank">Cook's Country</a>
<a href=https://www.americastestkitchen.com/sso/relay?target=https%3A%2F%2Fwww%2Eonlinecookingschool%2Ecom%3Fref%3Dglobal_header data-marketing-key="atk-global-nav-link-school" class="atkGlobalNav__link " rel="noopener noreferrer" target="_blank">Cooking School</a>
<a href="https://shop.americastestkitchen.com?ref=global_header" data-marketing-key="atk-global-nav-link-bookstore" class="atkGlobalNav__link" rel="noopener noreferrer" target="_blank">ATK Shop</a>
<a href=https://www.americastestkitchen.com/kids?ref=global_header data-marketing-key="atk-global-nav-link-kids" class="atkGlobalNav__link kids-link " rel="noopener noreferrer" target="_blank">ATK Kids</a>
</nav>
</div>
<div class="atkGlobalHeader__user">
<div class="atkGlobalHeader__favorites hidden">
<a
href="/favorites" class="atkGlobalHeader__favorites--link"
>
<svg
aria-hidden="true"
class="atkGlobalHeader__icon--ribbon"
focusable="false"
role="img"
>
<use xlink:href="#icons-ribbon">
</svg>
<span>Favorites</span>
</a>
</div>
<div class="atkGlobalHeader__cta cta-2 hidden logged-out">
<div class="atkFormDisplay">
<div class="atkFormDisplay__toggle">
<form action="" method="GET">
<button
aria-haspopup="dialog"
data-marketing-key="atk-global-header-mobile-cta-primary"
class="button white atkFormDisplay__toggle--primary"
type="submit"
>
Free Trial
</button>
</form>
</div>
<div
aria-labelledby="toolbar-reg-desc"
class="atkFormDisplay__dialog"
role="dialog"
>
<p
class="atkFormDisplay__header"
id="toolbar-reg-desc"
>
Get FREE ACCESS to every recipe and rating from this season of our TV show.
</p>
<form
class="atkFormDisplay__form"
data-marketing-key="atk-global-header-mobile-cta-form"
>
<div class="atkFormDisplay__group">
<label class="visuallyhidden" for="toolbar-reg-email">
enter your email address
</label>
<input
aria-describedby="toolbar-reg-form-erro"
aria-invalid="false"
class="atkFormDisplay__input"
type="email"
name="email"
id="toolbar-reg-email"
placeholder="Email Address"
/>
<span
class="form__message hidden"
id="toolbar-reg-form-error"
></span>
</div>
<button class="atkFormDisplay__submit" type="submit">Start Now <svg><use xlink:href="#icons-arrow-right"></svg></button>
</form>
<small class="atkFormDisplay__email">
<button class="atkGlobal-email-use">
How we use your email <span>?</span>
</button>
</small>
</div>
</div>
</div>
<div class="atkGlobalHeader__support hidden">
<a href="https://www.americastestkitchen.com/support" class="atkGlobalHeader__support--link">Support</a>
</div>
<div class="atkGlobalHeader__login login-link hidden">
<a href="/sign_in" class="atkGlobalHeader__login--link">Log In</a>
</div>
<div class="atkGlobalHeader__accountNav account-nav hidden">
<div class="atkAccountNav">
<div class="atkAccountNav__trigger">
<a class="atkAccountNav__trigger--link">
<span class="is-not-mobile-display atkGlobalNav__trigger--link">Account</span>
<span class="is-mobile-display atkGlobalNav__trigger--link">Account</span>
<!-- Account -->
</a>
<!-- If Logged In -->
<svg class="atkAccountNav__trigger--toggle"><use xlink:href="#icons-chevron"></svg>
</div>
<nav class="atkAccountNav__menu">
<a href="https://www.americastestkitchen.com/support" data-marketing-key="atk-account-nav-menu-support" class="atkAccountNav__link">Support</a>
<a href="/user" data-marketing-key="atk-account-nav-menu-user" class="atkAccountNav__link">Account</a>
<a href="/sign_out" data-marketing-key="atk-account-nav-menu-logout" class="atkAccountNav__link">Logout</a>
</nav>
</div>
</div>
<div class="atkGlobalHeader__cta cta-2 hidden">
<a data-marketing-key="atk-global-header-mobile-cta-primary" href="#" class="atkGlobalHeader__cta--link button white atkFormDisplay__toggle--primary">Upgrade</a>
</div>
</div>
</div>
</div>
<div class="atkGlobalSiteHeader">
<div class="atkGlobalSiteHeader__wrapper">
<button aria-label="open navigation menu" class="atkGlobalSiteHeader__menuTrigger" type="button">
<svg aria-hidden="true"><use xlink:href="#icons-hamburger" class="atkGlobaSiteHeader__menu--toggle"></svg>
</button>
<div class="atkGlobalSiteHeader__logo">
<a aria-label="Americas Test Kitchen home" href="/"><svg aria-hidden="true" focusable="false"><use xlink:href="#logos-ako"></svg></a>
</div>
<div class="atkGlobalSiteHeader__cta">
<div class="atkGlobalSiteHeader__cta--item cta-0 hidden">
<div class="atkFormDisplay">
<div class="atkFormDisplay__toggle">
<form action="" method="GET">
<button
aria-haspopup="dialog"
class="atkFormDisplay__toggle--primary"
data-marketing-key="atk-form-display-form-toggle-0"
type="submit"
>
Register Now
</button>
</form>
<a
class="atkFormDisplay__toggle--secondary"
data-marketing-key="atk-form-display-form-secondary-link-0"
>
Find TV Listings
</a>
<div
aria-labelledby="global-header-reg-desc-0"
class="atkFormDisplay__dialog"
role="dialog"
>
<p
class="atkFormDisplay__header"
id="global-header-reg-desc-0"
>
Get FREE ACCESS to every recipe and rating from this season of our TV show.
</p>
<form
class="atkFormDisplay__form"
data-marketing-key="atk-form-display-form-0"
>
<div class="atkFormDisplay__group">
<label class="visuallyhidden" for="global-header-email-0">
enter your email address
</label>
<input
aria-describedby="global-header-email-error-0"
aria-invalid="false"
class="atkFormDisplay__input"
type="email"
name="email"
id="global-header-email-0"
placeholder="Email Address"
/>
<span
id="global-header-email-error-0"
class="form__message hidden"
>
</span>
</div>
<input type="hidden" name="authenticity_token" id="authenticity_token" value="UrCPdB3uXG3MPiqOgwadgCw+VVn0rHYwwbU+0wb9JJ12+rcehO7n/K5NEX1ufFPIYrmKUzZ3aUaHl96rB0yicw==" />
<button
class="atkFormDisplay__submit"
type="submit"
>
Start Now <svg><use xlink:href="#icons-arrow-right"></svg>
</button>
</form>
<small class="atkFormDisplay__email">
<button class="atkGlobal-email-use">
How we use your email <span>?</span>
</button>
</small>
</div>
</div>
</div>
</div>
<div class="atkGlobalSiteHeader__cta--item cta-1 hidden">
<div class="atkFormDisplay">
<div class="atkFormDisplay__toggle">
<form action="" method="GET">
<button
aria-haspopup="dialog"
class="atkFormDisplay__toggle--primary"
data-marketing-key="atk-form-display-form-toggle-1"
type="submit"
>
Register Now
</button>
</form>
<a
class="atkFormDisplay__toggle--secondary"
data-marketing-key="atk-form-display-form-secondary-link-1"
>
Find TV Listings
</a>
<div
aria-labelledby="global-header-reg-desc-1"
class="atkFormDisplay__dialog"
role="dialog"
>
<p
class="atkFormDisplay__header"
id="global-header-reg-desc-1"
>
Get FREE ACCESS to every recipe and rating from this season of our TV show.
</p>
<form
class="atkFormDisplay__form"
data-marketing-key="atk-form-display-form-1"
>
<div class="atkFormDisplay__group">
<label class="visuallyhidden" for="global-header-email-1">
enter your email address
</label>
<input
aria-describedby="global-header-email-error-1"
aria-invalid="false"
class="atkFormDisplay__input"
type="email"
name="email"
id="global-header-email-1"
placeholder="Email Address"
/>
<span
id="global-header-email-error-1"
class="form__message hidden"
>
</span>
</div>
<input type="hidden" name="authenticity_token" id="authenticity_token" value="2iyDosdphGG3IgjIe+01sRXxQQf5XJsobjqCmFmt0EX+ZrvIXmk/8NVRMzuWl/v5W3aeDTuHhF4oGGLgWBxWqw==" />
<button
class="atkFormDisplay__submit"
type="submit"
>
Start Now <svg><use xlink:href="#icons-arrow-right"></svg>
</button>
</form>
<small class="atkFormDisplay__email">
<button class="atkGlobal-email-use">
How we use your email <span>?</span>
</button>
</small>
</div>
</div>
</div>
</div>
</div>
<div class="atkGlobalSiteHeader__search">
<form action="/search" class="atkGlobalSearch" method="GET" data-marketing-key="atk-global-search">
<label>
<input type="submit" class="atkGlobalSearch__submit" value="submit search" />
<svg class="atkGlobalSearch__search-icon search-icon" role="img" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 30 30"><path fill="#3d3d3d" d="M3.8 11.2c0-4.1 3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5-3.4 7.5-7.5 7.5-7.5-3.3-7.5-7.5m25.5 15.4l-8.9-8.9c1.3-1.9 2.1-4.2 2.1-6.5C22.5 5 17.5 0 11.2 0 5 0 0 5 0 11.2s5 11.2 11.2 11.2c2.3 0 4.6-.7 6.5-2.1l8.9 8.9c.7.8 2 .9 2.8.1.8-.7.8-1.9-.1-2.7"></path></svg>
</label>
<label class="atkGlobalSearch__label" for="site-header-search-input">Search</label>
<input class="atkGlobalSearch__input" data-marketing-key="atk-global-search-term" id="site-header-search-input" name="q" placeholder="Search recipes, reviews & more" type="search" />
</form>
</div>
</div>
</div>
<div class="atkGlobalSiteNav">
<div class="atkGlobalSiteNav__wrapper">
<nav class="atkGlobalSiteNav__menu">
<ul class="atkGlobalSiteNav__menu--list">
<li class="atkGlobalSiteNav__menu--item is-mobile-display">
<a id="hamburger-login-logout" href="/sign_in" class="atkGlobalSiteNav__menu--link hilite">Login</a>
</li>
<li class="atkGlobalSiteNav__menu--item">
<a href="/recipes" class="atkGlobalSiteNav__menu--link jarvis-spa-link">Recipes</a>
</li>
<li class="atkGlobalSiteNav__menu--item">
<a href="/equipment_reviews" class="atkGlobalSiteNav__menu--link jarvis-spa-link">Equipment<span class="hide-tablet">&nbsp;Reviews</span></a>
</li>
<li class="atkGlobalSiteNav__menu--item">
<a href="/taste_tests" class="atkGlobalSiteNav__menu--link jarvis-spa-link">Taste Tests</a>
</li>
<li class="atkGlobalSiteNav__menu--item">
<a href="/kids" class="atkGlobalSiteNav__menu--link espresso-spa-link kids-link">Kids</a>
</li>
<li class="atkGlobalSiteNav__menu--item">
<a href="/articles" class="atkGlobalSiteNav__menu--link">Latest</a>
</li>
<li class="atkGlobalSiteNav__menu--item play-subnav-wrapper">
<ul class="play-subnav">
<li class="play-subnav__item">
<a href="/shows?ref=play" class="atkGlobalSiteNav__menu--link play-lockup">
<span class="play-lockup__new-flag">New</span>
<svg class="play-lockup__play-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 89" role="img" aria-hidden="true" focusable="false">
<path fill="#3d3d3d" fill-rule="evenodd" d="M33 65V23l36 21-36 21zM44.5 0C19.925 0 0 19.924 0 44.5S19.924 89 44.5 89C69.078 89 89 69.076 89 44.5S69.077 0 44.5 0z" />
</svg>
<span>PLAY</span>
</a>
</li>
<li class="play-subnav__item"><a href="/episodes?ref=play">TV Show</a></li>
<li class="play-subnav__item"><a href="/podcasts?ref=play">Podcasts</a></li>
<li class="play-subnav__item"><a href="/skills?ref=play">Skills</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</header>
<script>
var GlobalComponents = GlobalComponents || {};
if(!GlobalComponents.marketingCodes) {
GlobalComponents.marketingCodes = [];
}
GlobalComponents.site_key = 'ako';
GlobalComponents.marketingCodes = GlobalComponents.marketingCodes.concat([{"user_segment":"any","code_type":"url","marketing_key":"atk-global-nav-link-cio","parameter_key":"extcode","desktop":"MAHBDC1L0","tablet":"MAHBTC1L0","mobile":"MAHBMC1L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-nav-link-cco","parameter_key":"extcode","desktop":"MAHBDK1L0","tablet":"MAHBTK1L0","mobile":"MAHBMK1L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-nav-link-cs","parameter_key":"extcode","desktop":"MAHBDX1L0","tablet":"MAHBTX1L0","mobile":"MAHBMX1L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-nav-link-school","parameter_key":"extcode","desktop":"MAHBDS1L0","tablet":"MAHBTS1L0","mobile":"MAHBMS1L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-links-atk","parameter_key":"incode","desktop":"MAFLDA1L0","tablet":"MAFLTA1L0","mobile":"MAFLMA1L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-links-cio","parameter_key":"extcode","desktop":"MAFLDC1L0","tablet":"MAFLTC1L0","mobile":"MAFLMC1L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-links-cco","parameter_key":"extcode","desktop":"MAFLDK1L0","tablet":"MAFLTK1L0","mobile":"MAFLMK1L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-links-science","parameter_key":"extcode","desktop":"MAFLDX1L0","tablet":"MAFLTX1L0","mobile":"MAFLMX1L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-links-school","parameter_key":"extcode","desktop":"MAFLDS1L0","tablet":"MAFLTS1L0","mobile":"MAFLMS1L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-faq-give","parameter_key":"incode","desktop":"MAFLDGML0","tablet":"MAFLTGML0","mobile":"MAFLMGML0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-corp-email","parameter_key":"incode","desktop":"MAFLDNKL0","tablet":"MAFLTNKL0","mobile":"MAFLMNKL0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-vertical-atk","parameter_key":"incode","desktop":"MAFLDA2L0","tablet":"MAFLTA2L0","mobile":"MAFLMA2L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-vertical-cio","parameter_key":"extcode","desktop":"MAFLDC2L0","tablet":"MAFLTC2L0","mobile":"MAFLMC2L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-vertical-cs","parameter_key":"utm_source","desktop":"ATK","tablet":"ATK","mobile":"ATK"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-buy-cio","parameter_key":"cds_mag_code","desktop":"CID\u0026cds_page_id=198207\u0026cds_response_key=IAF16F100","tablet":"CID\u0026cds_page_id=198207\u0026cds_response_key=IAF16F200","mobile":"CID\u0026cds_page_id=198207\u0026cds_response_key=IAF16F300"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-give-cco","parameter_key":"cds_mag_code","desktop":"CCY\u0026cds_response_key=IYA16F100","tablet":"CCY\u0026cds_response_key=IYA16F200","mobile":"CCY\u0026cds_response_key=IYA16F300"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-buy-cco","parameter_key":"cds_mag_code","desktop":"CCY\u0026cds_page_id=102370\u0026cds_response_key=IAF16F100","tablet":"CCY\u0026cds_page_id=102370\u0026cds_response_key=IAF16F200","mobile":"CCY\u0026cds_page_id=102370\u0026cds_response_key=IAF16F300"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-vertical-cco","parameter_key":"extcode","desktop":"MAFLDK2L0","tablet":"MAFLTK2L0","mobile":"MAFLMK2L0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-vertical-school","parameter_key":"extcode","desktop":"MAFLDX2L0","tablet":"MAFLTX2L0","mobile":"MAFLMX2L0"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"atk-form-display-form-0","parameter_key":"type","desktop":"Free Registration","tablet":"Free Registration","mobile":"Free Registration"},{"user_segment":"standard_other","code_type":"url","marketing_key":"atk-form-display-form-toggle-1","parameter_key":"incode","desktop":"MAHBZGML0","tablet":"MAHBZGML0","mobile":"MAHBZGML0"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-give-cio","parameter_key":"cds_mag_code","desktop":"CID\u0026cds_response_key=IYA16F100","tablet":"CID\u0026cds_response_key=IYA16F200","mobile":"CID\u0026cds_response_key=IYA16F300"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"global-footer-email-form","parameter_key":"name","desktop":"Email Capture","tablet":"Email Capture","mobile":"Email Capture"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"global-footer-email-form","parameter_key":"type","desktop":"Newsletter","tablet":"Newsletter","mobile":"Newsletter"},{"user_segment":"standard_member","code_type":"url","marketing_key":"atk-global-header-mobile-cta-primary","parameter_key":"incode","desktop":"MAHBDMULU\u0026purchase_type=multi_site","tablet":"MAHBTMULU\u0026purchase_type=multi_site","mobile":"MAHBMMULU\u0026purchase_type=multi_site"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-nav-link-bookstore","parameter_key":"sourcekey","desktop":"CAHBDBSL0\u0026___store=default","tablet":"CAHBTBSL0\u0026___store=default","mobile":"CAHBMBSL0\u0026___store=default"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-links-store","parameter_key":"sourcekey","desktop":"CAFLDBSL0\u0026___store=default","tablet":"CAFLTBSL0\u0026___store=default","mobile":"CAFLMBSL0\u0026___store=default"},{"user_segment":"cancelled_other","code_type":"url","marketing_key":"atk-global-header-mobile-cta-primary","parameter_key":"incode","desktop":"MAHBDFTLE","tablet":"MAHBTFTLE","mobile":"MAHBMFTLE"},{"user_segment":"any","code_type":"mixpanel","marketing_key":"atk-global-search","parameter_key":"name","desktop":"Search Form Submitted","tablet":"Search Form Submitted","mobile":"Search Form Submitted"},{"user_segment":"any","code_type":"mixpanel","marketing_key":"atk-global-search","parameter_key":"location","desktop":"header","tablet":"header","mobile":"header"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"atk-form-display-form-0","parameter_key":"name","desktop":"Email Capture","tablet":"Email Capture","mobile":"Email Capture"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"atk-form-display-form-1","parameter_key":"type","desktop":"Join","tablet":"Join","mobile":"Join"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"atk-global-header-mobile-cta-form","parameter_key":"name","desktop":"Email Capture","tablet":"Email Capture","mobile":"Email Capture"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"atk-global-header-mobile-cta-form","parameter_key":"type","desktop":"Join","tablet":"Join","mobile":"Join"},{"user_segment":"anonymous","code_type":"url","marketing_key":"global-footer-email-form","parameter_key":"incode","desktop":"MAFBDNKAA","tablet":"MAFBTNKAA","mobile":"MAFBMNKAA"},{"user_segment":"anonymous","code_type":"url","marketing_key":"atk-form-display-form-0","parameter_key":"incode","desktop":"MAHBDRGLA","tablet":"MAHBTRGLA","mobile":"MAHBMRGLA"},{"user_segment":"anonymous","code_type":"url","marketing_key":"atk-form-display-form-secondary-link-1","parameter_key":"incode","desktop":"MAHBZGML0","tablet":"MAHBZGML0","mobile":"MAHBZGML0"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"atk-form-display-form-1","parameter_key":"name","desktop":"Email Capture","tablet":"Email Capture","mobile":"Email Capture"},{"user_segment":"any","code_type":"mixpanel","marketing_key":"atk-global-search-term","parameter_key":"name","desktop":"Search Form Focus","tablet":"Search Form Focus","mobile":"Search Form Focus"},{"user_segment":"any","code_type":"mixpanel","marketing_key":"atk-global-search-term","parameter_key":"location","desktop":"header","tablet":"header","mobile":"header"},{"user_segment":"standard_other","code_type":"url","marketing_key":"atk-form-display-form-toggle-0","parameter_key":"incode","desktop":"MAHBDMULU","tablet":"MAHBTMULU","mobile":"MAHBMMULU"},{"user_segment":"cancelled_member","code_type":"url","marketing_key":"atk-form-display-form-toggle-0","parameter_key":"incode","desktop":"MAHBDRMLE","tablet":"MAHBTRMLE","mobile":"MAHBMRMLE"},{"user_segment":"anonymous_logged_in","code_type":"url","marketing_key":"atk-form-display-form-toggle-0","parameter_key":"incode","desktop":"MAHBDRGLA","tablet":"MAHBTRGLA","mobile":"MAHBMRGLA"},{"user_segment":"registrant","code_type":"url","marketing_key":"atk-form-display-form-toggle-1","parameter_key":"incode","desktop":"MAHBZGML0","tablet":"MAHBZGML0","mobile":"MAHBZGML0"},{"user_segment":"multisite","code_type":"url","marketing_key":"atk-form-display-form-toggle-1","parameter_key":"incode","desktop":"MAHBZGML0","tablet":"MAHBZGML0","mobile":"MAHBZGML0"},{"user_segment":"cancelled_other","code_type":"url","marketing_key":"atk-form-display-form-toggle-1","parameter_key":"incode","desktop":"MAHBZGML0","tablet":"MAHBZGML0","mobile":"MAHBZGML0"},{"user_segment":"cancelled_member","code_type":"url","marketing_key":"atk-form-display-form-toggle-1","parameter_key":"incode","desktop":"MAHBZGML0","tablet":"MAHBZGML0","mobile":"MAHBZGML0"},{"user_segment":"standard_member","code_type":"url","marketing_key":"atk-form-display-form-toggle-0","parameter_key":"incode","desktop":"MAHBDMULU\u0026purchase_type=multi_site","tablet":"MAHBTMULU\u0026purchase_type=multi_site","mobile":"MAHBMMULU\u0026purchase_type=multi_site"},{"user_segment":"anonymous_logged_in","code_type":"url","marketing_key":"atk-form-display-form-secondary-link-1","parameter_key":"incode","desktop":"MAHBZGML0","tablet":"MAHBZGML0","mobile":"MAHBZGML0"},{"user_segment":"standard_member","code_type":"url","marketing_key":"atk-form-display-form-toggle-1","parameter_key":"incode","desktop":"MAHBZGML0","tablet":"MAHBZGML0","mobile":"MAHBZGML0"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"atk-form-display-form-0","parameter_key":"site_key","desktop":"atk","tablet":"atk","mobile":"atk"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"atk-form-display-form-1","parameter_key":"site_key","desktop":"atk","tablet":"atk","mobile":"atk"},{"user_segment":"any","code_type":"mixpanel","marketing_key":"atk-global-search-term","parameter_key":"site_key","desktop":"atk","tablet":"atk","mobile":"atk"},{"user_segment":"any","code_type":"mixpanel","marketing_key":"atk-global-search","parameter_key":"site_key","desktop":"atk","tablet":"atk","mobile":"atk"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"global-footer-email-form","parameter_key":"site_key","desktop":"atk","tablet":"atk","mobile":"atk"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"atk-global-header-mobile-cta-form","parameter_key":"site_key","desktop":"atk","tablet":"atk","mobile":"atk"},{"user_segment":"anonymous","code_type":"url","marketing_key":"atk-form-display-form-toggle-0","parameter_key":"incode","desktop":"MAHBDRGLA","tablet":"MAHBTRGLA","mobile":"MAHBMRGLA"},{"user_segment":"anonymous_logged_in","code_type":"url","marketing_key":"atk-global-header-mobile-cta-primary","parameter_key":"incode","desktop":"MAHBDFTLR","tablet":"MAHBTFTLR","mobile":"MAHBMFTLR"},{"user_segment":"standard_other","code_type":"url","marketing_key":"atk-global-header-mobile-cta-primary","parameter_key":"incode","desktop":"MAHBDMULU","tablet":"MAHBTMULU","mobile":"MAHBMMULU"},{"user_segment":"cancelled_member","code_type":"url","marketing_key":"atk-global-header-mobile-cta-primary","parameter_key":"incode","desktop":"MAHBDRMLE","tablet":"MAHBTRMLE","mobile":"MAHBMRMLE"},{"user_segment":"registrant","code_type":"url","marketing_key":"atk-global-header-mobile-cta-primary","parameter_key":"incode","desktop":"MAHBDFTLR","tablet":"MAHBTFTLR","mobile":"MAHBMFTLR"},{"user_segment":"anonymous","code_type":"mixpanel","marketing_key":"atk-form-display-form-0","parameter_key":"incode","desktop":"MAHBDRGLA","tablet":"MAHBTRGLA","mobile":"MAHBMRGLA"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-pinned-search-link","parameter_key":"ref","desktop":"stickynav","tablet":"tstickynav","mobile":"mstickynav"},{"user_segment":"any","code_type":"url","marketing_key":"atk-global-footer-faq-redeem","parameter_key":"incode","desktop":"MAFLZFML0","tablet":"MAFLZFML0","mobile":"MAFLZFML0"},{"user_segment":"any","code_type":"url","marketing_key":"school-ad-wrapper-recipe","parameter_key":"extcode","desktop":"MARRDCS0H","tablet":"MARRTCS0H","mobile":"MARRMCS0H"},{"user_segment":"anonymous","code_type":"url","marketing_key":"atk-form-display-form-1","parameter_key":"incode","desktop":"MAHBDFTLA","tablet":"MAHBTFTLA","mobile":"MAHBMFTLA"},{"user_segment":"anonymous","code_type":"url","marketing_key":"atk-form-display-form-toggle-1","parameter_key":"incode","desktop":"MAHBDFTLA","tablet":"MAHBTFTLA","mobile":"MAHBMFTLA"},{"user_segment":"cancelled_other","code_type":"url","marketing_key":"atk-form-display-form-toggle-0","parameter_key":"incode","desktop":"MAHBDFTLE","tablet":"MAHBTFTLE","mobile":"MAHBMFTLE"},{"user_segment":"registrant","code_type":"url","marketing_key":"atk-form-display-form-toggle-0","parameter_key":"incode","desktop":"MAHBDFTLR","tablet":"MAHBTFTLR","mobile":"MAHBMFTLR"},{"user_segment":"anonymous_logged_in","code_type":"url","marketing_key":"atk-form-display-form-toggle-1","parameter_key":"incode","desktop":"MAHBDFTLR","tablet":"MAHBTFTLR","mobile":"MAHBMFTLR"},{"user_segment":"anonymous","code_type":"url","marketing_key":"atk-global-header-mobile-cta-form","parameter_key":"incode","desktop":"MAHBDFTLA","tablet":"MAHBTFTLA","mobile":"MAHBMFTLA"},{"user_segment":"any","code_type":"mixpanel","marketing_key":"school-ad-recipe","parameter_key":"extcode","desktop":"MARRDCS0H","tablet":"MARRTCS0H","mobile":"MARRMCS0H"},{"user_segment":"any","code_type":"url","marketing_key":"school-ad-wrapper-equipment_review","parameter_key":"extcode","desktop":"MARQDCS0H","tablet":"MARQTCS0H","mobile":"MARQMCS0H"},{"user_segment":"any","code_type":"mixpanel","marketing_key":"school-ad-equipment_review","parameter_key":"extcode","desktop":"MARQDCS0H","tablet":"MARQTCS0H","mobile":"MARQMCS0H"}]);
</script>
<div class="atkOffsitePanel" role="dialog" aria-modal="true" aria-label="navigation menu">
<div class="atkOffsitePanel__wrapper">
<div class="atkOffsitePanel__header">
<button aria-label="close navigation menu" class="atkOffsitePanel__close hidden" type="button">
<svg aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icons-close"></use></svg>
</button>
<div class="atkOffsitePanel__search">
<form action="/search" class="atkGlobalSearch" method="GET" data-marketing-key="atk-global-search">
<label>
<input type="submit" class="atkGlobalSearch__submit" value="submit search" />
<svg class="atkGlobalSearch__search-icon search-icon" role="img" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 30 30"><path fill="#3d3d3d" d="M3.8 11.2c0-4.1 3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5-3.4 7.5-7.5 7.5-7.5-3.3-7.5-7.5m25.5 15.4l-8.9-8.9c1.3-1.9 2.1-4.2 2.1-6.5C22.5 5 17.5 0 11.2 0 5 0 0 5 0 11.2s5 11.2 11.2 11.2c2.3 0 4.6-.7 6.5-2.1l8.9 8.9c.7.8 2 .9 2.8.1.8-.7.8-1.9-.1-2.7"></path></svg>
</label>
<label class="atkGlobalSearch__label" for="site-header-search-input">Search</label>
<input class="atkGlobalSearch__input" data-marketing-key="atk-global-search-term" id="site-header-search-input" name="q" placeholder="Search recipes, reviews & more" type="search" />
</form>
</div>
</div>
<div class="atkOffsitePanel__body">
<nav class="atkMembershipNav">
<a id="cta_0_primary_mobile" data-marketing-key="atk-form-display-form-toggle-0" href="#" class="atkMembershipNav__link featured">&nbsp;</a>
<a id="cta_1_primary_mobile" data-marketing-key="atk-form-display-form-toggle-1" href="#" class="atkMembershipNav__link featured">&nbsp;</a>
<a id="cta_0_secondary_mobile" data-marketing-key="atk-form-display-form-secondary-link-0" href="#" class="atkMembershipNav__link">&nbsp;</a>
<a id="cta_1_secondary_mobile" data-marketing-key="atk-form-display-form-secondary-link-1" href="#" class="atkMembershipNav__link">&nbsp;</a>
</nav>
<div class="atkGlobalSiteNav">
<div class="atkGlobalSiteNav__wrapper">
<nav class="atkGlobalSiteNav__menu">
<ul class="atkGlobalSiteNav__menu--list">
<li class="atkGlobalSiteNav__menu--item is-mobile-display">
<a id="hamburger-login-logout" href="/sign_in" class="atkGlobalSiteNav__menu--link hilite">Login</a>
</li>
<li class="atkGlobalSiteNav__menu--item">
<a href="/recipes" class="atkGlobalSiteNav__menu--link jarvis-spa-link">Recipes</a>
</li>
<li class="atkGlobalSiteNav__menu--item">
<a href="/equipment_reviews" class="atkGlobalSiteNav__menu--link jarvis-spa-link">Equipment<span class="hide-tablet">&nbsp;Reviews</span></a>
</li>
<li class="atkGlobalSiteNav__menu--item">
<a href="/taste_tests" class="atkGlobalSiteNav__menu--link jarvis-spa-link">Taste Tests</a>
</li>
<li class="atkGlobalSiteNav__menu--item">
<a href="/kids" class="atkGlobalSiteNav__menu--link espresso-spa-link kids-link">Kids</a>
</li>
<li class="atkGlobalSiteNav__menu--item">
<a href="/articles" class="atkGlobalSiteNav__menu--link">Latest</a>
</li>
<li class="atkGlobalSiteNav__menu--item play-subnav-wrapper">
<ul class="play-subnav">
<li class="play-subnav__item">
<a href="/shows?ref=play" class="atkGlobalSiteNav__menu--link play-lockup">
<span class="play-lockup__new-flag">New</span>
<svg class="play-lockup__play-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 89" role="img" aria-hidden="true" focusable="false">
<path fill="#3d3d3d" fill-rule="evenodd" d="M33 65V23l36 21-36 21zM44.5 0C19.925 0 0 19.924 0 44.5S19.924 89 44.5 89C69.078 89 89 69.076 89 44.5S69.077 0 44.5 0z" />
</svg>
<span>PLAY</span>
</a>
</li>
<li class="play-subnav__item"><a href="/episodes?ref=play">TV Show</a></li>
<li class="play-subnav__item"><a href="/podcasts?ref=play">Podcasts</a></li>
<li class="play-subnav__item"><a href="/skills?ref=play">Skills</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="atkOffsitePanel__footer">
<nav class="atkGlobalNav">
<a href="https://www.americastestkitchen.com" data-marketing-key="atk-global-nav-link-ako" class="atkGlobalNav__link current" rel="noopener noreferrer" target="_blank">America's Test Kitchen</a>
<a href="https://www.cooksillustrated.com" data-marketing-key="atk-global-nav-link-cio" class="atkGlobalNav__link" rel="noopener noreferrer" target="_blank">Cook's Illustrated</a>
<a href="https://www.americastestkitchen.com/sso/relay?target=https%3A%2F%2Fwww%2Eonlinecookingschool%2Ecom" data-marketing-key="atk-global-nav-link-school" class="atkGlobalNav__link" rel="noopener noreferrer" target="_blank">Cooking School</a>
<a href="https://www.cookscountry.com" data-marketing-key="atk-global-nav-link-cco" class="atkGlobalNav__link" rel="noopener noreferrer" target="_blank">Cook's Country</a>
<a href="https://shop.americastestkitchen.com" data-marketing-key="atk-global-nav-link-bookstore" class="atkGlobalNav__link" rel="noopener noreferrer" target="_blank">ATK Shop</a>
<a href="https://www.americastestkitchen.com/kids" data-marketing-key="atk-global-nav-link-kids" class="atkGlobalNav__link kids-link " rel="noopener noreferrer" target="_blank">ATK Kids</a>
</nav>
</div>
</div>
</div>
</div><script id="global-header-js-init">
dry.events.subscribe('dry:ui_actions:loaded', () => {
window.globalHeader.initializeUI();
});
dry.events.subscribe('dry:authentication:loaded', () => {
window.globalHeader.initializeState();
});
</script><noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-MFMR9K"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><div id="__next"><div id="recipe-detail__page-wrapper" role="main" class="DetailPageContent__PageWrapper-iJYlpn llbeLl"><div id="recipe-detail__content-wrapper" class="DetailPageContent__ContentWrapper-jFUKAR hUuJKM"><div class="onboarding-target"><!--comment--></div><div class="detail-page-main" data-document-id="1771-pasta-with-chicken-broccoli-and-sun-dried-tomatoes" data-document-title="Pasta with Chicken, Broccoli, and Sun-dried Tomatoes" data-document-type="recipe" data-marketing-key="atk-detail" data-content-access="paid" data-device-type="desktop" data-has-paywall="false" data-pac-free="false" id="document-detail"><div class="DetailPageHeader__DetailPageHeaderEl-fSjrMd hSpoje recipe-detail-header no-paywall"><div class="DetailPageHeaderTitle__DetailPageHeaderTitleWrapper-jgBDFv iZOGuM"><h1 class="DetailPageHeaderTitle__DetailPageHeaderTitleText-eelXgx gGcBVS recipe-detail-header__title">Pasta with Chicken, Broccoli, and Sun-dried <span class="DetailPageHeaderTitle__LastWordAndBubble-dyMRNs jbnlGD">Tomatoes<a href="#comments" class="DetailPageHeaderTitle__CommentCountWrapper-cYLZXy hfNLep hidden"><svg id="comment-count" width="24" height="22" viewBox="0 0 24 22"><path fill="#000" fill-rule="evenodd" d="M17.503 15.477L12 21.58l-5.257-6.103H0V.834h24v14.643h-6.497z"></path></svg><p id="comment-bubble" class="DetailPageHeaderTitle__CommentCountText-esEtFw feaUnv">0</p></a></span></h1></div><div class="DetailPageTags__TagListWrapper-YQJBw hkyYfQ recipe-detail-header__tags"><div class="DetailPageTags__TagListItems-iGoPrt hncRbd"><div data-label="SEASON 5" class="Label__LabelWrapper-eefpJf gsaWlf label"><a class="label__link" href="/recipes/browse/season_5?q=&amp;fR[search_browse_slugs][0]=season_5&amp;fR[search_atk_episode_season][0]=5&amp;fR[search_document_klass][0]=recipe&amp;fR[search_site_list][0]=atk"><span class="Label__LabelText-dbUwVt iXUAxv label__text">SEASON 5</span></a></div><div data-label="Main Courses" class="Label__LabelWrapper-eefpJf gsaWlf label"><a class="label__link" href="/search?q=Main%20Courses&amp;dFR[search_site_list][0]=atk&amp;fR[search_course_list][0]=Main%20Courses&amp;fR[search_document_klass][0]=recipe"><span class="Label__LabelText-dbUwVt iXUAxv label__text">Main Courses</span></a></div><div data-label="Chicken" class="Label__LabelWrapper-eefpJf gsaWlf label"><a class="label__link" href="/search?q=Chicken&amp;dFR[search_site_list][0]=atk&amp;fR[search_main_ingredient_list][0]=Chicken&amp;fR[search_document_klass][0]=recipe"><span class="Label__LabelText-dbUwVt iXUAxv label__text">Chicken</span></a></div><div data-label="Pasta" class="Label__LabelWrapper-eefpJf gsaWlf label"><a class="label__link" href="/search?q=Pasta&amp;dFR[search_site_list][0]=atk&amp;fR[search_main_ingredient_list][0]=Pasta&amp;fR[search_document_klass][0]=recipe"><span class="Label__LabelText-dbUwVt iXUAxv label__text">Pasta</span></a></div><div class="DetailPageTags__Spacer-bFFFZl bKYOIX"> </div></div></div><p class="DetailPageHeaderMeta__DetailPageHeaderMetaText-jlsbdt ceqjLg recipe-detail-page__meta"><em class="recipe-detail-page__meta--label">SERVES</em><span class="recipe-detail-page__meta--value">4</span></p><div class="EpisodeSummaryButton__EpisodeSummaryWrapper-iguTSh ePhrit episode-summary-button"><span class="episode-summary-button__label">SEASON 5</span><button class="episode-summary-button__button" type="button"><span class="episode-summary-button__text underline-link">In an Italian American Kitchen</span></button></div><div class="DetailPageHeaderMedia__MediaWrapper-hZNmm dLEWDF backward starting-position video media-wrapper--desktop recipe-detail-header__media"><div class="Video__VideoEl-cEKzKl iNeZRG video " data-companion-ad="ATK_Recipe_Detail_small_rectangle_1"><button class="video-play-button" type="button"><svg xmlns="http://www.w3.org/2000/svg" width="89" height="89" viewBox="0 0 89 89"><path fill="#FFF" fill-opacity=".8" fill-rule="evenodd" d="M33 65V23l36 21-36 21zM44.5 0C19.925 0 0 19.924 0 44.5S19.924 89 44.5 89C69.078 89 89 69.076 89 44.5S69.077 0 44.5 0z"></path></svg></button><div class="Video__ZypeElWrapper-jCmufB chCBZQ zype-wrapper"><div id="zype_5b400a61e338f922cb05fe92"><img alt="" crossorigin="anonymous" src="https://res.cloudinary.com/hksqkdlah/image/upload/ar_1:1,c_fill,dpr_2.0,f_auto,fl_lossy.progressive.strip_profile,g_faces:auto,q_auto:low,w_344/33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15"/></div></div></div></div><div class="DetailPageHeaderWhy__DetailPageHeaderWhyWrapper-gaAQiX HUnuJ recipe-detail-header__why"><h2 class="DetailPageSectionHeader__SectionHeader-jxYUWG kWmWOZ recipe-detail_heading">WHY THIS RECIPE WORKS</h2><div class="DetailPageHeaderWhy__DetailPageHeaderWhyBody-gjJWas jzgtJz recipe-detail-header__why-body"><div id="why-this-works" class="DetailPageHeaderWhy__DetailPageHeaderBodyText-dabmDL ihXYOJ"><p>Lightly browning chicken breast strips in butter started building flavor into our pasta with chicken recipe. We kept the chicken tender and added more flavor by letting the strips finish cooking in the sauce, and we kept the broccoli fresh ... <button aria-expanded="false" aria-controls="why-this-works" class="toggle">Read More</button></p></div></div></div><div class="DetailActions__DetailActionsWrapper-kfExmX bmDtzP detail-actions__wrapper"><a class="PrintAction__PrintActionButton-iHPqty glidsu detail__actions detail__actions--print action-item" href="https://www.americastestkitchen.com/recipes/1771-pasta-with-chicken-broccoli-and-sun-dried-tomatoes/print"><span class="PrintAction__PrintActionIcon-bvwCdT gJtXFj"><svg height="18" viewBox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#FFF" d="M13.758 16.388c0 .292-.093.441-.437.441H4.613c-.292 0-.441-.092-.441-.441v-4.061h9.586v4.06zM4.212 1.298c.017-.269.064-.391.401-.395h8.708c.347-.02.403.066.397.395v4.06H4.212v-4.06zm11.43 4.06h-1.163v-4.06c0-.641-.521-1.163-1.158-1.163H4.613c-.641 0-1.162.522-1.162 1.163v4.06H2.288c-.986 0-1.74.755-1.74 1.744v5.225c0 .985.754 1.74 1.74 1.74H3.45v2.32c0 .641.521 1.163 1.162 1.163h8.708c.637 0 1.158-.522 1.158-1.162v-2.321h1.163a1.71 1.71 0 0 0 1.74-1.74V7.102c0-.989-.754-1.743-1.74-1.743z"></path><path fill="#3f2b1e" d="M14.48 8.261a.58.58 0 1 1-1.16.003.58.58 0 0 1 1.16-.003"></path><path fill="#FFF" d="M4.613 14.067h8.708v-.582H4.613zM4.613 15.81h8.708v-.582H4.613z"></path></g></svg></span><span class="action-text">Print</span></a><div class="FavoriteAction__FavoriteActionEl-freXml bODhxi detail__actions favorite"><div class="detail__actions--favorite action-item"><a class="action-item__favorite" href="#save" data-favoritable-id="recipe_1771" data-document-title="Pasta with Chicken, Broccoli, and Sun-dried Tomatoes" data-undo-delete="true"><svg class="favorite-empty" height="16" viewBox="0 0 12 16" xmlns="http://www.w3.org/2000/svg" width="12"><path d="M5.99 11.54L1 15V1h10v14z"></path></svg><span class="action-text">Save<em>d</em></span></a><a class="action-item__manage manage-favorite" data-manage-favoritable-id="recipe_1771" href="#manage"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="18" viewBox="0 0 20 18"><g fill="#FFF"><path d="M18.107 3.75h-8.74c-.376 0-.626-.25-.626-.62V1.89C8.74.896 7.868.03 6.87.03H1.873C.873.03 0 .896 0 1.89v13.638c0 .992.874 1.86 1.873 1.86h16.234c1 0 1.874-.868 1.874-1.86v-9.92c0-.99-.874-1.86-1.873-1.86zm.625 11.778c0 .372-.25.62-.625.62H1.873c-.374 0-.624-.248-.624-.62V1.888c0-.37.25-.62.623-.62h4.995c.375 0 .625.25.625.62v1.24c0 .993.874 1.86 1.873 1.86h8.74c.376 0 .626.25.626.62v9.92z"></path><path d="M12.488 10.196h-1.873v-1.86c0-.372-.25-.62-.625-.62-.374 0-.624.248-.624.62v1.86H7.493c-.375 0-.625.248-.625.62s.25.62.625.62h1.873v1.86c0 .372.25.62.624.62.375 0 .625-.248.625-.62v-1.86h1.873c.374 0 .624-.248.624-.62s-.25-.62-.624-.62z"></path></g></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264.7 150.8" role="img" aria-label="Chevron Logo"><path d="M0,18.3,132.3,150.8,264.7,18.2,247.3,0,133,115.3,17.5.5Z"></path></svg></a></div></div></div></div><div class="DetailPageFull__DetailPageFullWrapper-AkEhf eYUQed detail-page-full"><div class="RecipeSection-khuXkR bpvKLz"><div><div class="RecipeInlineSchoolAd__PendingRecipeInlineSchoolAd-ewcDcL kTUbrF school-ad-placeholder"></div></div><div class="RecipeIngredientGroups__RecipeIngredientsEl-bYXOau cdrAyb recipe-ingredient-groups--main"><h2 class="DetailPageSectionHeader__SectionHeader-jxYUWG kWmWOZ recipe-detail_heading">GATHER YOUR INGREDIENTS</h2><div class="RecipeIngredientGroup__RecipeIngredientGroupEl-fZHqLh YiGHW recipe-ingredient-group"><div class="RecipeIngredients__RecipeIngredientsListEl-hQHrjL gmczCL recipe-ingredient-group__list main"><div class="recipe-ingredients__column"><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17188"><input type="checkbox" id="ingredient-main-17188" name="17188"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">4 </span>tablespoons <div class="TasteTestButton__TasteTestButtonWrapper-dVUPUj coCTDu taste-test-button"><button class="taste-test-button__button" type="button"><span class="taste-test-button__text underline-link">unsalted butter</span></button></div> </span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17189"><input type="checkbox" id="ingredient-main-17189" name="17189"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">1 </span>pound <div class="TasteTestButton__TasteTestButtonWrapper-dVUPUj coCTDu taste-test-button"><button class="taste-test-button__button" type="button"><span class="taste-test-button__text underline-link">boneless, skinless chicken breasts,</span></button></div> trimmed of fat and cut crosswise into 1/4-inch slices</span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17190"><input type="checkbox" id="ingredient-main-17190" name="17190"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">1</span> small onion, chopped fine (about 2/3 cup)</span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17191"><input type="checkbox" id="ingredient-main-17191" name="17191"/><div class="control__indicator"></div><span class="ingredient__title"> Table salt </span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17192"><input type="checkbox" id="ingredient-main-17192" name="17192"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">6</span> medium cloves garlic, minced or pressed through garlic press (about 2 tablespoons)</span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17193"><input type="checkbox" id="ingredient-main-17193" name="17193"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">&frac14;</span> teaspoon red pepper flakes </span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17194"><input type="checkbox" id="ingredient-main-17194" name="17194"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">2</span> teaspoons chopped fresh thyme leaves </span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17195"><input type="checkbox" id="ingredient-main-17195" name="17195"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">2</span> teaspoons all-purpose flour </span></label></div></div><div class="recipe-ingredients__column"><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17196"><input type="checkbox" id="ingredient-main-17196" name="17196"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">1</span> cup dry white wine </span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17197"><input type="checkbox" id="ingredient-main-17197" name="17197"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">2 </span>cups <div class="TasteTestButton__TasteTestButtonWrapper-dVUPUj coCTDu taste-test-button"><button class="taste-test-button__button" type="button"><span class="taste-test-button__text underline-link">low-sodium chicken broth</span></button></div> </span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17198"><input type="checkbox" id="ingredient-main-17198" name="17198"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">1</span> bunch broccoli (about 1 1/2 pounds), florets trimmed into 1-inch pieces (about 6 cups), stems discarded</span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17199"><input type="checkbox" id="ingredient-main-17199" name="17199"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">&frac12; </span>pound <div class="TasteTestButton__TasteTestButtonWrapper-dVUPUj coCTDu taste-test-button"><button class="taste-test-button__button" type="button"><span class="taste-test-button__text underline-link">penne pasta,</span></button></div> ziti, cavatappi, or campanelle</span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17200"><input type="checkbox" id="ingredient-main-17200" name="17200"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">2</span> ounces grated Asiago cheese (1 cup), plus extra for serving</span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17201"><input type="checkbox" id="ingredient-main-17201" name="17201"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">1 </span>jar <div class="TasteTestButton__TasteTestButtonWrapper-dVUPUj coCTDu taste-test-button"><button class="taste-test-button__button" type="button"><span class="taste-test-button__text underline-link">oil-packed sun-dried tomatoes</span></button></div> (7 to 8 1/2 ounces), rinsed, patted dry, and cut into 1/4-inch strips (about 1 cup)</span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17202"><input type="checkbox" id="ingredient-main-17202" name="17202"/><div class="control__indicator"></div><span class="ingredient__title"><span class="ingredient__quantity">1</span> tablespoon minced fresh parsley leaves </span></label></div><div class="RecipeIngredient__RecipeIngredientEl-bENNUd hmpjcg recipe-ingredient-group__list-item"><label class="control--checkbox" for="ingredient-main-17203"><input type="checkbox" id="ingredient-main-17203" name="17203"/><div class="control__indicator"></div><span class="ingredient__title"> <div class="TasteTestButton__TasteTestButtonWrapper-dVUPUj coCTDu taste-test-button"><button class="taste-test-button__button" type="button"><span class="taste-test-button__text underline-link">Ground black pepper</span></button></div> </span></label></div></div></div></div></div><div class="InformationButton__InformationButtonWrapper-cmEZVv hjlxHh information-button"><button class="information-button__button" type="button">View Nutritional <span class="InformationButton__LastWordAndBubble-iYwMJn vffKB">Information<span class="information-button__info-icon">i</span></span></button></div></div><div class="RecipeSection-khuXkR bpvKLz"><div class="key-equipment-groups"><h2 class="DetailPageSectionHeader__SectionHeader-jxYUWG kWmWOZ recipe-detail_heading">KEY EQUIPMENT</h2><div class="KeyEquipmentGroup__KeyEquipmentGroupItems-gJixSe jjPCqW key-equipment-group__items"><div class="KeyEquipmentButton__KeyEquipmentButtonWrapper-hXagQP fEPjTK key-equipment-button"><button class="key-equipment-button__button" type="button"><div class="key-equipment-button__image-wrapper"><img alt="KEY EQUIPMENT - 12-Inch Nonstick Skillets" class="key-equipment-button__image" crossorigin="anonymous" src="https://res.cloudinary.com/hksqkdlah/image/upload/c_fill,dpr_2.0,e_replace_color:f5f5f5:100:ffffff,f_auto,fl_lossy.progressive.strip_profile,g_faces:auto,q_auto:low,w_90/31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003"/></div><span class="key-equipment-button__text"><span class="underline-link">12-Inch Nonstick Skillets</span></span></button></div><div class="KeyEquipmentButton__KeyEquipmentButtonWrapper-hXagQP fEPjTK key-equipment-button"><button class="key-equipment-button__button" type="button"><div class="key-equipment-button__image-wrapper"><img alt="KEY EQUIPMENT - Chef&#x27;s Knives" class="key-equipment-button__image" crossorigin="anonymous" src="https://res.cloudinary.com/hksqkdlah/image/upload/c_fill,dpr_2.0,e_replace_color:f5f5f5:100:ffffff,f_auto,fl_lossy.progressive.strip_profile,g_faces:auto,q_auto:low,w_90/14617_sil-chefsknife-victorinoxswissarmy-5206320us1"/></div><span class="key-equipment-button__text"><span class="underline-link">Chef&#x27;s Knives</span></span></button></div><div class="KeyEquipmentButton__KeyEquipmentButtonWrapper-hXagQP fEPjTK key-equipment-button"><button class="key-equipment-button__button" type="button"><div class="key-equipment-button__image-wrapper"><img alt="KEY EQUIPMENT - Slotted Spoons" class="key-equipment-button__image" crossorigin="anonymous" src="https://res.cloudinary.com/hksqkdlah/image/upload/c_fill,dpr_2.0,e_replace_color:f5f5f5:100:ffffff,f_auto,fl_lossy.progressive.strip_profile,g_faces:auto,q_auto:low,w_90/31602_sil-slotted-spoon-cuisinarts-stainless-steel-slotted-spoon-ctg-08-sls"/></div><span class="key-equipment-button__text"><span class="underline-link">Slotted Spoons</span></span></button></div><div class="KeyEquipmentButton__KeyEquipmentButtonWrapper-hXagQP fEPjTK key-equipment-button"><button class="key-equipment-button__button" type="button"><div class="key-equipment-button__image-wrapper"><img alt="KEY EQUIPMENT - Measuring Spoons" class="key-equipment-button__image" crossorigin="anonymous" src="https://res.cloudinary.com/hksqkdlah/image/upload/c_fill,dpr_2.0,e_replace_color:f5f5f5:100:ffffff,f_auto,fl_lossy.progressive.strip_profile,g_faces:auto,q_auto:low,w_90/14298_sil-measuringspoons-cuisipro-747002"/></div><span class="key-equipment-button__text"><span class="underline-link">Measuring Spoons</span></span></button></div></div></div></div><div class="RecipeSection-khuXkR bpvKLz"><div class="RecipeInstructions__RecipeInstructionsWrapper-bzCfmr dNyxHe recipe-instructions main"><div class="RecipeInstructionsHeadnote__RecipeInstructionsHeadnoteWrapper-iTjpBL exBspu recipe-instructions-headnote main"><div class="recipe-instructions-headnote__asterisk">*</div><h2 class="DetailPageSectionHeader__SectionHeader-jxYUWG kWmWOZ recipe-instructions-headnote__title recipe-detail_heading recipe-instructions-headnote__title">BEFORE YOU BEGIN</h2><div class="recipe-instructions-headnote__body"><p>Be sure to use low-sodium chicken broth in this recipe; regular chicken broth will make the dish extremely salty. The broccoli is blanched in the same water that is later used to cook the pasta. Remove the broccoli when it is tender at the edges but still crisp at the core-it will continue to cook with residual heat. If you can't find Asiago cheese, Parmesan is an acceptable alternative.</p>
</div></div><div class="recipe-instructions__list"><div class="RecipeInstruction__RecipeInstructionWrapper-hYMhaH jdVrtr recipe-instruction"><div class="recipe-instruction__number">1</div><div class="recipe-instruction__header"><h2 class="DetailPageSectionHeader__SectionHeader-jxYUWG kWmWOZ recipe-instruction__title recipe-detail_heading recipe-instruction__title">INSTRUCTIONS</h2></div><div class="recipe-instruction__content"><p>Bring 4 quarts water to rolling boil, covered, in stockpot.</p>
</div></div><div class="RecipeInstruction__RecipeInstructionWrapper-hYMhaH jdVrtr recipe-instruction"><div class="recipe-instruction__number">2</div><div class="recipe-instruction__header"></div><div class="recipe-instruction__content"><p>Meanwhile, heat 1 tablespoon butter in 12-inch nonstick skillet over high heat until just beginning to brown, about 1 minute. Add chicken in single layer; cook for 1 minute without stirring, then stir chicken and continue to cook until most, but not all, of pink color has disappeared and chicken is lightly browned around the edges, about 2 minutes longer. Transfer chicken to clean bowl; set aside.</p>
</div></div><div class="RecipeInstruction__RecipeInstructionWrapper-hYMhaH jdVrtr recipe-instruction"><div class="recipe-instruction__number">3</div><div class="recipe-instruction__header"></div><div class="recipe-instruction__content"><p>Return skillet to high heat and add 1 tablespoon butter; add onion and 1/4 teaspoon salt and cook, stirring occasionally, until browned about edges, 2 to 3 minutes. Stir in garlic, red pepper flakes, thyme, and flour; cook, stirring constantly, until fragrant, about 30 seconds. Add wine and chicken broth; bring to simmer, then reduce heat to medium and continue to simmer, stirring occasionally, until sauce has thickened slightly and reduced to 1 1/4 cups, about 15 minutes.</p>
</div></div><div class="RecipeInstruction__RecipeInstructionWrapper-hYMhaH jdVrtr recipe-instruction"><div class="recipe-instruction__number">4</div><div class="recipe-instruction__header"></div><div class="recipe-instruction__content"><p>While sauce simmers, add 1 tablespoon salt and broccoli to boiling water; cook until broccoli is tender but still crisp at center, about 2 minutes. Using slotted spoon, transfer broccoli to large paper towel-lined plate. Return water to boil; stir in pasta and cook until al dente. Drain, reserving 1/2 cup pasta cooking water; return pasta to pot.</p>
</div></div><div class="RecipeInstruction__RecipeInstructionWrapper-hYMhaH jdVrtr recipe-instruction"><div class="recipe-instruction__number">5</div><div class="recipe-instruction__header"></div><div class="recipe-instruction__content"><p>Stir remaining 2 tablespoons butter, Asiago, sun-dried tomatoes, parsley, and chicken into sauce in skillet; cook until chicken is hot and cooked through, about 1 minute. Off heat, season to taste with pepper. Pour chicken/sauce mixture over pasta and add broccoli; toss gently to combine, adding pasta cooking water as needed to adjust sauce consistency. Serve immediately, passing additional Asiago and the lemon wedges (if using) separately.</p>
</div></div></div></div></div><div class="RecipeSection-khuXkR bpvKLz"><div class="InformationButton__InformationButtonWrapper-cmEZVv hjlxHh information-button"><button class="information-button__button" type="button">Preparing <span class="InformationButton__LastWordAndBubble-iYwMJn vffKB">Broccoli<span class="information-button__info-icon">i</span></span></button></div></div><div class="DetailPageFull__NoViewIngredientsZone-ehuEAV gMbiJL"><div class="RecipeSection-khuXkR bpvKLz"><div><div title="Recommended Reading" class="RecipeCarousel__PendingRecipeCarousel-dPrBtr hqkoiH"></div></div></div><div class="RecipeSection-khuXkR bpvKLz"><div class="SocialShareButton__SocialShareButtonWrapper-czKaMz bctoPL social-share-button"><p class="social-share-button__text">Like this recipe? <button class="social-share-button__button" type="button"><span class="social-share-button__text underline-link">Share it</span></button>, or leave a comment below.</p></div></div><div class="RecipeSection-khuXkR bpvKLz"><div></div><div id="ATK_Recipe_Detail_small_rectangle_1-wrapper" class="CompanionAd__Wrapper-eNorFM lfDhWr recipe-detail-componanion-ad"><h3 class="recipe-detail-componanion-ad__heading">FROM OUR TV SPONSORS</h3><div class="DoubleclickAd__DfpAd-MHtdF cudWvh ad noPrint ad noPrint" id="ATK_Recipe_Detail_small_rectangle_1"></div><p class="recipe-detail-componanion-ad__text">We are thankful to the sponsors who make it possible for us to bring you the America's Test Kitchen TV series on public television. <a href="/sponsors">Read more about why we have sponsors.</a></p></div></div></div></div></div></div></div><link as="script" href="//cdn.blueconic.net/atk.js" rel="preload"/><script defer="" src="//cdn.blueconic.net/atk.js"></script><script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6&appId=514672908740278";js.defer = true;js.crossOrigin="anonymous";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script><script>setTimeout(function () {window.twttr = (function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0],t = window.twttr || {};if (d.getElementById(id)) return t;js = d.createElement(s);js.id = id;js.src = "https://platform.twitter.com/widgets.js";js.crossOrigin="anonymous";js.defer = true;fjs.parentNode.insertBefore(js, fjs);t._e = [];t.ready = function(f) {t._e.push(f);};return t;}(document, "script", "twitter-wjs"));}, 50)</script><script>(function(d){setTimeout(function () {var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');p.type = 'text/javascript';p.async = true;p.defer = true;p.crossOrigin='anonymous';p.src = '//assets.pinterest.com/js/pinit.js';f.parentNode.insertBefore(p, f);}, 1000)}(document));</script></div><footer id="global-footer"><footer class="atkGobalWrapper bottom" data-site-key="ako">
<div class="atkGlobalFooter no-search">
<div class="atkGlobalFooter__actions">
<div class="atkGlobalFooter__actions--wrapper">
<div class="atkGlobalFooter__details">
<div class="atkGlobalFooter__social">
<div>
<a data-marketing-key="atk-global-footer-social-facebook" href="https://www.facebook.com/americastestkitchen" class="atkGlobalFooter__social--link" rel="noopener noreferrer" target="_blank" title="Facebook">
<svg class="atkGlobalFooter__social--icon"><use xlink:href="#icons-facebook"></svg>
</a>
<a data-marketing-key="atk-global-footer-social-twitter" href="http://twitter.com/TestKitchen" class="atkGlobalFooter__social--link" rel="noopener noreferrer" target="_blank" title="Twitter">
<svg class="atkGlobalFooter__social--icon"><use xlink:href="#icons-twitter"></svg>
</a>
<a data-marketing-key="atk-global-footer-social-instagram" href="https://www.instagram.com/testkitchen/" class="atkGlobalFooter__social--link" rel="noopener noreferrer" target="_blank" title="Instagram">
<svg class="atkGlobalFooter__social--icon"><use xlink:href="#icons-instagram"></svg>
</a>
<a data-marketing-key="atk-global-footer-social-youtube" href="http://www.youtube.com/user/americastestkitchen" class="atkGlobalFooter__social--link" rel="noopener noreferrer" target="_blank" title="YouTube">
<svg class="atkGlobalFooter__social--icon"><use xlink:href="#icons-youtube"></svg>
</a>
<a data-marketing-key="atk-global-footer-social-pinterest" href="http://pinterest.com/testkitchen/" class="atkGlobalFooter__social--link" rel="noopener noreferrer" target="_blank" title="Pinterest">
<svg class="atkGlobalFooter__social--icon"><use xlink:href="#icons-pinterest"></svg>
</a>
</div>
</div>
<div class="atkGlobalFooter__form hidden">
<div class="atkGlobalFooter__actions--header hidden">Sign up for our cooking newsletter</div>
<form data-marketing-key="global-footer-email-form" id="global-footer-email-form" action="/email_catcher/newsletter" method="POST" class="form formy email-newsletter-form">
<div class="form__group">
<input aria-label="Email Address" type="email" placeholder="Email Address…" name="email" class="form__group--input form__email">
<input id="global-footer-email-form__input" type="submit" value="Submit" class="form__group--submit tomato form__submit">
<div id="global-footer-email-form__error" class="form__message hidden"></div>
</div>
<small class="form__info--link form__info--trigger">How we use your email address </small>
<small class="form__info--detail hidden">
America's Test Kitchen will not sell, rent, or disclose your email address to third parties unless otherwise notified. Your email address is required to identify you for free access to content on the site. You will also receive free newsletters and notification of America's Test Kitchen specials.
</small>
</form>
</div>
</div>
<div class="atkGlobalFooter__links">
<div class="atkGlobalAccordion__group">
<div class="atkGlobalAccordion__item">
<h2 class="atkGlobalAccordion__header">
<button class="accordion-button" aria-controls="footer-site-links">
Websites <svg class="atkGlobalAccordion__header--toggle"><use xlink:href="#icons-chevron"></svg>
</button>
</h2>
<section class="atkGlobalAccordion__item--content" id="footer-site-links">
<ul>
<li><a data-marketing-key="atk-global-footer-links-atk" href="https://www.americastestkitchen.com" rel="noopener noreferrer" target="_blank">America's Test Kitchen</a></li>
<li><a data-marketing-key="atk-global-footer-links-cio" href="https://www.cooksillustrated.com" rel="noopener noreferrer" target="_blank">Cook's Illustrated</a></li>
<li><a data-marketing-key="atk-global-footer-links-cco" href="https://www.cookscountry.com" rel="noopener noreferrer" target="_blank">Cook's Country</a></li>
<li><a data-marketing-key="atk-global-footer-links-school" href=https://www.americastestkitchen.com/sso/relay?target=https%3A%2F%2Fwww%2Eonlinecookingschool%2Ecom rel="noopener noreferrer" target="_blank">Online Cooking School</a></li>
<li><a data-marketing-key="atk-global-footer-links-store" href="https://shop.americastestkitchen.com/" rel="noopener noreferrer" target="_blank">ATK Shop</a></li>
<li><a class="kids-link" data-marketing-key="atk-global-footer-links-kids" href="https://www.americastestkitchen.com/kids" rel="noopener noreferrer" target="_blank">ATK Kids</a></li>
</ul>
</section>
</div>
<div class="atkGlobalAccordion__item">
<h2 class="atkGlobalAccordion__header">
<button class="accordion-button" aria-controls="footer-magazine-links">
Magazines <svg class="atkGlobalAccordion__header--toggle"><use xlink:href="#icons-chevron"></svg>
</button>
</h2>
<section class="atkGlobalAccordion__item--content" id="footer-magazine-links">
<ul>
<li><a data-marketing-key="atk-global-footer-buy-cio" href="https://w1.buysub.com/servlet/OrdersGateway" rel="noopener noreferrer" target="_blank">Cook's Illustrated</a></li>
<li><a data-marketing-key="atk-global-footer-give-cio" href="https://w1.buysub.com/servlet/GiftsGateway" rel="noopener noreferrer" target="_blank">Give Cook's Illustrated</a></li>
<li><a data-marketing-key="atk-global-footer-buy-cco" href="https://w1.buysub.com/servlet/OrdersGateway" rel="noopener noreferrer" target="_blank">Cook's Country</a></li>
<li><a data-marketing-key="atk-global-footer-give-cco" href="https://w1.buysub.com/servlet/GiftsGateway" rel="noopener noreferrer" target="_blank">Give Cook's Country</a></li>
<li><a data-marketing-key="atk-global-footer-buy-digital" href="https://www.americastestkitchen.com/guides/digital-apps/digital-mags" rel="noopener noreferrer" target="_blank">Digital Magazines</a></li>
<li><a data-marketing-key="atk-global-footer-recipe-testing" href="https://www.americastestkitchen.com/recipe_testing" rel="noopener noreferrer" target="_blank">Be a Recipe Tester</a></li>
</ul>
</section>
</div>
<div class="atkGlobalAccordion__item">
<h2 class="atkGlobalAccordion__header">
<button class="accordion-button" aria-controls="footer-cs-links">
Customer Service <svg class="atkGlobalAccordion__header--toggle"><use xlink:href="#icons-chevron"></svg>
</button>
</h2>
<section class="atkGlobalAccordion__item--content" id="footer-cs-links">
<ul>
<li><a data-marketing-key="atk-global-footer-faq-website" href="https://www.americastestkitchen.com/support">Website FAQs</a></li>
<li><a data-marketing-key="atk-global-footer-faq-magazine" href="https://www.americastestkitchen.com/support">Magazine FAQs</a></li>
<li><a data-marketing-key="atk-global-footer-faq-contact" href="https://www.americastestkitchen.com/support#contact-us">Contact Us</a></li>
<li><a data-marketing-key="atk-global-footer-faq-email" href="https://www.americastestkitchen.com/newsletter_preferences">Manage Email Preferences</a></li>
<li><a data-marketing-key="atk-global-footer-faq-give" href="https://www.americastestkitchen.com/gift">Give a Gift Membership</a></li>
<li><a data-marketing-key="atk-global-footer-faq-redeem" href="https://www.americastestkitchen.com/gift/redeem">Redeem a Gift Membership</a></li>
</ul>
</section>
</div>
<div class="atkGlobalAccordion__item">
<h2 class="atkGlobalAccordion__header">
<button class="accordion-button" aria-controls="footer-corp-links">
Corporate <svg class="atkGlobalAccordion__header--toggle"><use xlink:href="#icons-chevron"></svg>
</button>
</h2>
<section class="atkGlobalAccordion__item--content" id="footer-corp-links">
<ul>
<li><a data-marketing-key="atk-global-footer-corp-about" href="https://www.americastestkitchen.com/about-us">About Us</a></li>
<li><a data-marketing-key="atk-global-footer-terms-of-use" href="https://www.americastestkitchen.com/guides/corporate-pages/terms-of-use">Terms of Use</a></li>
<li><a data-marketing-key="atk-global-footer-corp-privacy" href="https://www.americastestkitchen.com/guides/corporate-pages/privacy-policy">Privacy Policy</a></li>
<li><a data-marketing-key="atk-global-footer-corp-non-use" href="https://www.americastestkitchen.com/guides/corporate-pages/non-use-policy">Non-Use Policy</a></li>
<li><a data-marketing-key="atk-global-footer-corp-jobs" href="https://www.americastestkitchen.com/jobs">Job Opportunities</a></li>
<li><a data-marketing-key="atk-global-footer-corp-sponsor" href="https://www.americastestkitchen.com/sponsors">Sponsor Our Shows</a></li>
<li><a data-marketing-key="atk-global-footer-corp-media" href="https://www.americastestkitchen.com/guides/atk-media-contact/media-contact">Media Contact</a></li>
<li><a data-marketing-key="atk-global-footer-corp-events" href="https://www.americastestkitchen.com/guides/atk-events-appearances/events-appearances">Events & Appearances</a></li>
<li><a data-marketing-key="atk-global-footer-corp-foodtruck" href="https://www.americastestkitchen.com/guides/atk-food-truck/atk-food-truck">Our Food Truck</a></li>
</ul>
</section>
</div>
</div>
</div>
<p class="atkGlobalFooter__copyright">© 2021 America's Test Kitchen. All rights reserved.</p>
</div>
</div>
<div class="atkGlobalFooter__verticals">
<div class="atkGlobalFooter__verticals--wrapper">
<h2 class="atkGlobalFooter__verticals--header">A family of brands trusted by millions of home cooks</h2>
<div class="atkGlobalFooter__verticals-brand-wrapper">
<div class="atkGlobalFooter__verticals--item americas-test-kitchen">
<a data-marketing-key="atk-global-footer-vertical-atk" href="https://www.americastestkitchen.com/" class="atkGlobalFooter__verticals--link" rel="noopener noreferrer" target="_blank">
<div class="atkGlobalFooter__verticals--image">
<svg class="atkGlobalFooter__verticals--logo logo-atk"><use xlink:href="#logos-ako-blk-tm"></svg>
</div>
<div class="atkGlobalFooter__verticals--content">
<p>Learn real cooking skills from your favorite food experts</p>
</div>
</a>
</div>
<div class="atkGlobalFooter__verticals--item cooks-illustrated">
<a data-marketing-key="atk-global-footer-vertical-cio" href="http://www.cooksillustrated.com/" class="atkGlobalFooter__verticals--link" rel="noopener noreferrer" target="_blank">
<div class="atkGlobalFooter__verticals--image">
<svg class="atkGlobalFooter__verticals--logo logo-cooks-illustrated"><use xlink:href="#logos-cio-tm"></svg>
</div>
<div class="atkGlobalFooter__verticals--content">
<p>The iconic magazine that investigates how and why recipes work</p>
</div>
</a>
</div>
<div class="atkGlobalFooter__verticals--item cooks-country">
<a data-marketing-key="atk-global-footer-vertical-cco" href="http://www.cookscountry.com/" class="atkGlobalFooter__verticals--link" rel="noopener noreferrer" target="_blank">
<div class="atkGlobalFooter__verticals--image">
<svg class="atkGlobalFooter__verticals--logo logo-cooks-country"><use xlink:href="#logos-cco-tm"></svg>
</div>
<div class="atkGlobalFooter__verticals--content">
<p>American classics, everyday favorites, and the stories behind them</p>
</div>
</a>
</div>
<div class="atkGlobalFooter__verticals--item cooking-school">
<a data-marketing-key="atk-global-footer-vertical-school" href=https://www.americastestkitchen.com/sso/relay?target=http%3A%2F%2Fwww%2Eonlinecookingschool%2Ecom%2F class="atkGlobalFooter__verticals--link" rel="noopener noreferrer" target="_blank">
<div class="atkGlobalFooter__verticals--image">
<svg class="atkGlobalFooter__verticals--logo logo-cooking-school"><use xlink:href="#logos-school"></svg>
</div>
<div class="atkGlobalFooter__verticals--content">
<p>Experts teach 320+ online courses for home cooks at every skill level</p>
</div>
</a>
</div>
<div class="atkGlobalFooter__verticals--item kids">
<a data-marketing-key="atk-global-footer-vertical-atk" href="https://www.americastestkitchen.com/kids" class="atkGlobalFooter__verticals--link kids-link" rel="noopener noreferrer" target="_blank">
<div class="atkGlobalFooter__verticals--image">
<svg class="atkGlobalFooter__verticals--logo logo-kids"><use xlink:href="#logos-kids-tm"></svg>
</div>
<div class="atkGlobalFooter__verticals--content">
<p>Kid tested, kid approved: Welcome to Americas Test Kitchen for the next generation</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<div id="amzn-assoc-ad-538bce9d-9e83-44c8-bcb6-d2013af2d713"></div><script defer src="https://z-na.associates-amazon.com/onetag/v2?MarketPlace=US&instanceId=538bce9d-9e83-44c8-bcb6-d2013af2d713"></script>
<script defer crossorigin="anonymous" src="//d1nfaf380zbiur.cloudfront.net/_search_assets/onboarding-widget-d3d632047b5137c173d2ffdcbc926dbb.js"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register("/service_worker.js").catch(function() {});
}
</script>
</footer><link crossorigin="anonymous" id="global-header-non-critical-css" onload="this.media='all'" rel="stylesheet" href="//d1nfaf380zbiur.cloudfront.net/assets/guides/ako_components_non_critical-97e3ca5489a314ade03f760033f24dc24472239d816722a4a4095c2777680496.css" media="print"/><script id="__NEXT_DATA__" type="application/json" crossorigin="anonymous">{"props":{"isServer":true,"initialState":{"bookRecipes":{"data":{},"status":"DEFAULT"},"collections":{"documents":{},"status":"DEFAULT"},"content":{"documents":{"recipes/1771-pasta-with-chicken-broccoli-and-sun-dried-tomatoes":{"id":1771,"everestId":1771,"slug":"1771-pasta-with-chicken-broccoli-and-sun-dried-tomatoes","tags":[{"id":48,"contentType":"tag","fields":{"contentType":"tag","tagTitle":"Main Courses","categoryTitle":"course","editorialTitle":"course \u003e Main Courses"}},{"id":57,"contentType":"tag","fields":{"contentType":"tag","tagTitle":"Chicken","categoryTitle":"main_ingredient","editorialTitle":"main_ingredient \u003e Chicken"}},{"id":61,"contentType":"tag","fields":{"contentType":"tag","tagTitle":"Pasta","categoryTitle":"main_ingredient","editorialTitle":"main_ingredient \u003e Pasta"}}],"title":"Pasta with Chicken, Broccoli, and Sun-dried Tomatoes","yields":"Serves 4","episode":{"contentType":"documentEpisode","fields":{"inCurrentSeason":false,"title":"In an Italian American Kitchen","slug":"17-in-an-italian-american-kitchen","season":5,"metaData":{"componentType":"documentAttributes","fields":{"source":null,"title":"In an Italian American Kitchen","siteList":["ATK"],"description":"Too often, eggplant Parmesan is a soggy, oily mess. And pasta with chicken and broccoli is heavy and bland. But after many tests in the kitchen, we've come up with recipes that give these simple, honest dishes the respect they deserve.","squarePhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"},"landscapePhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"}}},"description":"Too often, eggplant Parmesan is a soggy, oily mess. And pasta with chicken and broccoli is heavy and bland. But after many tests in the kitchen, we've come up with recipes that give these simple, honest dishes the respect they deserve.","documentType":"episode","video":{"id":1362,"_id":"5b400a804b32992a3105fccf","title":"In an Italian American Kitchen","active":true,"description":"In the test kitchen, we enjoy authentic Italian dishes such as pasta all'amatriciana (episode 18-Italian Classics) and osso buco and polenta (episode 19-Winter Supper). But we also like to prepare Italian American dishes.","images":[{"url":"https://upload.zype.com/5b0820fbdc4390132f0001ca/video_image/5b40f8491a9ef110ae003228/1530984521/original.png?1530984521"}],"thumbnails":[{"url":"https://image.zype.com/5b0820fbdc4390132f0001ca/5b400a804b32992a3105fccf/custom_thumbnail/240.jpeg?1532615299"},{"url":"https://image.zype.com/5b0820fbdc4390132f0001ca/5b400a804b32992a3105fccf/custom_thumbnail/480.jpeg?1532615299"},{"url":"https://image.zype.com/5b0820fbdc4390132f0001ca/5b400a804b32992a3105fccf/custom_thumbnail/720.jpeg?1532615299"},{"url":"https://image.zype.com/5b0820fbdc4390132f0001ca/5b400a804b32992a3105fccf/custom_thumbnail/1080.jpeg?1532615299"}]},"number":17,"photo":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"},"relateds":[{"contentType":"episode","fields":{"title":"Eggplant Parmesan","slug":"1389-eggplant-parmesan","description":"\u003cp\u003eTraditional recipes fry breaded eggplant in copious amounts of oil. Could we eliminate the frying, streamline the dish, and make it taste better than the original?\u003c/p\u003e","documentType":"recipe","metaData":{"componentType":"documentAttributes","fields":{"title":"Eggplant Parmesan","siteList":["ATK","CIO"],"description":"","photo":{"public_id":"32600_sfs-eggplant-parmesan-012","url":"https://res.cloudinary.com/hksqkdlah/image/upload/32600_sfs-eggplant-parmesan-012.jpg","height":2731,"width":2731,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}},{"contentType":"documentVideo","fields":{"title":"Eggplant Parmesan","slug":"784-eggplant-parmesan","description":"\u003cp\u003eTraditional recipes fry breaded eggplant in copious amounts of oil. Could we eliminate the frying, streamline the dish, and make it taste better than the original?\u003c/p\u003e","documentType":"video","metaData":{"componentType":"documentAttributes","fields":{"title":"Eggplant Parmesan","siteList":["ATK"],"description":"","photo":{"public_id":"32600_sfs-eggplant-parmesan-012","url":"https://res.cloudinary.com/hksqkdlah/image/upload/32600_sfs-eggplant-parmesan-012.jpg","height":2731,"width":2731,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"squarePhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"}}}}},{"contentType":"documentVideo","fields":{"title":"Pasta with Chicken, Broccoli, and Sun-dried Tomatoes","slug":"806-pasta-with-chicken-broccoli-and-sun-dried-tomatoes","description":"\u003cp\u003eThis restaurant-chain classic can be as off-putting as a bad horror movie: drab colors, tough meat, and a main character -- the pasta -- with no bite.\u003c/p\u003e","documentType":"video","metaData":{"componentType":"documentAttributes","fields":{"title":"Pasta with Chicken, Broccoli, and Sun-dried Tomatoes","siteList":["ATK"],"description":"","photo":{"public_id":"33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15","url":"https://res.cloudinary.com/hksqkdlah/image/upload/33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15.jpg","height":2731,"width":2731,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"squarePhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"}}}}}]}},"metaData":{"id":1771,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Pasta with Chicken, Broccoli, and Sun-dried Tomatoes","siteList":["ATK","CIO"],"description":"","squarePhoto":{"public_id":"33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15","url":"https://res.cloudinary.com/hksqkdlah/image/upload/33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15.jpg","height":2731,"width":2731,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15","url":"https://res.cloudinary.com/hksqkdlah/image/upload/33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15.jpg","height":2731,"width":2731,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}},"description":"This restaurant-chain classic can be as off-putting as a bad horror movie: drab colors, tough meat, and a main character—the pasta—with no bite.","documentType":"recipe","whyThisWorks":"\u003cp\u003eLightly browning chicken breast strips in butter started building flavor into our pasta with chicken recipe. We kept the chicken tender and added more flavor by letting the strips finish cooking in the sauce, and we kept the broccoli fresh and crisp by blanching it in the boiling pasta water and then putting it aside until the dish was assembled. But our real breakthrough in developing this pasta and chicken recipe was to eliminate the cream typically used in this dish and to create instead a broth-based sauce, which we rounded out with a few tablespoons of butter, a handful of Asiago cheese, and some sun-dried tomatoes.\u003c/p\u003e","recipeTimeNote":null,"equipmentNote":null,"equipmentNoteLabel":null,"updateTitle":null,"updateDescription":null,"inCurrentSeason":false,"source":"Cook's Illustrated","atkFeaturedVideo":{"id":806,"fields":{"title":"Pasta with Chicken, Broccoli, and Sun-dried Tomatoes","slug":"806-pasta-with-chicken-broccoli-and-sun-dried-tomatoes","description":"This restaurant-chain classic can be as off-putting as a bad horror movie: drab colors, tough meat, and a main character -- the pasta -- with no bite.","zypeId":"5b400a61e338f922cb05fe92","season":5,"publishDate":"2010-03-15T08:54","duration":"08:15","photo":{"publicId":"33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15","width":2731,"height":2731,"alt":"Pasta with Chicken, Broccoli, and Sun-dried Tomatoes"}}},"contentType":"recipe","publishDate":"2007-08-22T08:03","relateds":[{"id":113626,"contentType":"recipe","fields":{"title":"Pasta e Ceci (Pasta with Chickpeas)","slug":"8574-pasta-e-ceci-pasta-with-chickpeas","description":"Pasta and chickpeas is a homey Italian standard.\r\nOur tweaks added depth but not fuss.","documentType":"recipe","metaData":{"id":8574,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Pasta e Ceci (Pasta with Chickpeas)","siteList":["ATK","CIO"],"description":"","squarePhoto":{"public_id":"25540_sfs-pasta-with-chickpeas-32","url":"https://res.cloudinary.com/hksqkdlah/image/upload/25540_sfs-pasta-with-chickpeas-32.jpg","height":2339,"width":2339,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"25540_sfs-pasta-with-chickpeas-32","url":"https://res.cloudinary.com/hksqkdlah/image/upload/25540_sfs-pasta-with-chickpeas-32.jpg","height":2339,"width":2339,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}},{"id":113627,"contentType":"recipe","fields":{"title":"Pasta with Broccoli Rabe and Sausage","slug":"6836-pasta-with-broccoli-rabe-and-sausage","description":"To fine-tune this classic combination, we first needed to tame broccoli rabes bitter edge.","documentType":"recipe","metaData":{"id":6836,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Pasta with Broccoli Rabe and Sausage","siteList":["","CIO"],"description":"","squarePhoto":{"public_id":"9711_cvr-sfs-pasta-brocoli-rabe-sausage-clr-7-article","url":"https://res.cloudinary.com/hksqkdlah/image/upload/9711_cvr-sfs-pasta-brocoli-rabe-sausage-clr-7-article.jpg","height":3744,"width":3744,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"9711_cvr-sfs-pasta-brocoli-rabe-sausage-clr-7-article","url":"https://res.cloudinary.com/hksqkdlah/image/upload/9711_cvr-sfs-pasta-brocoli-rabe-sausage-clr-7-article.jpg","height":3744,"width":3744,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}},{"id":113628,"contentType":"recipe","fields":{"title":"Weeknight Tagliatelle with Bolognese Sauce","slug":"9383-weeknight-tagliatelle-with-bolognese-sauce","description":"Half a dozen meats and hours of pot watching make a lush, deeply savory version\r\nof this Italian ragu. We wanted those results with fewer ingredients in half the time.","documentType":"recipe","metaData":{"id":9383,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Weeknight Tagliatelle with Bolognese Sauce","siteList":["ATK","CIO"],"description":"","squarePhoto":{"public_id":"33125_sfs-tagliatelle-bolognese-sauce-83","url":"https://res.cloudinary.com/hksqkdlah/image/upload/33125_sfs-tagliatelle-bolognese-sauce-83.jpg","height":2451,"width":2451,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"33125_sfs-tagliatelle-bolognese-sauce-83","url":"https://res.cloudinary.com/hksqkdlah/image/upload/33125_sfs-tagliatelle-bolognese-sauce-83.jpg","height":2451,"width":2451,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}},{"id":113629,"contentType":"recipe","fields":{"title":"Shrimp Fra Diavolo with Linguine","slug":"478-shrimp-fra-diavolo-with-linguine","description":"We get the best of the devil by flambéing the shrimp hot and fast and sautéing the garlic long and slow.","documentType":"recipe","metaData":{"id":478,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Shrimp Fra Diavolo with Linguine","siteList":["ATK","CIO"],"description":"","squarePhoto":{"public_id":"22210_sfs-shrimp-fra-diavolo-with-linguini-01","url":"https://res.cloudinary.com/hksqkdlah/image/upload/22210_sfs-shrimp-fra-diavolo-with-linguini-01.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"22210_sfs-shrimp-fra-diavolo-with-linguini-01","url":"https://res.cloudinary.com/hksqkdlah/image/upload/22210_sfs-shrimp-fra-diavolo-with-linguini-01.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}},{"id":113630,"contentType":"recipe","fields":{"title":"Broiled Broccoli Rabe","slug":"9066-broiled-broccoli-rabe","description":"The tricks to taming this notoriously bitter green? How you cut it and how you cook it.","documentType":"recipe","metaData":{"id":9066,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Broiled Broccoli Rabe","siteList":["CIO"],"description":"","squarePhoto":{"public_id":"31786_sfs-broiled-broccolli-rabe-53","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31786_sfs-broiled-broccolli-rabe-53.jpg","height":2731,"width":2731,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"31786_sfs-broiled-broccolli-rabe-53","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31786_sfs-broiled-broccolli-rabe-53.jpg","height":2731,"width":2731,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}},{"id":113625,"contentType":"reviewSet","fields":{"title":"12-Inch Nonstick Skillets","slug":"1716-12-inch-nonstick-skillets","description":"We demanded our contenders clear a slew of sticky hurdles.","documentType":"equipment_review","productReference":{"id":6476,"contentType":"reviewable","fields":{"asin":"B00PCI6XP6","slug":"6476-oxo-good-grips-non-stick-12-inch-open-frypan","photo":{"public_id":"31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003.png","height":3082,"width":3082,"aspect_ratio":1,"type":"upload","format":"png","status":"active"},"price":"$39.99","title":"OXO Good GripsNon-Stick 12-inch Open Frypan","winner":true,"ratings":{"values":[{"key":"Capacity","value":"3"},{"key":"Durability","value":"2.5"},{"key":"Food Quality","value":"3"},{"key":"Maneuverability","value":"3"},{"key":"Nonstick Ability","value":"3"}]},"otherAttributes":{"values":[{"key":"Weight","value":"2.35 lb"},{"key":"Diameter","value":"12.25 in"},{"key":"Ovensafe to","value":"390°F "},{"key":"Usable Surface Area","value":"9.75 in"},{"key":"Layers of Nonstick Coating","value":"3"}]},"contentType":"reviewable","modelNumber":"CW000957-003","availability":null,"dynamicPrice":null,"manufacturer":"OXO","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"Highly Recommended"}},"metaData":{"id":1716,"componentType":"documentAttributes","fields":{"source":"Cook's Country","title":"12-Inch Nonstick Skillets","siteList":["ATK","CCO","CIO"],"description":"We demanded our contenders clear a slew of sticky hurdles.","squarePhoto":{"public_id":"31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003.png","height":3082,"width":3082,"aspect_ratio":1,"type":"upload","format":"png","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003.png","height":3082,"width":3082,"aspect_ratio":1,"type":"upload","format":"png","status":"active"}}}}},{"id":16302,"contentType":"reviewSet","fields":{"title":"Graters","slug":"1042-graters","description":"A box grater has always been the go-to tool for shredding cheese and vegetables by hand. But given that most of us only ever use one side, shouldnt there be something better?","documentType":"equipment_review","productReference":{"id":3041,"contentType":"reviewable","fields":{"asin":"B00008WV6S","slug":"3041-rosle-coarse-grater","photo":{"public_id":"2312_sil-graterflat-roslecoarse95092-detail","url":"https://res.cloudinary.com/hksqkdlah/image/upload/2312_sil-graterflat-roslecoarse95092-detail.jpg","height":268,"width":268,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"price":"$35.00","title":"Rösle Coarse Grater","winner":true,"ratings":{"values":[{"key":"Durability","value":"3.0"},{"key":"Ease of Use","value":"3.0"},{"key":"Performance","value":"3.0"}]},"otherAttributes":{"values":[{"key":"Style:","value":"Stamped stainless steel"},{"key":"Dishwasher safe","value":"Yes"},{"key":"Grating surface area","value":"7 in by 3.2 in"}]},"contentType":"reviewable","modelNumber":"95022","availability":"Available","dynamicPrice":null,"manufacturer":"Rösle","winnerHeader":"WINNER","isCurrentlyCheap":false,"recommendationStatus":"Highly Recommended"}},"metaData":{"id":1042,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Graters","siteList":["ATK","CCO","CIO"],"description":"A box grater has always been the go-to tool for shredding cheese and vegetables by hand. But given that most of us only ever use one side, shouldnt there be something better?","squarePhoto":{"public_id":"31226_sil-graterflat-roslecoarse95092","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31226_sil-graterflat-roslecoarse95092.jpg","height":1000,"width":1000,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"31226_sil-graterflat-roslecoarse95092","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31226_sil-graterflat-roslecoarse95092.jpg","height":1000,"width":1000,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}},{"id":16303,"contentType":"","fields":{"title":"Pasta Portioner","slug":"907-pasta-portioner","description":"Is this an effective way to control portion size?","documentType":"equipment_review","productReference":{"id":2763,"contentType":"reviewable","fields":{"asin":null,"slug":"2763-plastic-pasta-measure","photo":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"},"price":"$2.99","title":"Plastic Pasta Measure","winner":true,"ratings":{"values":[]},"otherAttributes":{"values":[]},"contentType":"reviewable","modelNumber":"958702","availability":"Available","dynamicPrice":null,"manufacturer":"KitchenWorks","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"Recommended"}},"metaData":{"id":907,"componentType":"documentAttributes","fields":{"source":null,"title":"Pasta Portioner","siteList":["CCO","CIO"],"description":"Is this an effective way to control portion size?","squarePhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"}}}}},{"id":16304,"contentType":"documentVideo","fields":{"title":"Pasta with Chicken, Broccoli, and Sun-dried Tomatoes","slug":"806-pasta-with-chicken-broccoli-and-sun-dried-tomatoes","description":"This restaurant-chain classic can be as off-putting as a bad horror movie: drab colors, tough meat, and a main character -- the pasta -- with no bite.","documentType":"video","metaData":{"id":806,"componentType":"documentAttributes","fields":{"source":null,"title":"Pasta with Chicken, Broccoli, and Sun-dried Tomatoes","siteList":["ATK"],"description":"","squarePhoto":{"public_id":"33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15","url":"https://res.cloudinary.com/hksqkdlah/image/upload/33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15.jpg","height":2731,"width":2731,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","photo":{"public_id":"33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15","url":"https://res.cloudinary.com/hksqkdlah/image/upload/33255_sfs-pasta-with-chicken-broccoli-sun-dried-tomatoes-15.jpg","height":2731,"width":2731,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}},{"id":16305,"contentType":"","fields":{"title":"Lots of Pasta, Less Water","slug":"5793-lots-of-pasta-less-water","description":"If you don't have a pot large enough to handle the amount of water a pasta recipe calls for, don't panic. ","documentType":"how_to","metaData":{"id":5793,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Lots of Pasta, Less Water","siteList":["CIO"],"description":"If you don't have a pot large enough to handle the amount of water a pasta recipe calls for, don't panic. ","squarePhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"}}}}},{"id":113622,"contentType":"how_to","fields":{"title":"Why Some Pasta Absorbs More (or Less) Sauce","slug":"10415-why-some-pasta-absorbs-more-or-less-sauce","description":"Some brands of pasta seem to absorb more sauce, while others absorb less, impacting the final consistency of the dish. We wondered why.","documentType":"how_to","metaData":{"id":10415,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Why Some Pasta Absorbs More (or Less) Sauce","siteList":["CIO","SCI"],"description":"Some brands of pasta seem to absorb more sauce, while others absorb less, impacting the final consistency of the dish. We wondered why.","squarePhoto":{"public_id":"27043_sfs-pasta-arrabiata-7-1","url":"https://res.cloudinary.com/hksqkdlah/image/upload/27043_sfs-pasta-arrabiata-7-1.jpg","height":2731,"width":2731,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"27043_sfs-pasta-arrabiata-7-1","url":"https://res.cloudinary.com/hksqkdlah/image/upload/27043_sfs-pasta-arrabiata-7-1.jpg","height":2731,"width":2731,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}},{"id":113623,"contentType":"reviewSet","fields":{"title":"Pasta Forks","slug":"1357-pasta-forks","description":"Pasta forks are designed primarily for serving long-stranded pastas like spaghetti. But are they just a one-trick pony?","documentType":"equipment_review","productReference":{"id":4436,"contentType":"reviewable","fields":{"asin":"B003L0OOWQ","slug":"4436-oxo-nylon-spaghetti-server","photo":{"public_id":"14281_sil-pastafork-oxo-nylon","url":"https://res.cloudinary.com/hksqkdlah/image/upload/14281_sil-pastafork-oxo-nylon.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"price":"$7","title":"OXO Nylon Spaghetti Server","winner":true,"ratings":{"values":[{"key":"Ease of Use","value":"3.0"},{"key":"Performance","value":"3.0"}]},"otherAttributes":{"values":[{"key":"Weight","value":"2.5 oz"},{"key":"Dishwasher-Safe","value":"Yes"}]},"contentType":"reviewable","modelNumber":"1190900","availability":"Available","dynamicPrice":null,"manufacturer":"OXO","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"Recommended"}},"metaData":{"id":1357,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Pasta Forks","siteList":["CCO","CIO"],"description":"Pasta forks are designed primarily for serving long-stranded pastas like spaghetti. But are they just a one-trick pony?","squarePhoto":{"public_id":"14281_sil-pastafork-oxo-nylon","url":"https://res.cloudinary.com/hksqkdlah/image/upload/14281_sil-pastafork-oxo-nylon.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"14281_sil-pastafork-oxo-nylon","url":"https://res.cloudinary.com/hksqkdlah/image/upload/14281_sil-pastafork-oxo-nylon.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}},{"id":113624,"contentType":"reviewSet","fields":{"title":"Colanders","slug":"1497-colanders","description":"A colander is just a bowl with holes, right? Chasing loose pasta around the sink may change your mind about that.","documentType":"equipment_review","productReference":{"id":5172,"contentType":"reviewable","fields":{"asin":"B000BUDDVM","slug":"5172-rsvp-international-endurance-precision-pierced-5-qt-colander","photo":{"public_id":"20214_sil-colander-rsvp-international-endurance-punch-5","url":"https://res.cloudinary.com/hksqkdlah/image/upload/20214_sil-colander-rsvp-international-endurance-punch-5.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"price":"$25.99","title":"RSVP International Pierced 5 Qt. Colander","winner":true,"ratings":{"values":[{"key":"Design","value":"3"},{"key":"Cleanup","value":"3"},{"key":"Performance","value":"3"}]},"otherAttributes":{"values":[{"key":"Material","value":"Stainless steel"},{"key":"Hole Size","value":"2.28 mm"},{"key":"Dishwasher-Safe","value":"Yes"}]},"contentType":"reviewable","modelNumber":"PUNCH-5","availability":null,"dynamicPrice":null,"manufacturer":"RSVP International","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"HIGHLY RECOMMENDED"}},"metaData":{"id":1497,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Colanders","siteList":["ATK","CIO","CCO"],"description":"A colander is just a bowl with holes, right? Chasing loose pasta around the sink may change your mind about that.","squarePhoto":{"public_id":"20214_sil-colander-rsvp-international-endurance-punch-5","url":"https://res.cloudinary.com/hksqkdlah/image/upload/20214_sil-colander-rsvp-international-endurance-punch-5.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"20214_sil-colander-rsvp-international-endurance-punch-5","url":"https://res.cloudinary.com/hksqkdlah/image/upload/20214_sil-colander-rsvp-international-endurance-punch-5.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}}],"ingredientGroups":[{"id":2307,"fields":{"title":"","recipeIngredientItems":[{"id":17188,"fields":{"qty":"4","preText":"tablespoons ","postText":"","measurement":"tablespoons","pluralIngredient":false,"ingredient":{"id":26,"contentType":"ingredient","fields":{"title":"unsalted butter","pluralTitle":"unsalted butter","kind":"Dairy","reviewSet":{"id":1911,"contentType":"reviewSet","fields":{"documentType":"taste_test","title":"Unsalted Butter","slug":"1911-unsalted-butter","metaData":{"fields":{"photo":{"public_id":"42615-sil-unsaltedbutter-1","url":"https://res.cloudinary.com/hksqkdlah/image/upload/42615-sil-unsaltedbutter-1.png","height":2058,"width":2058,"aspect_ratio":1,"type":"upload","format":"png","status":"active"},"title":"Unsalted Butter","byline":null,"source":"Cook's Illustrated","siteList":["atk","cco","cio"],"description":"For everyday cooking and baking, which unsalted butter is best? We tested seven supermarket products to find a new favorite.","landscapeHeroPhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"}}},"description":"For everyday cooking and baking, which unsalted butter is best? We tested seven supermarket products to find a new favorite.","docType":"taste_test","productReference":{"id":7553,"contentType":"reviewable","fields":{"asin":"B000R4FI0G","slug":"7553-challenge-unsalted-butter","photo":{"public_id":"42615-sil-unsaltedbutter-1","url":"https://res.cloudinary.com/hksqkdlah/image/upload/42615-sil-unsaltedbutter-1.png","height":2058,"width":2058,"aspect_ratio":1,"type":"upload","format":"png","status":"active"},"price":"$4.49 per lb","title":"Challenge Unsalted Butter","winner":true,"ratings":{"values":[]},"otherAttributes":{"values":[{"key":"Fat","value":"11 g"},{"key":"Style","value":"Sweet cream"},{"key":"Wrapper","value":"Foil"},{"key":"Ingredients","value":"Pasteurized cream (milk), natural flavoring"}]},"contentType":"reviewable","modelNumber":null,"availability":null,"dynamicPrice":null,"manufacturer":"Challenge","winnerHeader":"WINNER","isCurrentlyCheap":false,"recommendationStatus":"RECOMMENDED"}}}}}}}},{"id":17189,"fields":{"qty":"1","preText":"pound ","postText":", trimmed of fat and cut crosswise into 1/4-inch slices","measurement":"pound","pluralIngredient":true,"ingredient":{"id":139,"contentType":"ingredient","fields":{"title":"boneless, skinless chicken breast","pluralTitle":"boneless, skinless chicken breasts","kind":"Meat","reviewSet":{"id":570,"contentType":"reviewSet","fields":{"documentType":"taste_test","title":"Boneless, Skinless Chicken Breasts","slug":"570-boneless-skinless-chicken-breasts","metaData":{"fields":{"photo":{"public_id":"27926_sil-bell-and-evans-chick-breasts","url":"https://res.cloudinary.com/hksqkdlah/image/upload/27926_sil-bell-and-evans-chick-breasts.jpg","height":1000,"width":1000,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"title":"Boneless, Skinless Chicken Breasts","byline":null,"source":"Cook's Illustrated","siteList":["cco","cio"],"description":"Americans roast plenty of whole chickens, but they cook even more chicken breasts. For that reason, we decided to evaluate this most popular cut.","landscapeHeroPhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"}}},"description":"Americans roast plenty of whole chickens, but they cook even more chicken breasts. For that reason, we decided to evaluate this most popular cut.","docType":"taste_test","productReference":{"id":2000,"contentType":"reviewable","fields":{"asin":null,"slug":"2000-bell-and-evans-air-chilled-boneless-skinless-chicken-breasts","photo":{"public_id":"19485_sil-bell-and-evans-rwa-chick-bs-breasts-1","url":"https://res.cloudinary.com/hksqkdlah/image/upload/19485_sil-bell-and-evans-rwa-chick-bs-breasts-1.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"price":"$6.99 per lb","title":"Bell \u0026 Evans Air Chilled Boneless, Skinless Chicken Breasts","winner":true,"ratings":{"values":[]},"otherAttributes":{"values":[{"key":"Preparation","value":"Boned six to 12 hours after chilling"}]},"contentType":"reviewable","modelNumber":"Air Chilled Boneless, Skinless Chicken Breasts","availability":"Available","dynamicPrice":null,"manufacturer":"Bell \u0026 Evans","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"Recommended"}}}}}}}},{"id":17190,"fields":{"qty":"1","preText":" ","postText":", chopped fine (about 2/3 cup)","measurement":null,"pluralIngredient":false,"ingredient":{"id":247,"contentType":"ingredient","fields":{"title":"small onion","pluralTitle":"small onions","kind":"Produce"}}}},{"id":17191,"fields":{"qty":"","preText":" ","postText":"","measurement":null,"pluralIngredient":false,"ingredient":{"id":1421,"contentType":"ingredient","fields":{"title":"Table salt","pluralTitle":"Table salt","kind":"Pantry/Dry Goods"}}}},{"id":17192,"fields":{"qty":"6","preText":"medium cloves ","postText":", minced or pressed through garlic press (about 2 tablespoons)","measurement":"medium cloves","pluralIngredient":false,"ingredient":{"id":354,"contentType":"ingredient","fields":{"title":"garlic","pluralTitle":"garlic","kind":"Produce"}}}},{"id":17193,"fields":{"qty":"1/4","preText":"teaspoon ","postText":"","measurement":"teaspoon","pluralIngredient":false,"ingredient":{"id":85,"contentType":"ingredient","fields":{"title":"red pepper flakes","pluralTitle":"red pepper flakes","kind":"Pantry/Dry Goods"}}}},{"id":17194,"fields":{"qty":"2","preText":"teaspoons ","postText":"","measurement":"teaspoons","pluralIngredient":true,"ingredient":{"id":1381,"contentType":"ingredient","fields":{"title":"chopped fresh thyme leaves","pluralTitle":"chopped fresh thyme leaves","kind":"Produce"}}}},{"id":17195,"fields":{"qty":"2","preText":"teaspoons ","postText":"","measurement":"teaspoons","pluralIngredient":false,"ingredient":{"id":124,"contentType":"ingredient","fields":{"title":"all-purpose flour","pluralTitle":"all-purpose flour","kind":"Pantry/Dry Goods"}}}},{"id":17196,"fields":{"qty":"1","preText":"cup ","postText":"","measurement":"cup","pluralIngredient":false,"ingredient":{"id":9,"contentType":"ingredient","fields":{"title":"dry white wine","pluralTitle":"dry white wine","kind":"Alcohol"}}}},{"id":17197,"fields":{"qty":"2","preText":"cups ","postText":"","measurement":"cups","pluralIngredient":false,"ingredient":{"id":10,"contentType":"ingredient","fields":{"title":"low-sodium chicken broth","pluralTitle":"low-sodium chicken broth","kind":"Pantry/Dry Goods","reviewSet":{"id":590,"contentType":"reviewSet","fields":{"documentType":"taste_test","title":"Chicken Broth","slug":"590-chicken-broth","metaData":{"fields":{"photo":{"public_id":"23578_sil-chicken-stock-swanson","url":"https://res.cloudinary.com/hksqkdlah/image/upload/23578_sil-chicken-stock-swanson.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"title":"Chicken Broth","byline":null,"source":"Cook's Illustrated","siteList":["atk","cco","cio"],"description":"Just about every broth in the supermarket amounts to a science project of flavor enhancers and salt. Does that have to be a bad thing?","landscapeHeroPhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"}}},"description":"Just about every broth in the supermarket amounts to a science project of flavor enhancers and salt. Does that have to be a bad thing?","docType":"taste_test","productReference":{"id":2122,"contentType":"reviewable","fields":{"asin":"B01L8K540Q","slug":"2122-swanson-chicken-stock","photo":{"public_id":"23578_sil-chicken-stock-swanson","url":"https://res.cloudinary.com/hksqkdlah/image/upload/23578_sil-chicken-stock-swanson.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"price":"$3.19 for 24 oz ($0.13 per fl oz)","title":"Swanson Chicken Stock","winner":true,"ratings":{"values":[]},"otherAttributes":{"values":[{"key":"Sodium","value":"510 mg"},{"key":"Protein","value":"4 g"},{"key":"Ingredients","value":"Chicken stock; contains less than 2%: sea salt, dextrose, carrots, cabbage, onions, celery, celery leaves, salt, parsley"}]},"contentType":"reviewable","modelNumber":null,"availability":"Available","dynamicPrice":null,"manufacturer":"Swanson","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"Recommended"}}}}}}}},{"id":17198,"fields":{"qty":"1","preText":"bunch ","postText":"(about 1 1/2 pounds), florets trimmed into 1-inch pieces (about 6 cups), stems discarded","measurement":"bunch","pluralIngredient":false,"ingredient":{"id":241,"contentType":"ingredient","fields":{"title":"broccoli","pluralTitle":"broccoli","kind":"Produce"}}}},{"id":17199,"fields":{"qty":"1/2","preText":"pound ","postText":", ziti, cavatappi, or campanelle","measurement":"pound","pluralIngredient":false,"ingredient":{"id":291,"contentType":"ingredient","fields":{"title":"penne pasta","pluralTitle":"penne pasta","kind":"Pantry/Dry Goods","reviewSet":{"id":376,"contentType":"reviewSet","fields":{"documentType":"taste_test","title":"Penne","slug":"376-penne","metaData":{"fields":{"photo":{"public_id":"32059_sil-penne-muellers","url":"https://res.cloudinary.com/hksqkdlah/image/upload/32059_sil-penne-muellers.jpg","height":1000,"width":1000,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"title":"Penne","byline":null,"source":"Cook's Illustrated","siteList":["atk","cco","cio"],"description":"Are the specialty brands and Italian imports worth the extra price?","landscapeHeroPhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"}}},"description":"Are the specialty brands and Italian imports worth the extra price?","docType":"taste_test","productReference":{"id":1044,"contentType":"reviewable","fields":{"asin":"B002603QGW","slug":"1044-muellers-penne-rigate","photo":{"public_id":"1496_sil-pastadried-penne-muellers-detail","url":"https://res.cloudinary.com/hksqkdlah/image/upload/1496_sil-pastadried-penne-muellers-detail.jpg","height":268,"width":268,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"price":"$1.89 for 16 oz. at Shaws","title":"Muellers Penne Rigate","winner":true,"ratings":{"values":[]},"otherAttributes":{"values":[{"key":"Online Source","value":"www.muellerspasta.com"}]},"contentType":"reviewable","modelNumber":null,"availability":"Available","dynamicPrice":null,"manufacturer":"Muellers","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"Highly Recommended"}}}}}}}},{"id":17200,"fields":{"qty":"2","preText":"ounces ","postText":"(1 cup), plus extra for serving","measurement":"ounces","pluralIngredient":false,"ingredient":{"id":87,"contentType":"ingredient","fields":{"title":"grated Asiago cheese","pluralTitle":"grated Asiago cheese","kind":"Dairy"}}}},{"id":17201,"fields":{"qty":"1","preText":"jar ","postText":"(7 to 8 1/2 ounces), rinsed, patted dry, and cut into 1/4-inch strips (about 1 cup)","measurement":"jar","pluralIngredient":true,"ingredient":{"id":388,"contentType":"ingredient","fields":{"title":"oil-packed sun-dried tomato","pluralTitle":"oil-packed sun-dried tomatoes","kind":"Produce","reviewSet":{"id":127,"contentType":"reviewSet","fields":{"documentType":"taste_test","title":"Sun-Dried Tomatoes","slug":"127-sun-dried-tomatoes","metaData":{"fields":{"photo":{"public_id":"1309_sil-slicedsundriedtomatoes-traderjoes-detail","url":"https://res.cloudinary.com/hksqkdlah/image/upload/1309_sil-slicedsundriedtomatoes-traderjoes-detail.jpg","height":268,"width":268,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"title":"Sun-Dried Tomatoes","byline":null,"source":"Cook's Illustrated","siteList":[],"description":"Is there really any difference in jarred sun-dried tomatoes packed in oil?","landscapeHeroPhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"}}},"description":"Is there really any difference in jarred sun-dried tomatoes packed in oil?","docType":"taste_test","productReference":{"id":331,"contentType":"reviewable","fields":{"asin":null,"slug":"331-trader-joes-sun-dried-tomatoes","photo":{"public_id":"1309_sil-slicedsundriedtomatoes-traderjoes-detail","url":"https://res.cloudinary.com/hksqkdlah/image/upload/1309_sil-slicedsundriedtomatoes-traderjoes-detail.jpg","height":268,"width":268,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"price":null,"title":"Trader Joe's Sun-Dried Tomatoes","winner":true,"ratings":{"values":[]},"otherAttributes":{"values":[]},"contentType":"reviewable","modelNumber":null,"availability":"Available","dynamicPrice":null,"manufacturer":"Trader Joe's","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"Recommended"}}}}}}}},{"id":17202,"fields":{"qty":"1","preText":"tablespoon ","postText":"","measurement":"tablespoon","pluralIngredient":false,"ingredient":{"id":13,"contentType":"ingredient","fields":{"title":"minced fresh parsley leaves","pluralTitle":"minced fresh parsley leaves","kind":"Produce"}}}},{"id":17203,"fields":{"qty":"","preText":" ","postText":"","measurement":null,"pluralIngredient":false,"ingredient":{"id":1380,"contentType":"ingredient","fields":{"title":"Ground black pepper","pluralTitle":"Ground pepper","kind":"Pantry/Dry Goods","reviewSet":{"id":433,"contentType":"reviewSet","fields":{"documentType":"taste_test","title":"Black Pepper","slug":"433-black-pepper","metaData":{"fields":{"photo":{"public_id":"1147_sil-blackpepper-mccormack-whole-black-peppe-detail","url":"https://res.cloudinary.com/hksqkdlah/image/upload/1147_sil-blackpepper-mccormack-whole-black-peppe-detail.jpg","height":268,"width":268,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"title":"Black Pepper","byline":null,"source":"Cook's Illustrated","siteList":["cco","cio"],"description":"Once a peppercorn is cracked, its volatile components begin to disperse, resulting in loss of flavor. The good news is that whole peppercorns are often less expensive than ground.","landscapeHeroPhoto":{"public_id":null,"url":null,"height":null,"width":null,"aspect_ratio":null,"type":"upload","format":null,"status":"active"}}},"description":"Once a peppercorn is cracked, its volatile components begin to disperse, resulting in loss of flavor. The good news is that whole peppercorns are often less expensive than ground.","docType":"taste_test","productReference":{"id":1260,"contentType":"reviewable","fields":{"asin":null,"slug":"1260-mccormick-whole-black-pepper-sold-in-glass-jar","photo":{"public_id":"1147_sil-blackpepper-mccormack-whole-black-peppe-detail","url":"https://res.cloudinary.com/hksqkdlah/image/upload/1147_sil-blackpepper-mccormack-whole-black-peppe-detail.jpg","height":268,"width":268,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"price":"$4.19 for 1.87 ounces","title":"McCormick Whole Black Pepper (sold in glass jar)","winner":true,"ratings":{"values":[]},"otherAttributes":{"values":[]},"contentType":"reviewable","modelNumber":null,"availability":"Available","dynamicPrice":null,"manufacturer":"McCormick","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"Highly Recommended"}}}}}}}}]}}],"headnote":"\u003cp\u003eBe sure to use low-sodium chicken broth in this recipe; regular chicken broth will make the dish extremely salty. The broccoli is blanched in the same water that is later used to cook the pasta. Remove the broccoli when it is tender at the edges but still crisp at the core-it will continue to cook with residual heat. If you can't find Asiago cheese, Parmesan is an acceptable alternative.\u003c/p\u003e","isPremium":false,"instructions":[{"id":5845,"fields":{"content":"Bring 4 quarts water to rolling boil, covered, in stockpot.","substep":false},"componentType":"recipeInstruction"},{"id":5846,"fields":{"content":"Meanwhile, heat 1 tablespoon butter in 12-inch nonstick skillet over high heat until just beginning to brown, about 1 minute. Add chicken in single layer; cook for 1 minute without stirring, then stir chicken and continue to cook until most, but not all, of pink color has disappeared and chicken is lightly browned around the edges, about 2 minutes longer. Transfer chicken to clean bowl; set aside.","substep":false},"componentType":"recipeInstruction"},{"id":5847,"fields":{"content":"Return skillet to high heat and add 1 tablespoon butter; add onion and 1/4 teaspoon salt and cook, stirring occasionally, until browned about edges, 2 to 3 minutes. Stir in garlic, red pepper flakes, thyme, and flour; cook, stirring constantly, until fragrant, about 30 seconds. Add wine and chicken broth; bring to simmer, then reduce heat to medium and continue to simmer, stirring occasionally, until sauce has thickened slightly and reduced to 1 1/4 cups, about 15 minutes.","substep":false},"componentType":"recipeInstruction"},{"id":5848,"fields":{"content":"While sauce simmers, add 1 tablespoon salt and broccoli to boiling water; cook until broccoli is tender but still crisp at center, about 2 minutes. Using slotted spoon, transfer broccoli to large paper towel-lined plate. Return water to boil; stir in pasta and cook until al dente. Drain, reserving 1/2 cup pasta cooking water; return pasta to pot.","substep":false},"componentType":"recipeInstruction"},{"id":5849,"fields":{"content":"Stir remaining 2 tablespoons butter, Asiago, sun-dried tomatoes, parsley, and chicken into sauce in skillet; cook until chicken is hot and cooked through, about 1 minute. Off heat, season to taste with pepper. Pour chicken/sauce mixture over pasta and add broccoli; toss gently to combine, adding pasta cooking water as needed to adjust sauce consistency. Serve immediately, passing additional Asiago and the lemon wedges (if using) separately.","substep":false},"componentType":"recipeInstruction"}],"keyEquipment":[{"id":1716,"contentType":"reviewSet","fields":{"title":"12-Inch Nonstick Skillets","slug":"1716-12-inch-nonstick-skillets","description":"We demanded our contenders clear a slew of sticky hurdles.","documentType":"equipment_review","productReference":{"id":6476,"contentType":"reviewable","fields":{"asin":"B00PCI6XP6","slug":"6476-oxo-good-grips-non-stick-12-inch-open-frypan","photo":{"public_id":"31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003.png","height":3082,"width":3082,"aspect_ratio":1,"type":"upload","format":"png","status":"active"},"price":"$39.99","title":"OXO Good GripsNon-Stick 12-inch Open Frypan","winner":true,"ratings":{"values":[{"key":"Capacity","value":"3"},{"key":"Durability","value":"2.5"},{"key":"Food Quality","value":"3"},{"key":"Maneuverability","value":"3"},{"key":"Nonstick Ability","value":"3"}]},"otherAttributes":{"values":[{"key":"Weight","value":"2.35 lb"},{"key":"Diameter","value":"12.25 in"},{"key":"Ovensafe to","value":"390°F "},{"key":"Usable Surface Area","value":"9.75 in"},{"key":"Layers of Nonstick Coating","value":"3"}]},"contentType":"reviewable","modelNumber":"CW000957-003","availability":null,"dynamicPrice":null,"manufacturer":"OXO","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"Highly Recommended"}},"metaData":{"id":1716,"componentType":"documentAttributes","fields":{"source":"Cook's Country","title":"12-Inch Nonstick Skillets","siteList":["ATK","CCO","CIO"],"description":"We demanded our contenders clear a slew of sticky hurdles.","squarePhoto":{"public_id":"31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003.png","height":3082,"width":3082,"aspect_ratio":1,"type":"upload","format":"png","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31904_sil-12in-nonstick-skillets-oxo-good-grips-non-stick-12inch-open-frypan-cw000957-003.png","height":3082,"width":3082,"aspect_ratio":1,"type":"upload","format":"png","status":"active"}}}}},{"id":1433,"contentType":"reviewSet","fields":{"title":"Chef's Knives","slug":"1433-chefs-knives","description":"One chefs knife has been a champ in our kitchen for nearly two decades. Can any other blade come close to offering what it does—and at a bargain price?","documentType":"equipment_review","productReference":{"id":4766,"contentType":"reviewable","fields":{"asin":"B000638D32","slug":"4766-victorinox-swiss-army-fibrox-pro-8-chefs-knife","photo":{"public_id":"14617_sil-chefsknife-victorinoxswissarmy-5206320us1","url":"https://res.cloudinary.com/hksqkdlah/image/upload/14617_sil-chefsknife-victorinoxswissarmy-5206320us1.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"price":"$39.95","title":"Victorinox Swiss Army Fibrox Pro 8\" Chef's Knife","winner":true,"ratings":{"values":[{"key":"Handle","value":"3.0"},{"key":"Blade Design","value":"3.0"},{"key":"Kitchen Tasks","value":"3.0"},{"key":"Edge Retention","value":"3.0"}]},"otherAttributes":{"values":[{"key":"Steel Type","value":"x50CrMoV15"},{"key":"Blade Angle","value":"15 degrees"}]},"contentType":"reviewable","modelNumber":"47520 (consumer packaging number) or 40520 (commercial bulk number)—both are the same knife","availability":"Available","dynamicPrice":null,"manufacturer":"Victorinox","winnerHeader":"Winner","isCurrentlyCheap":true,"recommendationStatus":"Highly Recommended"}},"metaData":{"id":1433,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Chef's Knives","siteList":["ATK","CIO","CCO"],"description":"One chefs knife has been a champ in our kitchen for nearly two decades. Can any other blade come close to offering what it does—and at a bargain price?","squarePhoto":{"public_id":"27158_sil-chefsknife-victorinox","url":"https://res.cloudinary.com/hksqkdlah/image/upload/27158_sil-chefsknife-victorinox.jpg","height":1964,"width":1964,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"27158_sil-chefsknife-victorinox","url":"https://res.cloudinary.com/hksqkdlah/image/upload/27158_sil-chefsknife-victorinox.jpg","height":1964,"width":1964,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}},{"id":1707,"contentType":"reviewSet","fields":{"title":"Slotted Spoons","slug":"1707-slotted-spoons","description":"We rounded up eight dishwasher-safe nylon, silicone, and stainless-steel spoons, and used them to fish out green peas, poached eggs, meatballs, and jumbo shrimp from liquids in different kinds of cookware.","documentType":"equipment_review","productReference":{"id":6430,"contentType":"reviewable","fields":{"asin":"B007RPYS2W","slug":"6430-cuisinart-stainless-steel-slotted-spoon","photo":{"public_id":"31602_sil-slotted-spoon-cuisinarts-stainless-steel-slotted-spoon-ctg-08-sls","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31602_sil-slotted-spoon-cuisinarts-stainless-steel-slotted-spoon-ctg-08-sls.png","height":2058,"width":2058,"aspect_ratio":1,"type":"upload","format":"png","status":"active"},"price":"$9.12","title":"Cuisinart Stainless Steel Slotted Spoon","winner":true,"ratings":{"values":[{"key":"Bowl Design","value":"3"},{"key":"Ease of Use","value":"3"},{"key":"Handle Design","value":"2.5"},{"key":"Cleanup and Durability","value":"2.5"}]},"otherAttributes":{"values":[{"key":"Weight","value":"4.625 oz"},{"key":"Material","value":"Stainless steel"},{"key":"Handle Length","value":"10.5 in"},{"key":"Bowl Thickness","value":"0.046 in"},{"key":"Bowl Dimensions","value":"3.875 x 2.75 x 0.5 in"}]},"contentType":"reviewable","modelNumber":"CTG-08-SLS","availability":null,"dynamicPrice":null,"manufacturer":"Cuisinart","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"Recommended"}},"metaData":{"id":1707,"componentType":"documentAttributes","fields":{"source":"Cook's Illustrated","title":"Slotted Spoons","siteList":["ATK","CCO","CIO"],"description":"We rounded up eight dishwasher-safe nylon, silicone, and stainless-steel spoons, and used them to fish out green peas, poached eggs, meatballs, and jumbo shrimp from liquids in different kinds of cookware.","squarePhoto":{"public_id":"31602_sil-slotted-spoon-cuisinarts-stainless-steel-slotted-spoon-ctg-08-sls","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31602_sil-slotted-spoon-cuisinarts-stainless-steel-slotted-spoon-ctg-08-sls.png","height":2058,"width":2058,"aspect_ratio":1,"type":"upload","format":"png","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"31602_sil-slotted-spoon-cuisinarts-stainless-steel-slotted-spoon-ctg-08-sls","url":"https://res.cloudinary.com/hksqkdlah/image/upload/31602_sil-slotted-spoon-cuisinarts-stainless-steel-slotted-spoon-ctg-08-sls.png","height":2058,"width":2058,"aspect_ratio":1,"type":"upload","format":"png","status":"active"}}}}},{"id":1363,"contentType":"reviewSet","fields":{"title":"Measuring Spoons","slug":"1363-measuring-spoons","description":"Eight sets, 41 spoons, many runs in the dishwasher, and umpteen jars of herbs: We took the measure of measuring spoons, demanding accuracy, comfort, and sturdiness.","documentType":"equipment_review","productReference":{"id":4455,"contentType":"reviewable","fields":{"asin":"B00004SU1I","slug":"4455-cuisipro-stainless-steel-measuring-spoons-set","photo":{"public_id":"14298_sil-measuringspoons-cuisipro-747002","url":"https://res.cloudinary.com/hksqkdlah/image/upload/14298_sil-measuringspoons-cuisipro-747002.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"price":"$11.95","title":"Cuisipro Stainless Steel Measuring Spoons Set","winner":true,"ratings":{"values":[{"key":"Comfort","value":"3.0"},{"key":"Accuracy","value":"3.0"},{"key":"Function","value":"2.5"}]},"otherAttributes":{"values":[{"key":"Material","value":"Stainless Steel"}]},"contentType":"reviewable","modelNumber":"74-7002","availability":"Available","dynamicPrice":null,"manufacturer":"Cuisipro","winnerHeader":"Winner","isCurrentlyCheap":false,"recommendationStatus":"Recommended"}},"metaData":{"id":1363,"componentType":"documentAttributes","fields":{"source":"Cook's Country","title":"Measuring Spoons","siteList":["ATK","CCO","CIO"],"description":"Eight sets, 41 spoons, many runs in the dishwasher, and umpteen jars of herbs: We took the measure of measuring spoons, demanding accuracy, comfort, and sturdiness.","squarePhoto":{"public_id":"22995_sil-measuringspoons-cuisipro-747002","url":"https://res.cloudinary.com/hksqkdlah/image/upload/22995_sil-measuringspoons-cuisipro-747002.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"urlRedirection":"","byline":null,"photo":{"public_id":"22995_sil-measuringspoons-cuisipro-747002","url":"https://res.cloudinary.com/hksqkdlah/image/upload/22995_sil-measuringspoons-cuisipro-747002.jpg","height":800,"width":800,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"}}}}}],"nutritionSummary":{"uri":"http://www.edamam.com/ontologies/edamam.owl#recipe_1040325b5396476498e34e67b20ef813","yield":4,"calories":3394,"cautions":["GLUTEN","WHEAT","SULFITES","FODMAP"],"dietLabels":["HIGH_FIBER"],"totalWeight":2480.66339312009,"healthLabels":null,"totalNutrients":{"K":{"unit":"mg","label":"Potassium","quantity":8227.246388566115},"P":{"unit":"mg","label":"Phosphorus","quantity":3360.9921829091204},"CA":{"unit":"mg","label":"Calcium","quantity":2339.273802680291},"FE":{"unit":"mg","label":"Iron","quantity":19.32548322520408},"MG":{"unit":"mg","label":"Magnesium","quantity":664.7052108757115},"NA":{"unit":"mg","label":"Sodium","quantity":5771.907554411611},"ZN":{"unit":"mg","label":"Zinc","quantity":15.659987145056837},"FAT":{"unit":"g","label":"Fat","quantity":136.14340085219166},"NIA":{"unit":"mg","label":"Niacin (B3)","quantity":66.81229627455059},"FAMS":{"unit":"g","label":"Monounsaturated","quantity":47.12094041273069},"FAPU":{"unit":"g","label":"Polyunsaturated","quantity":11.284533631104436},"RIBF":{"unit":"mg","label":"Riboflavin (B2)","quantity":3.2023518432570337},"THIA":{"unit":"mg","label":"Thiamin (B1)","quantity":1.6350020534292298},"VITC":{"unit":"mg","label":"Vitamin C","quantity":729.0036731112675},"VITD":{"unit":"µg","label":"Vitamin D","quantity":1.59553125},"CHOLE":{"unit":"mg","label":"Cholesterol","quantity":554.3626801},"FASAT":{"unit":"g","label":"Saturated","quantity":62.16373489004881},"FATRN":{"unit":"g","label":"Trans","quantity":1.8936554658999998},"FIBTG":{"unit":"g","label":"Fiber","quantity":38.20114578638009},"FOLAC":{"unit":"µg","label":"Folic acid","quantity":8.020833333740159},"FOLFD":{"unit":"µg","label":"Folate (food)","quantity":514.1818353590037},"SUGAR":{"unit":"g","label":"Sugars","quantity":22.838909090465517},"VITK1":{"unit":"µg","label":"Vitamin K","quantity":638.5887060321713},"WATER":{"unit":"g","label":"Water","quantity":1762.2176446100486},"CHOCDF":{"unit":"g","label":"Carbs","quantity":295.3921708449048},"FOLDFE":{"unit":"µg","label":"Folate equivalent (total)","quantity":527.8276686930292},"PROCNT":{"unit":"g","label":"Protein","quantity":224.96165928715982},"TOCPHA":{"unit":"mg","label":"Vitamin E","quantity":8.845044698941644},"VITB12":{"unit":"µg","label":"Vitamin B12","quantity":3.3135789770000006},"VITB6A":{"unit":"mg","label":"Vitamin B6","quantity":6.290476379123357},"VITA_RAE":{"unit":"µg","label":"Vitamin A","quantity":1062.32092620068},"ENERC_KCAL":{"unit":"kcal","label":"Energy","quantity":3394.523424691003}}},"asideGroupsContent":[{"id":1007,"fields":{"title":"Preparing Broccoli","description":"","asideItems":[{"id":3283,"contentType":"asideItem","fields":{"photo":{"public_id":"3551_so97-broccoli1","url":"https://res.cloudinary.com/hksqkdlah/image/upload/3551_so97-broccoli1.jpg","height":133,"width":150,"aspect_ratio":1,"type":"upload","format":"jpg","status":"active"},"title":null,"content":"To quickly remove florets, place broccoli upside down on cutting board and trim with knife.\n\n"}}]}}],"contentAccess":"paid","paywall":false,"mixpanelAttributes":{},"cookies":{}}},"status":"READY"},"cookingMode":{"currentId":0,"isOpen":false},"courses":{"data":{},"status":"DEFAULT"},"emailFriend":{"message":null,"status":"DEFAULT"},"kidsPodcastNewsletter":{"email":null,"status":"DEFAULT"},"latest":{"data":{"documents":[],"status":"DEFAULT"}},"navigationDrawer":{"isOpen":false,"content":{"type":"nav"}},"newsletter":{"email":null,"status":"DEFAULT"},"origin":{"isAuthenticated":true,"referer":"atk","siteKey":"atk","subdomain":"www"},"paywall":{"css":null,"html":null,"js":null,"status":"DEFAULT"},"play":{"slug":null,"items":null,"status":"DEFAULT"},"quickView":{"content":{"data":null,"relateds":[],"type":null},"isOpen":false,"status":"DEFAULT"},"registration":{"data":null,"error":null,"status":"DEFAULT"},"trending":{"data":{"atk":{"documents":[],"status":"DEFAULT"},"cco":{"documents":[],"status":"DEFAULT"},"cio":{"documents":[],"status":"DEFAULT"}}}},"initialProps":{"deviceType":"desktop","domainSiteKey":"atk","isAuthenticated":false,"pageProps":{"collectionType":"recipes","contentId":"recipes/1771-pasta-with-chicken-broccoli-and-sun-dried-tomatoes","deviceType":"desktop","pathname":"/recipes/1771-pasta-with-chicken-broccoli-and-sun-dried-tomatoes","print":false},"queryParams":{"extcode":"MCSAD10L0","ref":"new_search_experience_1"},"url":"http://www.americastestkitchen.com/recipes/1771-pasta-with-chicken-broccoli-and-sun-dried-tomatoes?extcode=MCSAD10L0\u0026ref=new_search_experience_1"}},"page":"/RecipeDetailPage","query":{"extcode":"MCSAD10L0","ref":"new_search_experience_1","collectionType":"recipes","id":"1771-pasta-with-chicken-broccoli-and-sun-dried-tomatoes"},"buildId":"SSL7iVrV11V8J8L6l5eQK","assetPrefix":"//d1nfaf380zbiur.cloudfront.net","isFallback":false,"dynamicIds":["LKAm","oDBL"],"customServer":true,"gip":true,"appGip":true}</script><script crossorigin="anonymous" nomodule="" src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/polyfills-74b3274d190323dc389e.js"></script><script async="" src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/84.73a0da5025af59b44737.js" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/main-bf8f6a5fecc3920f3a4d.js" async="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/webpack-17d806b026158009e0d2.js" async="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/framework.33edf24cd040bcfe1fae.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/c9c6fe98.2f155957b118f4564a8c.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/0e7c4fcc.f867ecfb1b4fa20f7455.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/commons.6cbc7099bf3f429977d9.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/6518db37c53fd5a9f0948ba2f95ee9675ee4662a.33bc5d5b60fb3ceebe17.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/4beae365e9f0f33cd6b9da9c4d937a191f6c8967.52adada0801d93554a47.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/894c7ed333aaa17c40ae7e32f9ce35927da93764.09f862853d45159ad61a.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/3d9d939e0b655be8505c131486b1d549fa2840ea.160de839088fd663dc25.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/f020e335b6b4d0dd662171faf663c389a72b2da3.abad88b08b7235a20254.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/98fef48afa8626d550e70eed3e098a499332558d.2d02ab1fd2f970687b7c.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/a5ccac4fc56a91b752b10740d57a1b975175393f.251673d4d140a380b5c0.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/173dc76685fb69488bbae00bdb7e3c48d0e8a9c6.a4250f7571617fb6faa4.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/a40888a9740856e0b88c9a2e5cce14a64e53a028.e0e1c8d49bf3b83a4960.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/pages/_app-dd876c1890b16de5609d.js" async="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/8b6786e199015f8923e90cc5321adf8997942b72.acd9cc1e07a2c3359d12.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/bcf93524fb41138a28ea552ebaed31ff529de758.2f0b7441987e9388bda6.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/8c1f33c5592cf658ba6cc52a45c664de0c2f334c.529a9112e81f86c96e66.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/d4d026a20f5e8ba937631e721bdc064c6b9e9964.652d4ea7450236ffd3c4.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/6094d20a14a4f4019950c2aa78e26ae36e35dcc7.5365730201ebc09a7969.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/839fe138b8f9c32a98d00bb08d947c669ad4e40b.5dbd5dd6f119ddb2d13a.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/0e5156b4c953bd2efe6188488fe44433f6e720d8.d43e64aa2c5d8a95ad82.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/2a527c39951a1660626fddc784e81dc35a4163b1.da4477114b7f9e4a9965.js" defer="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/chunks/pages/RecipeDetailPage-51ca38ca8d87eba5dd07.js" async="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/SSL7iVrV11V8J8L6l5eQK/_buildManifest.js" async="" crossorigin="anonymous"></script><script src="//d1nfaf380zbiur.cloudfront.net/_next/static/SSL7iVrV11V8J8L6l5eQK/_ssgManifest.js" async="" crossorigin="anonymous"></script></body></html>