CINXE.COM

Monthly Review | My Account

<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <title>Monthly Review | My Account</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="pingback" href="https://monthlyreview.org/xmlrpc.php" /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- Mobile viewport scale --> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="robots" content="noindex" /> <meta name="description" content="Thank you for logging in. As a Monthly Review subscriber you can view all articles published in the current issue of Monthly Review by navigating to the desired&#8230;" /> <meta property="og:type" content="website" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Monthly Review" /> <meta property="og:title" content="Monthly Review | My Account" /> <meta property="og:description" content="Thank you for logging in. As a Monthly Review subscriber you can view all articles published in the current issue of Monthly Review by navigating to the desired page. You may also view the complete&#8230;" /> <meta property="og:url" content="https://monthlyreview.org/my-account/" /> <meta property="og:image" content="https://monthlyreview.org/wp-content/uploads/2018/02/mr-logo_500px.jpg" /> <meta property="og:image:width" content="500" /> <meta property="og:image:height" content="500" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@monthly_review" /> <meta name="twitter:title" content="Monthly Review | My Account" /> <meta name="twitter:description" content="Thank you for logging in. As a Monthly Review subscriber you can view all articles published in the current issue of Monthly Review by navigating to the desired page. You may also view the complete&#8230;" /> <meta name="twitter:image" content="https://monthlyreview.org/wp-content/uploads/2018/02/mr-logo_500px.jpg" /> <meta name="google-site-verification" content="tsPYyAIykoIKilRrLudTp6NE-rDL4I9sFlw00YKAKyI" /> <meta name="msvalidate.01" content="DDA3CD0AB040F83F57996792982A0C86" /> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://monthlyreview.org/#/schema/WebSite","url":"https://monthlyreview.org/","name":"Monthly Review","description":"An Independent Socialist Magazine","inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://monthlyreview.org/search/{search_term_string}/"},"query-input":"required name=search_term_string"},"publisher":{"@type":"Organization","@id":"https://monthlyreview.org/#/schema/Organization","name":"Monthly Review","url":"https://monthlyreview.org/","sameAs":["https://www.facebook.com/monthly.review.magazine/","https://twitter.com/monthly_review/","http://instagram.com/monthlyreview","https://www.linkedin.com/company/monthly-review/"]}},{"@type":"WebPage","@id":"https://monthlyreview.org/my-account/","url":"https://monthlyreview.org/my-account/","name":"Monthly Review | My Account","description":"Thank you for logging in. As a Monthly Review subscriber you can view all articles published in the current issue of Monthly Review by navigating to the desired&#8230;","inLanguage":"en-US","isPartOf":{"@id":"https://monthlyreview.org/#/schema/WebSite"},"breadcrumb":{"@type":"BreadcrumbList","@id":"https://monthlyreview.org/#/schema/BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":"https://monthlyreview.org/","name":"Monthly Review"},{"@type":"ListItem","position":2,"name":"My Account"}]},"potentialAction":{"@type":"ReadAction","target":"https://monthlyreview.org/my-account/"}}]}</script> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Monthly Review &raquo; Feed" href="https://monthlyreview.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="Monthly Review &raquo; Comments Feed" href="https://monthlyreview.org/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-90FHGY5076" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.2.2'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/monthlyreview.org\/my-account\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-90FHGY5076', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-90FHGY5076', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <style type="text/css"> @media only screen and (min-width: 980px) { body.one-col-1100 #main-sidebar-container { width: 100%; } body.one-col-1100 #main-sidebar-container #main { width: 100%; } } </style> <link rel='stylesheet' id='wc-stripe-blocks-checkout-style-css' href='https://monthlyreview.org/wp-content/plugins/woocommerce-gateway-stripe/build/upe_blocks.css?ver=03c51a0b4383fed0917831f3ea9aefda' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://monthlyreview.org/wp-includes/css/dist/block-library/style.min.css?ver=bcffbfaf4d6b24fffcfacb02a2a6f808' type='text/css' media='all' /> <style id='co-authors-plus-coauthors-style-inline-css' type='text/css'> .wp-block-co-authors-plus-coauthors.is-layout-flow [class*=wp-block-co-authors-plus]{display:inline} </style> <style id='co-authors-plus-avatar-style-inline-css' type='text/css'> .wp-block-co-authors-plus-avatar :where(img){height:auto;max-width:100%;vertical-align:bottom}.wp-block-co-authors-plus-coauthors.is-layout-flow .wp-block-co-authors-plus-avatar :where(img){vertical-align:middle}.wp-block-co-authors-plus-avatar:is(.alignleft,.alignright){display:table}.wp-block-co-authors-plus-avatar.aligncenter{display:table;margin-inline:auto} </style> <style id='co-authors-plus-image-style-inline-css' type='text/css'> .wp-block-co-authors-plus-image{margin-bottom:0}.wp-block-co-authors-plus-image :where(img){height:auto;max-width:100%;vertical-align:bottom}.wp-block-co-authors-plus-coauthors.is-layout-flow .wp-block-co-authors-plus-image :where(img){vertical-align:middle}.wp-block-co-authors-plus-image:is(.alignfull,.alignwide) :where(img){width:100%}.wp-block-co-authors-plus-image:is(.alignleft,.alignright){display:table}.wp-block-co-authors-plus-image.aligncenter{display:table;margin-inline:auto} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--inter: "Inter", sans-serif;--wp--preset--font-family--cardo: Cardo;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='category-posts-pro-bxslider-css-css' href='https://monthlyreview.org/wp-content/plugins/term-and-category-based-posts-widget/js/bxslider/jquery.bxslider.tiptop.css?ver=4.9.12' type='text/css' media='all' /> <link rel='stylesheet' id='widgetopts-styles-css' href='https://monthlyreview.org/wp-content/plugins/widget-options/assets/css/widget-options.css?ver=4.0.8' type='text/css' media='all' /> <link rel='stylesheet' id='select2-css' href='https://monthlyreview.org/wp-content/plugins/woocommerce/assets/css/select2.css?ver=9.4.2' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='theme-stylesheet-css' href='https://monthlyreview.org/wp-content/themes/mr-canvas/style.css?ver=5.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-css' href='https://monthlyreview.org/wp-content/themes/canvas/includes/integrations/woocommerce/css/woocommerce.css?ver=bcffbfaf4d6b24fffcfacb02a2a6f808' type='text/css' media='all' /> <link rel='stylesheet' id='woo-gravity-forms-css' href='https://monthlyreview.org/wp-content/themes/canvas/includes/integrations/gravity-forms/css/gravity-forms.css?ver=bcffbfaf4d6b24fffcfacb02a2a6f808' type='text/css' media='all' /> <link rel='stylesheet' id='prettyPhoto-css' href='https://monthlyreview.org/wp-content/themes/canvas/includes/css/prettyPhoto.css?ver=bcffbfaf4d6b24fffcfacb02a2a6f808' type='text/css' media='all' /> <!--[if lt IE 9]> <link href="https://monthlyreview.org/wp-content/themes/canvas/css/non-responsive.css" rel="stylesheet" type="text/css" /> <style type="text/css">.col-full, #wrapper { width: 1100px; max-width: 1100px; } #inner-wrapper { padding: 0; } body.full-width #header, #nav-container, body.full-width #content, body.full-width #footer-widgets, body.full-width #footer { padding-left: 0; padding-right: 0; } body.fixed-mobile #top, body.fixed-mobile #header-container, body.fixed-mobile #footer-container, body.fixed-mobile #nav-container, body.fixed-mobile #footer-widgets-container { min-width: 1100px; padding: 0 1em; } body.full-width #content { width: auto; padding: 0 1em;}</style> <![endif]--> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=9.2.2" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx,epub,mobi","inbound_paths":"[]","home_url":"https:\/\/monthlyreview.org","hash_tracking":"false","v4_id":"G-90FHGY5076"};/* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" id="selectWoo-js-extra"> /* <![CDATA[ */ var selectWoo_params = {"min_password_strength":"2","i18n_password_error":"<span class=\"mr-red\">Please enter a stronger password.<\/span>","i18n_password_hint":"Your password must be <strong>at least 7 characters<\/strong> and contain a mix of <strong>UPPER<\/strong> and <strong>lowercase<\/strong> letters, <strong>numbers<\/strong>, and <strong>symbols<\/strong> (e.g., <strong> ! \" ? % ^ & <\/strong>). Keep adding additional characters and\/or variation until this prompt disappears\u2014you cannot save changes until it is gone."}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js?ver=1.0.9-wc.9.4.2" id="selectWoo-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="zxcvbn-async-js-extra"> /* <![CDATA[ */ var _zxcvbnSettings = {"src":"https:\/\/monthlyreview.org\/wp-includes\/js\/zxcvbn.min.js"}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-includes/js/zxcvbn-async.min.js?ver=1.0" id="zxcvbn-async-js"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" id="password-strength-meter-js-extra"> /* <![CDATA[ */ var pwsL10n = {"unknown":"Password strength unknown","short":"Very weak","bad":"Weak","good":"Medium","strong":"Strong","mismatch":"Mismatch"}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-admin/js/password-strength-meter.min.js?ver=bcffbfaf4d6b24fffcfacb02a2a6f808" id="password-strength-meter-js"></script> <script type="text/javascript" id="wc-password-strength-meter-js-extra"> /* <![CDATA[ */ var wc_password_strength_meter_params = {"min_password_strength":"2","stop_checkout":"","i18n_password_error":"<span class=\"mr-red\">Please enter a stronger password.<\/span>","i18n_password_hint":"Your password must be <strong>at least 7 characters<\/strong> and contain a mix of <strong>UPPER<\/strong> and <strong>lowercase<\/strong> letters, <strong>numbers<\/strong>, and <strong>symbols<\/strong> (e.g., <strong> ! \" ? % ^ & <\/strong>). Keep adding additional characters and\/or variation until this prompt disappears\u2014you cannot save changes until it is gone."}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js?ver=9.4.2" id="wc-password-strength-meter-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-account-i18n-js-extra"> /* <![CDATA[ */ var wc_account_i18n_params = {"min_password_strength":"2","i18n_password_error":"<span class=\"mr-red\">Please enter a stronger password.<\/span>","i18n_password_hint":"Your password must be <strong>at least 7 characters<\/strong> and contain a mix of <strong>UPPER<\/strong> and <strong>lowercase<\/strong> letters, <strong>numbers<\/strong>, and <strong>symbols<\/strong> (e.g., <strong> ! \" ? % ^ & <\/strong>). Keep adding additional characters and\/or variation until this prompt disappears\u2014you cannot save changes until it is gone."}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/woocommerce/assets/js/frontend/account-i18n.min.js?ver=9.4.2" id="wc-account-i18n-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="jquery-blockui-js-extra"> /* <![CDATA[ */ var jquery_blockui_params = {"min_password_strength":"2","i18n_password_error":"<span class=\"mr-red\">Please enter a stronger password.<\/span>","i18n_password_hint":"Your password must be <strong>at least 7 characters<\/strong> and contain a mix of <strong>UPPER<\/strong> and <strong>lowercase<\/strong> letters, <strong>numbers<\/strong>, and <strong>symbols<\/strong> (e.g., <strong> ! \" ? % ^ & <\/strong>). Keep adding additional characters and\/or variation until this prompt disappears\u2014you cannot save changes until it is gone."}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.4.2" id="jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="js-cookie-js-extra"> /* <![CDATA[ */ var js_cookie_params = {"min_password_strength":"2","i18n_password_error":"<span class=\"mr-red\">Please enter a stronger password.<\/span>","i18n_password_hint":"Your password must be <strong>at least 7 characters<\/strong> and contain a mix of <strong>UPPER<\/strong> and <strong>lowercase<\/strong> letters, <strong>numbers<\/strong>, and <strong>symbols<\/strong> (e.g., <strong> ! \" ? % ^ & <\/strong>). Keep adding additional characters and\/or variation until this prompt disappears\u2014you cannot save changes until it is gone."}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.4.2" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","min_password_strength":"2","i18n_password_error":"<span class=\"mr-red\">Please enter a stronger password.<\/span>","i18n_password_hint":"Your password must be <strong>at least 7 characters<\/strong> and contain a mix of <strong>UPPER<\/strong> and <strong>lowercase<\/strong> letters, <strong>numbers<\/strong>, and <strong>symbols<\/strong> (e.g., <strong> ! \" ? % ^ & <\/strong>). Keep adding additional characters and\/or variation until this prompt disappears\u2014you cannot save changes until it is gone."}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.4.2" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/themes/mr-canvas/js/hovernotes.js?ver=bcffbfaf4d6b24fffcfacb02a2a6f808" id="crb-hovernotes-js"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/themes/mr-canvas/js/functions.js?ver=bcffbfaf4d6b24fffcfacb02a2a6f808" id="crb-functions-js"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/themes/canvas/includes/js/third-party.min.js?ver=bcffbfaf4d6b24fffcfacb02a2a6f808" id="third-party-js"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/themes/canvas/includes/js/modernizr.min.js?ver=2.6.2" id="modernizr-js"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js?ver=3.1.6-wc.9.4.2" id="prettyPhoto-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/themes/canvas/includes/js/general.min.js?ver=bcffbfaf4d6b24fffcfacb02a2a6f808" id="general-js"></script> <style> #category-posts-pro-4-internal ul {padding: 0; margin: 0;} #category-posts-pro-4-internal .cat-post-item img {max-width: initial; max-height: initial; margin: initial;} #category-posts-pro-4-internal .cat-post-author {margin-bottom: 0;} #category-posts-pro-4-internal .cat-post-item:before {content: ""; clear: both;} #category-posts-pro-4-internal .cat-post-excerpt-more {display: inline-block;} #category-posts-pro-4-internal .cat-post-item {list-style: none;} #category-posts-pro-4-internal .cat-post-item {margin: 3px 0; padding: 3px 0;} #category-posts-pro-4-internal .cat-post-current .cat-post-title {font-weight: bold; text-transform: uppercase;} #category-posts-pro-4-internal [class*=cat-post-tax] {font-size: 0.85em;} #category-posts-pro-4-internal [class*=cat-post-tax] * {display:inline-block;} #category-posts-pro-4-internal .cat-post-item:after {content: ""; display: table; clear: both;} #category-posts-pro-4-internal .cat-post-default .cat-post-title {overflow: hidden;text-overflow: ellipsis;white-space: initial;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;padding-bottom: 0 !important;} #category-posts-pro-4-internal .cat-post-alternating .cat-post-title {overflow: hidden;text-overflow: ellipsis;white-space: initial;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;padding-bottom: 0 !important;} #category-posts-pro-4-internal .cat-post-item:after {content: ""; display: table; clear: both;} #category-posts-pro-4-internal .cat-post-default .cat-post-thumbnail {display:block; float:left; margin:5px 10px 5px 0;} #category-posts-pro-4-internal .cat-post-default .cat-post-crop {overflow:hidden;display:block;} #category-posts-pro-4-internal .cat-post-item {display:block} #category-posts-pro-4-internal > ul {margin:0} #category-posts-pro-4-internal p {margin:5px 0 0 0} #category-posts-pro-4-internal li > div {margin:5px 0 0 0; clear:both;} #category-posts-pro-4-internal .dashicons {vertical-align:middle;} #category-posts-pro-4-internal .cat-post-default .cat-post-thumbnail .cat-post-crop img {height: 525px;} #category-posts-pro-4-internal .cat-post-default .cat-post-thumbnail .cat-post-crop img {width: 350px;} #category-posts-pro-4-internal .cat-post-alternating .cat-post-thumbnail .cat-post-crop img {height: 525px;} #category-posts-pro-4-internal .cat-post-alternating .cat-post-thumbnail .cat-post-crop img {width: 350px;} #category-posts-pro-4-internal .cat-post-thumbnail .cat-post-crop img {object-fit: cover; max-width: 100%; display: block;} #category-posts-pro-4-internal .cat-post-thumbnail .cat-post-crop-not-supported img {width: 100%;} #category-posts-pro-4-internal .cat-post-default .cat-post-thumbnail {max-width:100%;} #category-posts-pro-4-internal .cat-post-alternating .cat-post-thumbnail {max-width:100%;} #category-posts-pro-4-internal .cat-post-item img {margin: initial;} #category-posts-pro-3-internal ul {padding: 0; margin: 0;} #category-posts-pro-3-internal .cat-post-item img {max-width: initial; max-height: initial; margin: initial;} #category-posts-pro-3-internal .cat-post-author {margin-bottom: 0;} #category-posts-pro-3-internal .cat-post-item:before {content: ""; clear: both;} #category-posts-pro-3-internal .cat-post-excerpt-more {display: inline-block;} #category-posts-pro-3-internal .cat-post-item {list-style: none;} #category-posts-pro-3-internal .cat-post-item {margin: 3px 0; padding: 3px 0;} #category-posts-pro-3-internal .cat-post-current .cat-post-title {font-weight: bold; text-transform: uppercase;} #category-posts-pro-3-internal [class*=cat-post-tax] {font-size: 0.85em;} #category-posts-pro-3-internal [class*=cat-post-tax] * {display:inline-block;} #category-posts-pro-3-internal .cat-post-item:after {content: ""; display: table; clear: both;} #category-posts-pro-3-internal .cat-post-default .cat-post-title {overflow: hidden;text-overflow: ellipsis;white-space: initial;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;padding-bottom: 0 !important;} #category-posts-pro-3-internal .cat-post-alternating .cat-post-title {overflow: hidden;text-overflow: ellipsis;white-space: initial;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;padding-bottom: 0 !important;} #category-posts-pro-3-internal .cat-post-item:after {content: ""; display: table; clear: both;} #category-posts-pro-3-internal .cat-post-default .cat-post-thumbnail {display:block; float:left; margin:5px 10px 5px 0;} #category-posts-pro-3-internal .cat-post-default .cat-post-crop {overflow:hidden;display:block;} #category-posts-pro-3-internal .cat-post-item {display:block} #category-posts-pro-3-internal > ul {margin:0} #category-posts-pro-3-internal p {margin:5px 0 0 0} #category-posts-pro-3-internal li > div {margin:5px 0 0 0; clear:both;} #category-posts-pro-3-internal .dashicons {vertical-align:middle;} #category-posts-pro-3-internal .cat-post-default .cat-post-thumbnail .cat-post-crop img {height: 525px;} #category-posts-pro-3-internal .cat-post-default .cat-post-thumbnail .cat-post-crop img {width: 350px;} #category-posts-pro-3-internal .cat-post-alternating .cat-post-thumbnail .cat-post-crop img {height: 525px;} #category-posts-pro-3-internal .cat-post-alternating .cat-post-thumbnail .cat-post-crop img {width: 350px;} #category-posts-pro-3-internal .cat-post-thumbnail .cat-post-crop img {object-fit: cover; max-width: 100%; display: block;} #category-posts-pro-3-internal .cat-post-thumbnail .cat-post-crop-not-supported img {width: 100%;} #category-posts-pro-3-internal .cat-post-default .cat-post-thumbnail {max-width:100%;} #category-posts-pro-3-internal .cat-post-alternating .cat-post-thumbnail {max-width:100%;} #category-posts-pro-3-internal .cat-post-item img {margin: initial;} #category-posts-pro-3 .termcategoryPostsPro-loadmore {text-align:center;margin-top:10px} </style> <!-- Adjust the website width --> <style type="text/css"> .col-full, #wrapper { max-width: 1100px !important; } </style> <link rel="https://api.w.org/" href="https://monthlyreview.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://monthlyreview.org/wp-json/wp/v2/pages/19418" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://monthlyreview.org/xmlrpc.php?rsd" /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://monthlyreview.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmonthlyreview.org%2Fmy-account%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://monthlyreview.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmonthlyreview.org%2Fmy-account%2F&#038;format=xml" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /><script> var el_i13_login_captcha=null; var el_i13_register_captcha=null; </script><style type="text/css">.tptn_posts_list_widget {margin-bottom: 0px} .tptn_posts_widget ul {list-style:decimal; list-style-position:inside} .tptn_posts_widget ul li {margin-top:2px} </style> <!-- Custom CSS Styling --> <style type="text/css"> body {background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid #000000;} a:link, a:visited, #loopedSlider a.flex-prev:hover, #loopedSlider a.flex-next:hover {color:#880000} .quantity .plus, .quantity .minus {background-color: #880000;} a:hover, .post-more a:hover, .post-meta a:hover, .post p.tags a:hover {color:#880000} body #wrapper .button, body #wrapper #content .button, body #wrapper #content .button:visited, body #wrapper #content .reply a, body #wrapper #content #respond .form-submit input#submit, input[type=submit], body #wrapper #searchsubmit, #navigation ul.cart .button, body #wrapper .woo-sc-button {border: none; background:#880000} body #wrapper .button:hover, body #wrapper #content .button:hover, body #wrapper #content .reply a:hover, body #wrapper #content #respond .form-submit input#submit:hover, input[type=submit]:hover, body #wrapper #searchsubmit:hover, #navigation ul.cart .button:hover, body #wrapper .woo-sc-button:hover {border: none; background:#d62e2b} #header {background-color:#870000;background-image:url(https://monthlyreview.org/wp-content/uploads/2015/12/header.png);background-repeat:no-repeat;background-position:left top;margin-top:0px;margin-bottom:0px;padding-top:10px;padding-bottom:10px;border:0px solid ;} #logo .site-title a {font:normal 2.5em/1em 'Vidaloka', arial, sans-serif;color:f7f7f7;} #logo .site-description {font:normal 0.9em/1em 'Muli', arial, sans-serif;color:#f7f7f7;} #inner-wrapper {padding-left:30px; padding-right:30px;background-color:#ffffff;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb;border-radius:0px;} .col-full { width: auto; } @media only screen and (max-width:767px) { #inner-wrapper { margin:0; border-radius:none; padding-left:1em; padding-right: 1em; border: none; } } body, p { font:normal 1em/1.5em 'Open Sans', arial, sans-serif;color:#444444; } h1 { font:normal 2em/1.2em 'Crimson Text', arial, sans-serif;color:#222222; }h2 { font:normal 1.6em/1.2em 'Crimson Text', arial, sans-serif;color:#222222; }h3 { font:normal 1.5em/1.2em 'Crimson Text', arial, sans-serif;color:#222222; }h4 { font:bold 1.2em/1.2em 'Crimson Text', arial, sans-serif;color:#222222; }h5 { font:bold 1.1em/1.2em 'Crimson Text', arial, sans-serif;color:#222222; }h6 { font:normal 1em/1.2em 'Crimson Text', arial, sans-serif;color:#222222; } .page-title, .post .title, .page .title {font:bold 2.1em/1.1em 'Open Sans Condensed', arial, sans-serif;color:#222222;} .post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited {color:#222222} .post-meta { font:normal 1em/1.5em 'Average Sans', arial, sans-serif;color:#880000; } .entry, .entry p{ font:normal 1em/1.5em 'Open Sans', arial, sans-serif;color:#444444; } .post-more {font:normal 1em/1.5em Average Sans;color:;border-top:0px solid #e6e6e6;border-bottom:0px solid #e6e6e6;} #post-author, #connect {border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#fafafa} .nav-entries a, .woo-pagination { font:normal 0.8em/1em 'Open Sans', arial, sans-serif;color:#888888; } .woo-pagination a, .woo-pagination a:hover {color:#888888!important} .widget h3 {font:bold 1.2em/1.2em Average Sans;color:#555555;border-bottom:1px solid #880000;} .widget_recent_comments li, #twitter li { border-color: #880000;} .widget p, .widget .textwidget { font:normal 0.9em/1.5em 'Average Sans', arial, sans-serif;color:#555555; } .widget {font:normal 0.9em/1.5em Average Sans;color:#555555;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;} #tabs .inside li a, .widget_woodojo_tabs .tabbable .tab-pane li a { font:bold 1.3em/1.5em 'Average Sans', arial, sans-serif;color:#555555; } #tabs .inside li span.meta, .widget_woodojo_tabs .tabbable .tab-pane li span.meta { font:normal 1em/1.5em 'Average Sans', arial, sans-serif;color:#999999; } #tabs ul.wooTabs li a, .widget_woodojo_tabs .tabbable .nav-tabs li a { font:normal 1em/2em 'Average Sans', arial, sans-serif;color:#999999; } ul.nav li a, #navigation ul.rss a, #navigation ul.cart a.cart-contents, #navigation .cart-contents #navigation ul.rss, #navigation ul.nav-search, #navigation ul.nav-search a { font:normal 1.1em/1.2em 'Average Sans', arial, sans-serif;color:#444444; } #navigation ul.rss li a:before, #navigation ul.nav-search a.search-contents:before { color:#444444;} #navigation ul.nav li ul, #navigation ul.cart > li > ul > div { border: 0px solid #dbdbdb; } #navigation ul.nav > li:hover > ul { left: 0; } #navigation ul.nav > li { border-right: 0px solid #dbdbdb; }#navigation ul.nav > li:hover > ul { left: 0; } #navigation { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }#navigation ul li:first-child, #navigation ul li:first-child a { border-radius:0px 0 0 0px; -moz-border-radius:0px 0 0 0px; -webkit-border-radius:0px 0 0 0px; } #navigation {border-top:0px solid #dbdbdb;border-bottom:0px solid #dbdbdb;border-left:0px solid #dbdbdb;border-right:0px solid #dbdbdb;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;} #top ul.nav li a { font:normal 1em/1.6em 'Average Sans', arial, sans-serif;color:#ddd; } #footer, #footer p { font:normal 0.9em/1.4em 'Average Sans', arial, sans-serif;color:#666666; } #footer {background-color:#f7f7f7;border-top:1px solid #dbdbdb;border-bottom:0px solid ;border-left:0px solid ;border-right:0px solid ;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;} .magazine #loopedSlider .content h2.title a { font:normal 1.8em/1em 'Crimson Text', arial, sans-serif;color:#ffffff; } .wooslider-theme-magazine .slide-title a { font:normal 1.8em/1em 'Crimson Text', arial, sans-serif;color:#ffffff; } .magazine #loopedSlider .content .excerpt p { font:normal 1em/1.5em 'Open Sans', arial, sans-serif;color:#e5e5e5; } .wooslider-theme-magazine .slide-content p, .wooslider-theme-magazine .slide-excerpt p { font:normal 1em/1.5em 'Open Sans', arial, sans-serif;color:#e5e5e5; } .magazine .block .post .title a {font:normal 1.2em/1.2em 'Crimson Text', arial, sans-serif;color:#222222; } #loopedSlider.business-slider .content h2 { font:bold 24px/1em Arial, sans-serif;color:#ffffff; } #loopedSlider.business-slider .content h2.title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; } .wooslider-theme-business .has-featured-image .slide-title { font:bold 24px/1em Arial, sans-serif;color:#ffffff; } .wooslider-theme-business .has-featured-image .slide-title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; } #wrapper #loopedSlider.business-slider .content p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; } .wooslider-theme-business .has-featured-image .slide-content p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; } .wooslider-theme-business .has-featured-image .slide-excerpt p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; } .archive_header { font:normal 1em/1em 'Crimson Text', arial, sans-serif;color:#444444; } .archive_header {border-bottom:1px solid #e6e6e6;} </style> <!-- Custom Favicon --> <link rel="shortcut icon" href="https://monthlyreview.org/wp-content/uploads/2017/01/mr_favicon.png"/> <!-- Woo Shortcodes CSS --> <link href="https://monthlyreview.org/wp-content/themes/canvas/functions/css/shortcodes.css" rel="stylesheet" type="text/css" /> <!-- Custom Stylesheet --> <link href="https://monthlyreview.org/wp-content/themes/canvas/custom.css" rel="stylesheet" type="text/css" /> <!-- Theme version --> <meta name="generator" content="MR-Canvas 5.4.6" /> <meta name="generator" content="Canvas 5.12.0" /> <meta name="generator" content="WooFramework 6.2.8" /> <!-- Google Webfonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CCrimson+Text%3Aregular%2Citalic%2C600%2C600italic%2C700%2C700italic%7CVidaloka%3Aregular%7CMuli%3A300%2C300italic%2Cregular%2Citalic%7CAverage+Sans%3Aregular%7COpen+Sans+Condensed%3A300%2C300italic%2C700" rel="stylesheet" type="text/css" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style type="text/css" id="woo-header-css"> #logo .site-title a { color: #ffffff; } </style> <style class='wp-fonts-local' type='text/css'> @font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://monthlyreview.org/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('https://monthlyreview.org/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');} </style> </head> <body class="page-template-default page page-id-19418 theme-canvas woocommerce-account woocommerce-page woocommerce-no-js ie7 ie alt-style-default has-lightbox boxed-layout one-col width-1100 one-col-1100"> <div id="top"> <div class="col-full"> <h3 class="top-menu">Top Menu</h3><ul id="top-nav" class="nav top-navigation fl"><li id="menu-item-186832" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186832"><a href="https://monthlyreviewarchives.org">Archives</a></li> <li id="menu-item-3808" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3808"><a href="http://www.monthlyreview.org/press/" title="Monthly Review Press">MR Press</a></li> <li id="menu-item-3806" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3806"><a href="https://mronline.org/">MR Online</a></li> <li id="menu-item-164204" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-164204"><a href="https://mronline.org/category/monthly-review-essays/" title="MR Essays">Monthly Review Essays</a></li> <li id="menu-item-7925" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7925"><a href="http://climateandcapitalism.com/">Climate &amp; Capitalism</a></li> <li id="menu-item-139781" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-139781"><a href="https://mronline.org/money-on-the-left/">Money on the Left</a></li> <li id="menu-item-83066" class="menu-item menu-item-type-post_type menu-item-object-product menu-item-83066"><a href="https://monthlyreview.org/product/donation/" title="Donate to Monthly Review">Donate</a></li> <li id="menu-item-40414" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-19418 current_page_item menu-item-40414"><a href="https://monthlyreview.org/my-account/" aria-current="page" title="Click here to log in to your account">Login</a></li> </ul> </div> </div><!-- /#top --> <div id="wrapper"> <div id="inner-wrapper"> <h3 class="nav-toggle icon"><a href="#navigation">Navigation</a></h3> <header id="header" class="col-full"> <div id="logo"> <span class="site-title"><a href="https://monthlyreview.org/">Monthly Review</a></span> <span class="site-description">An Independent Socialist Magazine</span> </div> </header> <div id="search" class="search"><script async src="https://cse.google.com/cse.js?cx=010713176322664131896:ticznsl0uks"></script><div class="gcse-search"></div></div><nav id="navigation" class="col-full" role="navigation"> <section class="menus nav-icons nav-icons-1 cart-extended"> <a href="https://monthlyreview.org" class="nav-home"><span>Home</span></a> <h3>Main Menu</h3><ul id="main-nav" class="nav fl"><li id="menu-item-118834" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-118834"><a href="https://monthlyreview.org/subscribe/">Subscribe</a></li> <li id="menu-item-146616" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-146616"><a href="https://monthlyreview.org/organizational-solidarity-offer/" title="Organizational Solidarity Offer">Solidarity Offer!</a></li> <li id="menu-item-21995" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-21995"><a href="https://monthlyreview.org/store/" title="Shop Monthly Review Press">Store</a> <ul class="sub-menu"> <li id="menu-item-25770" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-25770"><a href="https://monthlyreview.org/product-category/books/">Books</a></li> <li id="menu-item-25769" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-25769"><a href="https://monthlyreview.org/product-category/back-issues/">Back Issues</a></li> <li id="menu-item-21996" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21996"><a href="https://monthlyreview.org/cart/" title="My Cart">View My Cart</a></li> <li id="menu-item-25772" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25772"><a href="https://monthlyreview.org/checkout/" title="Checkout Now">Checkout</a></li> </ul> </li> <li id="menu-item-18100" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18100"><a href="https://monthlyreview.org/press/" title="Monthly Review Press">Press</a> <ul class="sub-menu"> <li id="menu-item-88675" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-88675"><a href="https://monthlyreview.org/submissions/" title="Submit a Book Proposal or Manuscript to Monthly Review Press">Submit a Book Proposal or Manuscript</a></li> <li id="menu-item-176552" class="menu-item menu-item-type-taxonomy menu-item-object-product_tag menu-item-176552"><a href="https://monthlyreview.org/product-tag/new-recently-released/" title="New and Recently Released">New &amp; Recently Released</a></li> <li id="menu-item-18101" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18101"><a href="https://monthlyreview.org/mrpress/catalogs/" title="Click to Download Monthly Review Press Catalogs by Year">MR Press Catalogs</a></li> <li id="menu-item-18103" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18103"><a href="https://monthlyreview.org/mrpress/mrpress-books-list/" title="Full List of Monthly Review Press Books">Books (list of all titles)</a></li> <li id="menu-item-18107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18107"><a href="https://monthlyreview.org/mrpress/info/" title="Information about discounts, shipping, &amp; eBooks ">Discounts, Shipping, and eBooks</a></li> <li id="menu-item-18109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18109"><a href="https://monthlyreview.org/mrpress/request-a-review-or-desk-copy/">Request a Review or Desk Copy</a></li> <li id="menu-item-18110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18110"><a href="https://monthlyreview.org/mrpress/sales-and-distribution/">Sales and Distribution</a></li> <li id="menu-item-165362" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-165362"><a href="https://monthlyreview.org/baran-sweezy-memorial-award/" title="The Paul A. Baran&mdash;Paul M. Sweezy Memorial Award">Baran&mdash;Sweezy Memorial Award</a></li> </ul> </li> <li id="menu-item-18111" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18111"><a href="#">Browse</a> <ul class="sub-menu"> <li id="menu-item-89973" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89973"><a href="https://monthlyreview.org/search/">Search</a></li> <li id="menu-item-18115" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18115"><a href="https://monthlyreview.org/browse-the-archives/" title="Browse available online issues">by Year and Issue</a></li> <li id="menu-item-18117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18117"><a href="https://monthlyreview.org/browse-the-archives/articles-by-subject/" title="Browse by subject area">by Subject</a></li> <li id="menu-item-18118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18118"><a href="https://monthlyreview.org/browse-the-archives/by-geographic-location/" title="Browse by geographic location">by Geographic Location</a></li> <li id="menu-item-18119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18119"><a href="https://monthlyreview.org/browse-the-archives/archives-by-magazine-section/" title="Browse by magazine section">by Magazine Section</a></li> <li id="menu-item-18120" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18120"><a href="https://monthlyreviewarchives.org/" title="Visit the MR archives">Complete archive, 1949&ndash;present</a></li> </ul> </li> <li id="menu-item-18121" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18121"><a href="#">Contact</a> <ul class="sub-menu"> <li id="menu-item-88676" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-88676"><a href="https://monthlyreview.org/submissions/">Submit an Article or Book Proposal</a></li> <li id="menu-item-18112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18112"><a href="https://monthlyreview.org/contact/" title="Contact the editors, make an order inquiry, update subscription information, etc.">Contact <em>Monthly Review</em></a></li> <li id="menu-item-18123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18123"><a href="https://monthlyreview.org/contact/reprint-permissions/">Reprint Permissions</a></li> <li id="menu-item-18124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18124"><a href="https://monthlyreview.org/contact/advertise/">Advertise in <em>Monthly Review</em></a></li> <li id="menu-item-18113" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-18113"><a href="https://monthlyreview.org/about/" title="About Monthly Review">About</a> <ul class="sub-menu"> <li id="menu-item-18126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18126"><a href="https://monthlyreview.org/about/the-editors/" title="The Editors of Monthly Review&#8217;s ">The Editors</a></li> <li id="menu-item-18128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-18128"><a rel="privacy-policy" href="https://monthlyreview.org/about/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-18129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18129"><a href="https://monthlyreview.org/about/donate/" title="Support Monthly Review">Donate to <em>MR</em></a></li> </ul> </li> </ul> </li> <li id="menu-item-25767" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-25767"><a href="https://monthlyreview.org/help/" title="Account, Login, and eBook Support">Help</a> <ul class="sub-menu"> <li id="menu-item-117608" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-117608"><a href="https://monthlyreview.org/help/faq/" title="Frequently Asked Questions">FAQ</a></li> <li id="menu-item-117609" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-117609"><a href="https://monthlyreview.org/help/general-announcement/" title="Read here for more info">New Subscription System!</a></li> <li id="menu-item-61417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61417"><a href="https://monthlyreview.org/help/how-to-download-and-convert-ebooks/">How to Download and Convert eBooks</a></li> </ul> </li> <li id="menu-item-22004" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-19418 current_page_item menu-item-has-children menu-item-22004"><a href="https://monthlyreview.org/my-account/" aria-current="page" title="Manage Account Preferences, Subscriptions and Orders">My Account</a> <ul class="sub-menu"> <li id="menu-item-117635" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-117635"><a href="https://monthlyreview.org/my-account/my-subscription/" title="View and/or Renew your MR subscription">View/Renew Subscription</a></li> <li id="menu-item-73045" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73045"><a href="https://monthlyreview.org/my-account/edit-account/" title="Account Preferences">Change Email/Password</a></li> <li id="menu-item-73047" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73047"><a href="https://monthlyreview.org/my-account/lost-password/">Recover My Password</a></li> <li id="menu-item-73046" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73046"><a href="https://monthlyreview.org/my-account/edit-address/" title="Edit your mailing address">Change Address</a></li> </ul> </li> </ul> <div class="side-nav"> <ul class="cart fr no-rss-link"> <li> <a class="cart-contents" href="https://monthlyreview.org/cart/" title="View your shopping cart"> <span class="count">0 items</span> - <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#036;</span>0.00</bdi></span> </a> <ul> <li><div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div></li> </ul> </li> </ul> </div><!-- /#side-nav --> </section><!-- /.menus --> <a href="#top" class="nav-close"><span>Return to Content</span></a> </nav> <!-- #content Starts --> <div id="content" class="col-full"> <div id="main-sidebar-container"> <!-- #main Starts --> <section id="main"> <article class="post-19418 page type-page status-publish hentry"> <header> <h1 class="title entry-title">My Account</h1> </header> <section class="entry"> <div id="coupons_list" class="mr-info-box floatright"> <h4>Access the MR Archives</h4> <ul> <li>September 2024 (expires November 1, 2024)<br /> <em><span class="label">Username</span>:</em> <code><strong>mrsep</strong></code><br /> <em>Password:</em> <code><strong>83hl</strong></code></li> <li>October 2024 (expires December 1, 2024)<br /> <em><span class="label">Username</span>:</em> <code><strong>mroct</strong></code><br /> <em>Password:</em> <code><strong>7LF3</strong></code></li> <li>November 2024 (expires January 1, 2025)<br /> <em><span class="label">Username</span>:</em> <code><strong>mrnov</strong></code><br /> <em>Password:</em> <code><strong>25R6</strong></code></li> </ul> </div> <p>Thank you for logging in. As a <em>Monthly Review</em> subscriber&nbsp;you can view all articles published in the current issue of&nbsp;<em>Monthly Review</em>&nbsp;by navigating to the desired&nbsp;page. You may&nbsp;also view <a title="Monthly Review Archives" href="https://monthlyreviewarchives.org/" target="_blank" rel="noopener noreferrer">the complete&nbsp;<em>Monthly Review</em>&nbsp;archives</a> by entering in any of the sets of credentials in the yellow&nbsp;box to the right (which are also printed on the inside back page of each issue of <em>Monthly Review</em>; <a href="https://monthlyreviewarchives.org/mr/login-help">click here for help logging into the Archives</a>). These login credentials change monthly and remain&nbsp;valid for three months. <em>Please do not change this&nbsp;user information</em> after you log into the <a title="Monthly Review Archives" href="https://monthlyreviewarchives.org/mr/index" target="_blank" rel="noopener noreferrer"><em>Monthly Review</em>&nbsp;archives</a>, as the&nbsp;credentials&nbsp;are the same for all subscribers.</p> <p><strong>Having difficulty accessing your account? <a href="https://monthlyreview.org/help/general-announcement/">Please read here</a>.</strong></p> <div class="woocommerce"><div class="woocommerce-notices-wrapper"></div> <div class="u-columns col2-set" id="customer_login"> <div class="u-column1 col-1"> <h2>Login</h2> <form class="woocommerce-form woocommerce-form-login login" method="post"> <p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide"> <label for="username">Username or email address&nbsp;<span class="required" aria-hidden="true">*</span><span class="screen-reader-text">Required</span></label> <input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="username" autocomplete="username" value="" required aria-required="true" /> </p> <p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide"> <label for="password">Password&nbsp;<span class="required" aria-hidden="true">*</span><span class="screen-reader-text">Required</span></label> <input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" id="password" autocomplete="current-password" required aria-required="true" /> </p> <p class="form-row"> <label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme"> <input class="woocommerce-form__input woocommerce-form__input-checkbox" name="rememberme" type="checkbox" id="rememberme" value="forever" /> <span>Remember me</span> </label> <input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="f2129c1732" /><input type="hidden" name="_wp_http_referer" value="/my-account/" /> <button type="submit" class="woocommerce-button button woocommerce-form-login__submit" name="login" value="Log in">Log in</button> </p> <p class="woocommerce-LostPassword lost_password"> <a href="https://monthlyreview.org/my-account/lost-password/">Lost your password?</a> </p> </form> </div> <div class="u-column2 col-2"> <h2>Register</h2> <form method="post" class="woocommerce-form woocommerce-form-register register" > <p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide"> <label for="reg_email">Email address&nbsp;<span class="required" aria-hidden="true">*</span><span class="screen-reader-text">Required</span></label> <input type="email" class="woocommerce-Input woocommerce-Input--text input-text" name="email" id="reg_email" autocomplete="email" value="" required aria-required="true" /> </p> <p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide"> <label for="reg_password">Password&nbsp;<span class="required" aria-hidden="true">*</span><span class="screen-reader-text">Required</span></label> <input type="password" class="woocommerce-Input woocommerce-Input--text input-text" name="password" id="reg_password" autocomplete="new-password" required aria-required="true" /> </p> <p class="form-row form-row-wide mailchimp-newsletter"><label for="mailchimp_woocommerce_newsletter" class="woocommerce-form__label woocommerce-form__label-for-checkbox inline"><input class="woocommerce-form__input woocommerce-form__input-checkbox input-checkbox" id="mailchimp_woocommerce_newsletter" type="checkbox" name="mailchimp_woocommerce_newsletter" value="1" checked="checked"> <span>Subscribe to our newsletter</span></label></p><div class="clear"></div><wc-order-attribution-inputs></wc-order-attribution-inputs><div class="woocommerce-privacy-policy-text"><p>Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our <a href="https://monthlyreview.org/about/privacy-policy/" class="woocommerce-privacy-policy-link" target="_blank">privacy policy</a>.</p> </div> <p id="woo_reg_recaptcha" class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide"> <label for="g-recaptcha-register-i13_67433c2c2e46e">Captcha&nbsp;<span class="required">*</span></label> <div id="g-recaptcha-register-i13_67433c2c2e46e" name="g-recaptcha-register-i13" class="g-recaptcha-register-i13" data-callback="verifyCallback_woo_signup" data-sitekey="6LfzPuUZAAAAAK_e5tgghAS_1vMly_zPqN2RyK_h" data-theme="light" data-size="normal" ></div> <input type="hidden" value="" name="i13_recaptcha_register_token_v2" id="i13_recaptcha_register_token_v2" /> </p> <!-- do_not_format_javascript --><script type="text/javascript" id="woo_recaptcha_register_v2"> var capchaChecked_signup = false; function intval_woo_reg_method_ready(f) { /in/.test(document.readyState) ? setTimeout('intval_woo_reg_method_ready(' + f + ')', 9) : f() } intval_woo_reg_method_ready(function () { try{ if (typeof grecaptcha == 'undefined' && el_i13_register_captcha == null){ jQuery.getScript("https://www.google.com/recaptcha/api.js?from=i13_recaptcha&hl=en&onload=reRender_Woo_Signup_Captcha", function() { }); } else{ el_i13_register_captcha = grecaptcha.render('g-recaptcha-register-i13_67433c2c2e46e', { 'sitekey': '6LfzPuUZAAAAAK_e5tgghAS_1vMly_zPqN2RyK_h', 'callback' : 'verifyCallback_woo_signup' }); } } catch (error){} }); var verifyCallback_woo_signup = function(response) { if (response.length !== 0){ capchaChecked_signup = true; if (typeof woo_register_recaptcha_verified === "function") { woo_register_recaptcha_verified(response); } } }; function reRender_Woo_Signup_Captcha(){ try{ var myNodeList = document.querySelectorAll('.g-recaptcha-register-i13'); Array.from(myNodeList).forEach(function(el) { if (el.childElementCount == 0){ try{ el_i13_register_captcha = grecaptcha.render(el, { 'sitekey': '6LfzPuUZAAAAAK_e5tgghAS_1vMly_zPqN2RyK_h', 'callback' : 'verifyCallback_woo_signup' }); } catch (error){} } else{ grecaptcha.reset(el_i13_register_captcha); } }); } catch (error){} } </script><!-- end_do_not_format_javascript --> <p class="woocommerce-form-row form-row"> <input type="hidden" id="woocommerce-register-nonce" name="woocommerce-register-nonce" value="008ec3a0b8" /><input type="hidden" name="_wp_http_referer" value="/my-account/" /> <button type="submit" class="woocommerce-Button woocommerce-button button woocommerce-form-register__submit" name="register" value="Register">Register</button> </p> </form> </div> </div> </div> <div id="account-status-coupon-toggle"><subscriptioninfo wayland-url="https://subscriptions.monthlyreview.org" associate-print-coupon="mr_associate_50" associate-electronic-coupon="mr_e-associate_50" basic-print-coupon="mr_basic_20" basic-electronic-coupon="mr_basic-electronic_20" coupon-container="coupons_list"></subscriptioninfo></div> </section><!-- /.entry --> <div class="fix"></div> </article><!-- /.post --> </section><!-- /#main --> </div><!-- /#main-sidebar-container --> </div><!-- /#content --> <div id="account-status-coupon-toggle"> <span id="stripe-publishable-key" style="display: none;" data-value="pk_live_LDPTAJzjEUu08J7YhqRVzoTL"></span> <span id="wayland-base-url" style="display: none;" data-value="https://subscriptions.monthlyreview.org"></span> <subscriptioninfo wayland-url="https://subscriptions.monthlyreview.org" associate-print-coupon="mr_associate_50" associate-electronic-coupon="mr_e-associate_50" basic-print-coupon="mr_basic_20" basic-electronic-coupon="mr_basic-electronic_20" coupon-container="coupons_list"></subscriptioninfo> </div> <script src="https://js.stripe.com/v3/" type="text/javascript"></script> <script src="https://subscriptions.monthlyreview.org/static/js/manifest.js" type="text/javascript"></script> <script src="https://subscriptions.monthlyreview.org/static/js/vendor.js" type="text/javascript"></script> <script src="https://subscriptions.monthlyreview.org/static/js/app.js" type="text/javascript"></script> <link href="https://subscriptions.monthlyreview.org/static/css/app.css" rel="stylesheet" /> <footer id="footer" class="col-full"> <div id="copyright" class="col-left"> <p><i class="fa fa-copyright" aria-hidden="true"></i>&nbsp;2024 Monthly Review Foundation. All Rights Reserved</p> </div> <div id="credit" class="col-right"> <p>Monthly Review | Tel: 212-691-2555<br />134 W 29th St Rm 706, New York, NY 10001</p> </div> </footer> </div><!-- /#inner-wrapper --> </div><!-- /#wrapper --> <div class="fix"></div><!--/.fix--> <script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/36ce609ae68971b4f060ad9c7/d61a087b5a533b9dc7f983a4b.js");</script><!-- Twitter universal website tag code --> <script> !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments); },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js', a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script'); // Insert Twitter Pixel ID and Standard Event data below twq('init','nz5pe'); twq('track','PageView'); </script> <!-- End Twitter universal website tag code --> <script type='text/javascript'> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script type="text/javascript"> /* MonsterInsights Scroll Tracking */ if ( typeof(jQuery) !== 'undefined' ) { jQuery( document ).ready(function(){ function monsterinsights_scroll_tracking_load() { if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) { (function(factory) { factory(jQuery); }(function($) { /* Scroll Depth */ "use strict"; var defaults = { percentage: true }; var $window = $(window), cache = [], scrollEventBound = false, lastPixelDepth = 0; /* * Plugin */ $.scrollDepth = function(options) { var startTime = +new Date(); options = $.extend({}, defaults, options); /* * Functions */ function sendEvent(action, label, scrollDistance, timing) { if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) { return; } var paramName = action.toLowerCase(); var fieldsArray = { send_to: 'G-90FHGY5076', non_interaction: true }; fieldsArray[paramName] = label; if (arguments.length > 3) { fieldsArray.scroll_timing = timing MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray); } else { MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray); } } function calculateMarks(docHeight) { return { '25%' : parseInt(docHeight * 0.25, 10), '50%' : parseInt(docHeight * 0.50, 10), '75%' : parseInt(docHeight * 0.75, 10), /* Cushion to trigger 100% event in iOS */ '100%': docHeight - 5 }; } function checkMarks(marks, scrollDistance, timing) { /* Check each active mark */ $.each(marks, function(key, val) { if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) { sendEvent('Percentage', key, scrollDistance, timing); cache.push(key); } }); } function rounded(scrollDistance) { /* Returns String */ return (Math.floor(scrollDistance/250) * 250).toString(); } function init() { bindScrollDepth(); } /* * Public Methods */ /* Reset Scroll Depth with the originally initialized options */ $.scrollDepth.reset = function() { cache = []; lastPixelDepth = 0; $window.off('scroll.scrollDepth'); bindScrollDepth(); }; /* Add DOM elements to be tracked */ $.scrollDepth.addElements = function(elems) { if (typeof elems == "undefined" || !$.isArray(elems)) { return; } $.merge(options.elements, elems); /* If scroll event has been unbound from window, rebind */ if (!scrollEventBound) { bindScrollDepth(); } }; /* Remove DOM elements currently tracked */ $.scrollDepth.removeElements = function(elems) { if (typeof elems == "undefined" || !$.isArray(elems)) { return; } $.each(elems, function(index, elem) { var inElementsArray = $.inArray(elem, options.elements); var inCacheArray = $.inArray(elem, cache); if (inElementsArray != -1) { options.elements.splice(inElementsArray, 1); } if (inCacheArray != -1) { cache.splice(inCacheArray, 1); } }); }; /* * Throttle function borrowed from: * Underscore.js 1.5.2 * http://underscorejs.org * (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors * Underscore may be freely distributed under the MIT license. */ function throttle(func, wait) { var context, args, result; var timeout = null; var previous = 0; var later = function() { previous = new Date; timeout = null; result = func.apply(context, args); }; return function() { var now = new Date; if (!previous) previous = now; var remaining = wait - (now - previous); context = this; args = arguments; if (remaining <= 0) { clearTimeout(timeout); timeout = null; previous = now; result = func.apply(context, args); } else if (!timeout) { timeout = setTimeout(later, remaining); } return result; }; } /* * Scroll Event */ function bindScrollDepth() { scrollEventBound = true; $window.on('scroll.scrollDepth', throttle(function() { /* * We calculate document and window height on each scroll event to * account for dynamic DOM changes. */ var docHeight = $(document).height(), winHeight = window.innerHeight ? window.innerHeight : $window.height(), scrollDistance = $window.scrollTop() + winHeight, /* Recalculate percentage marks */ marks = calculateMarks(docHeight), /* Timing */ timing = +new Date - startTime; checkMarks(marks, scrollDistance, timing); }, 500)); } init(); }; /* UMD export */ return $.scrollDepth; })); jQuery.scrollDepth(); } else { setTimeout(monsterinsights_scroll_tracking_load, 200); } } monsterinsights_scroll_tracking_load(); }); } /* End MonsterInsights Scroll Tracking */ </script><link rel='stylesheet' id='wc-blocks-style-css' href='https://monthlyreview.org/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-9.4.2' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://monthlyreview.org/wp-includes/css/dashicons.min.css?ver=bcffbfaf4d6b24fffcfacb02a2a6f808' type='text/css' media='all' /> <link rel='stylesheet' id='wordfence-ls-login-css' href='https://monthlyreview.org/wp-content/plugins/wordfence/modules/login-security/css/login.1731600600.css?ver=1.1.12' type='text/css' media='all' /> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/term-and-category-based-posts-widget/js/bxslider/jquery.bxslider.min.js?ver=4.9.12" id="category-posts-pro-bxslider-js"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/widget-options/assets/js/widgetopts.resize.js?ver=4.0.8" id="widgetopts-resize-script-js"></script> <script type="text/javascript" id="tptn_tracker-js-extra"> /* <![CDATA[ */ var ajax_tptn_tracker = {"ajax_url":"https:\/\/monthlyreview.org\/","top_ten_id":"19418","top_ten_blog_id":"1","activate_counter":"11","top_ten_debug":"0","tptn_rnd":"684024030"}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/top-10/includes/js/top-10-tracker.min.js?ver=4.0.2" id="tptn_tracker-js"></script> <script type="text/javascript" id="mailchimp-woocommerce-js-extra"> /* <![CDATA[ */ var mailchimp_public_data = {"site_url":"https:\/\/monthlyreview.org","ajax_url":"https:\/\/monthlyreview.org\/wp-admin\/admin-ajax.php","disable_carts":"","subscribers_only":"","language":"en","allowed_to_set_cookies":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js?ver=4.4.1.07" id="mailchimp-woocommerce-js"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-includes/js/comment-reply.min.js?ver=bcffbfaf4d6b24fffcfacb02a2a6f808" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.4.2" id="sourcebuster-js-js"></script> <script type="text/javascript" id="wc-order-attribution-js-extra"> /* <![CDATA[ */ var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/monthlyreview.org\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.4.2" id="wc-order-attribution-js"></script> <script type="text/javascript" id="wc-cart-fragments-js-extra"> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_97daa215782124e570c8e86930cfe086","fragment_name":"wc_fragments_97daa215782124e570c8e86930cfe086","request_timeout":"5000","min_password_strength":"2","i18n_password_error":"<span class=\"mr-red\">Please enter a stronger password.<\/span>","i18n_password_hint":"Your password must be <strong>at least 7 characters<\/strong> and contain a mix of <strong>UPPER<\/strong> and <strong>lowercase<\/strong> letters, <strong>numbers<\/strong>, and <strong>symbols<\/strong> (e.g., <strong> ! \" ? % ^ & <\/strong>). Keep adding additional characters and\/or variation until this prompt disappears\u2014you cannot save changes until it is gone."}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=9.4.2" id="wc-cart-fragments-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="wordfence-ls-login-js-extra"> /* <![CDATA[ */ var WFLS_LOGIN_TRANSLATIONS = {"Message to Support":"Message to Support","Send":"Send","An error was encountered while trying to send the message. Please try again.":"An error was encountered while trying to send the message. Please try again.","<strong>ERROR<\/strong>: An error was encountered while trying to send the message. Please try again.":"<strong>ERROR<\/strong>: An error was encountered while trying to send the message. Please try again.","Login failed with status code 403. Please contact the site administrator.":"Login failed with status code 403. Please contact the site administrator.","<strong>ERROR<\/strong>: Login failed with status code 403. Please contact the site administrator.":"<strong>ERROR<\/strong>: Login failed with status code 403. Please contact the site administrator.","Login failed with status code 503. Please contact the site administrator.":"Login failed with status code 503. Please contact the site administrator.","<strong>ERROR<\/strong>: Login failed with status code 503. Please contact the site administrator.":"<strong>ERROR<\/strong>: Login failed with status code 503. Please contact the site administrator.","Wordfence 2FA Code":"Wordfence 2FA Code","Remember for 30 days":"Remember for 30 days","Log In":"Log In","<strong>ERROR<\/strong>: An error was encountered while trying to authenticate. Please try again.":"<strong>ERROR<\/strong>: An error was encountered while trying to authenticate. Please try again.","The Wordfence 2FA Code can be found within the authenticator app you used when first activating two-factor authentication. You may also use one of your recovery codes.":"The Wordfence 2FA Code can be found within the authenticator app you used when first activating two-factor authentication. You may also use one of your recovery codes."}; var WFLSVars = {"ajaxurl":"\/wp-admin\/admin-ajax.php","nonce":"d3ad7b4f36","recaptchasitekey":"","useCAPTCHA":"","allowremember":"1","verification":null}; /* ]]> */ </script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/wordfence/modules/login-security/js/login.1731600600.js?ver=1.1.12" id="wordfence-ls-login-js"></script> <script type="text/javascript" src="https://monthlyreview.org/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-checkout-gdpr.min.js?ver=4.4.1" id="mailchimp-woocommerce_gdpr-js"></script> <script type="text/javascript" defer src="https://www.google.com/recaptcha/api.js?from=i13_recaptcha&amp;hl=en&amp;ver=1.0" id="i13-woo-captcha-js"></script> <!-- WooCommerce JavaScript --> <script type="text/javascript"> jQuery(function($) { jQuery('form.checkout').on('change', 'input[name=payment_method]', function(){ setTimeout(function(){ jQuery(document.body).trigger('update_checkout'); },1000); }) }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10