





<!doctype html>
<html lang="en">
<head>
<script>
var content = '';
window.onload = function (){
	var fired = false;
	var metas = document.getElementsByTagName('meta');
	for (var i=0; i<metas.length; ++i) {
		if (metas[i].getAttribute('http-equiv') == 'refresh') {
			content = metas[i].getAttribute('content');
		}
	}
	if(content != ''){
		window.onbeforeunload = function(event){
			if((content.indexOf('cds_to_id') > -1 && content.indexOf('DestinationLogging') == -1 ) && fired == false ){
				xmlhttp=new XMLHttpRequest();
				var url = '/servlet/AJAXDestinationLogging?';
				url += 'lsid=42692202599057471'
				url += '&vid=1';
				url += '&cds_param=' + encodeURIComponent(content);
				xmlhttp.open('POST',url,false);
				xmlhttp.send();
			}
			return;
		}
	}
	var elements = document.getElementsByTagName('a');
	for(var i = 0, len = elements.length; i < len; i++) {
		elements[i].onclick = function (event) {
			if(this.getAttribute('data-cds_to_id') || (this.href.indexOf('cds_to_id') > -1 && this.href.indexOf('DestinationLogging') == -1 ) ){
				xmlhttp=new XMLHttpRequest();
				var url = '/servlet/AJAXDestinationLogging?';
				url += 'lsid=42692202599057471'
				url += '&vid=1';
				if(this.getAttribute('data-cds_to_id')){ url += '&cds_to_id=' + this.getAttribute('data-cds_to_id');}
				if((this.href.indexOf('cds_to_id') > -1 && this.href.indexOf('DestinationLogging') == -1 )) {url += '&cds_param=' + encodeURIComponent(this.href);}
				xmlhttp.open('POST',url,true);
				xmlhttp.send();
				fired = true;
			}
			return true;
		}
	}
}
</script>


<!--<script>
var content = '';
window.onload = function (){
	var fired = false;
	var metas = document.getElementsByTagName('meta');
	for (var i=0; i<metas.length; ++i) {
		if (metas[i].getAttribute('http-equiv') == 'refresh') {
			content = metas[i].getAttribute('content');
		}
	}
	if(content != ''){
		window.onbeforeunload = function(event){
			if((content.indexOf('cds_to_id') > -1 && content.indexOf('DestinationLogging') == -1 ) && fired == false ){
				xmlhttp=new XMLHttpRequest();
				var url = '/servlet/AJAXDestinationLogging?';
				url += 'lsid=12951503123021792'
				url += '&vid=1';
				url += '&cds_param=' + encodeURIComponent(content);
				xmlhttp.open('POST',url,false);
				xmlhttp.send();
			}
			return;
		}
	}
	var elements = document.getElementsByTagName('a');
	for(var i = 0, len = elements.length; i < len; i++) {
		elements[i].onclick = function (event) {
			if(this.getAttribute('data-cds_to_id') || (this.href.indexOf('cds_to_id') > -1 && this.href.indexOf('DestinationLogging') == -1 ) ){
				xmlhttp=new XMLHttpRequest();
				var url = '/servlet/AJAXDestinationLogging?';
				url += 'lsid=12951503123021792'
				url += '&vid=1';
				if(this.getAttribute('data-cds_to_id')){ url += '&cds_to_id=' + this.getAttribute('data-cds_to_id');}
				if((this.href.indexOf('cds_to_id') > -1 && this.href.indexOf('DestinationLogging') == -1 )) {url += '&cds_param=' + encodeURIComponent(this.href);}
				xmlhttp.open('POST',url,true);
				xmlhttp.send();
				fired = true;
			}
			return true;
		}
	}
}
</script>-->
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <title>Hearst Magazines</title>
  
  <meta name="description" content="Contact Customer Service toll-free number 800-888-2665. Click here to get in touch with us. Get help with any of your Hearst magazine subscriptions including Good Housekeeping, Cosmopolitan, Esquire, Food Network Magazine, and more!">
  <meta name="keywords" content="Contact Customer Service, Customer Care, Toll-Free Number, Hearst Customer Service, Hearst Magazines, Hearst Magazines Customer Service, Customer Service Support, Manage Subscription, Magazine Subscription, Get Help, Get in touch, 800 number">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet">
  <link rel="stylesheet" href="https://s3.amazonaws.com/icomoon.io/114779/Socicon/style.css?u8vidh">
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  <style>
    /* RESET */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
    article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
    table { border-collapse: collapse; border-spacing: 0; }
    /* NORMALIZE */
    html, body { width: 100%; height: 100%; }
    html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }m
    a { background-color: transparent; -webkit-text-decoration-skip: objects; }
    a:active, a:hover { outline: 0; }
    button, input, optgroup, select, textarea { font: inherit; margin: 0; box-sizing: border-box; }
    button[disabled], html input[disabled] { cursor: default; }
    img { max-width: 100%; height: auto; border: 0; }
    input { line-height: normal; }
    input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
    strong { font-weight: bold; }
    em { font-style: italic; }
    sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }
    svg:not(:root) { overflow: hidden; }
    fieldset {border:0; margin:0; padding:0;}
    /* COMMON STYLES */
    .cl:after { content: ""; display: table; clear: both; }
    .nobr { white-space: nowrap; }
    .pos_r { position: relative; }
    .txtupcase { text-transform: uppercase; }
    .no_sel { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .no_r_mrgn {margin-right:0!important;}
    .hide, .mob { display: none; }
    body {font-family:Lato,sans-serif; background-color:#85c3d6; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing: grayscale;}
    .cntr {background-color:#fff; max-width:1200px; margin:auto; box-sizing:border-box; box-shadow: 25px 0px 50px 1px rgba(0, 0, 0, .1);}
    .hdr {height:120px; box-shadow:inset 0 8px 8px -3px #dedede;}
    .hdr img {padding:45px 0 0 0; float:left;}
    .socicons {font-family:'Socicon'; width:375px; display:flex; padding:50px 0 0 0; float:right;}
    .socicons span {justify-content: space-between; flex-wrap: wrap; width:21.5%; text-align:right;}
    .socicons a {text-decoration:none; color:#999; font-size:20px; line-height:24px; }
    .socicons a:hover {color:#333;}
    .facebook:before {content: "\f09a";font-family: FontAwesome;}
    .twitter:before {content: "\f099";font-family: FontAwesome;}
    .linkedin:before {content: "\f0e1";font-family: FontAwesome;}
    .instagram:before {content: "\f16d";font-family: FontAwesome;}
    .googleplus:before {content: "\f0d5";font-family: FontAwesome; font-size:24px;}
    .pinterest:before {content: "\f0d3";font-family: FontAwesome;}
    .inner {width:1126px; margin:auto;}
    .featured {box-shadow:inset 0 8px 8px -3px #dee4e8; padding:50px 0 20px 0;}
    .featured .slideshow {width:93.75%; margin:auto;}
    #pp {margin:0;}
    #pp .cl_l {clear:none;}
    #pp_main {position:relative;}
    #pp_img {max-width:100%; position:relative; overflow:hidden; height:auto; padding-bottom:36.25%; margin-bottom:20px;}
    #slide_cntr {overflow:hidden; position:absolute; top:0; left:0; width:400%;}
    #pp_img li {width:25%; float:left;}
    #pp_prev {width:30px; height:50px; line-height:105px; position:absolute; bottom:56px; left:-32px; cursor:pointer; z-index:2; top: 40%;}
    #pp_next {width:30px; height:50px; line-height:105px; position:absolute; bottom:56px; right:-43px; cursor:pointer; z-index:2; top: 40%;}
    .arrow {width:0; height:0; border-style:solid; margin-top:15px;}
    .arrow.next {border-width:10px 0 10px 17px; border-color:transparent transparent transparent #b5b5b5;}
    .arrow.prev {border-width:10px 17px 10px 0; border-color:transparent #b5b5b5 transparent transparent;}
    #pagenav {overflow:hidden; text-align:center;}
    #pagenav div {border-radius:10px; width:20px; height:20px; background:#e4f2f6; display:inline-block; margin:0 10px;  transition:background .2s; cursor:pointer;}
    #pagenav div.current {background:#c3e2eb;}
    .magazines {margin:0 0 65px 0;}
    .magazines h1 {background-image: linear-gradient(to right, #333 20%, rgba(255, 255, 255, 0) 0%); background-position:center; background-size: 8px 2px; background-repeat: repeat-x; font-size:30px; line-height:34px; font-weight:900; color:#333; letter-spacing:.05em; text-align:center; margin-bottom:15px;}
    .magazines h1 span {background:#fff; padding:0 25px;}
    .magazines h2 {font-size:21px; line-height:25px; font-weight:700; color:#333; letter-spacing:.01em; text-align:center; margin-bottom:35px;}
    .mag_cntr {border-top:1px solid #d4d4d4; border-left:1px solid #d4d4d4; box-sizing:border-box;}
    .mag {border-right:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4; width:374px; float:left; padding:10px; box-sizing:border-box; min-height:245px;}
    .mag img {width:130px; height:180px; float:left; margin-right:25px; -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .1); box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .1);}
    
    .mag .copy h3 {font-size:18px; line-height:20px; font-weight:900; color:#333; letter-spacing:.03em; margin:17px 0 4px 0;}
    .mag .copy h3.two {line-height:20px; margin:11px 0 4px 0;}
    .mag .copy h4 {font-size:18px; font-weight:700; color:#f66; letter-spacing:.05em; margin-bottom:15px;}
    .mag .copy a {font-size:12px; font-weight:700; color:#666; letter-spacing:.08em; border-bottom:1px solid #d4d4d4; display:block; padding:8px 0; text-decoration:none;}
    .mag .copy a:last-child {border-bottom:none;}
    .ftr {padding:0 0 170px 0;}
    .ftr img {width:180px; margin:0 50px 0 120px; float:left;}
    .ftr .copy {float:left;font-family:arial,sans-serif; font-size:21px; line-height:21px; color:#666; text-align:center;}
    .ftr p {margin:0 0 10px 0;}
    .ftr a {color:#4d779f; text-decoration:none;}
    .ftr a:hover {color:#333;}
    .ftr span {padding:0 10px;}
    .mob {display:none;}
    @media screen and (max-width:1400px) {
      .featured .slideshow {width:95%; max-width:1122px;}
    }
    @media screen and (max-width:1126px) {
      .inner {width:95%;}
      .mag_cntr {width:751px; margin:auto;}
      .ftr img {margin:0 auto 20px auto; float:none; display:block;}
      .ftr .copy {float:none; margin:auto;}
      .mag.desk {display:none;}
    }
    @media screen and (max-width:865px) {
      .hdr img {width:330px;}
      .socicons {width:235px;}
      .socicons a {font-size:16px; line-height:20px;}
      .googleplus:before {font-size:18px; line-height:22px;}
      .magazines h1 {font-size:24px; line-height:28px;}
      .magazines h2 {font-size:18px; line-height:22px;}
    }
    @media screen and (max-width:752px) {
      .mag_cntr {width:376px;}
      .featured .slideshow {width:100%;}
    }
    @media screen and (max-width:620px) {
      .hdr img.desk {float:none; display:block; margin:auto;}
      .socicons {float:none; padding-top:15px; margin:auto;}
      .mob {display:block;}
      .desk,
      .hdr img.desk {display:none;}
      .hdr img {width:135px; margin:auto; float:none; padding-top:30px;}
      .socicons {float:none; width:200px; padding-top:20px; margin:auto;}
      .socicons a {font-size:12px; line-height:16px;}
      .googleplus:before {font-size:16px; line-height:20px;}
      .featured {padding:4px 0 20px 0;}
      #pp {margin:0;}
      #pp_img {padding-bottom:93%;}
      .magazines {margin-bottom:30px;}
      .magazines h1 {font-size:17px; line-height:21px; margin-bottom:5px;}
      .magazines h1 span {padding:0 10px;}
      .magazines h2 {font-size:12px; line-height:16px; margin: 0 20px 10px 20px;}
      .mag_cntr {margin:0 auto; width:325px;}
      .mag {width:324px; min-height:201px; padding:20px 0 20px 25px;}
      .mag img {width:130px; height:180px; margin-right:25px;}
      .mag .copy h3 {font-size:14px; line-height:18px; margin-top:5px;}
      .mag .copy h3.two {margin-top:0; line-height:16px;}
      .mag .copy h4 {font-size:14px; margin-bottom:10px;}
      .mag .copy a {}
      .ftr {padding:0 0 50px 0;}
      .ftr img {width:120px;}
      .ftr .copy {font-size:11px; line-height:16px;}
      .ftr span {padding:0 5px;}
    }
    @media screen and (max-width:480px) {
      .inner {width:auto;}
		#pp_next {
    width: 30px;
    height: 50px;
    line-height: 105px;
    position: absolute;
    bottom: 56px;
    right: 0px;
    cursor: pointer;
    z-index: 2;
    top: 40%;
}
		#pp_prev {
    width: 30px;
    height: 50px;
    line-height: 105px;
    position: absolute;
    bottom: 56px;
    left: 0px;
    cursor: pointer;
    z-index: 2;
    top: 40%;
}
    }
    @media screen and (max-width:360px) {
      .mag_cntr {margin:0 auto; width:290px;}
      .mag {width:289px; min-height:201px; padding:18px 0 18px 15px;}
      .mag img {margin-right:12px;}
      .ftr .copy {font-size:10px; line-height:14px;}
    }
	  @media screen and (max-width:360px){
		  #pp_prev {
    width: 30px;
    height: 50px;
    line-height: 105px;
    position: absolute;
    bottom: 56px;
    left: 0px; 
    cursor: pointer;
    z-index: 2;
    top: 40%;
}
		  #pp_next {
    width: 30px;
    height: 50px;
    line-height: 105px;
    position: absolute;
    bottom: 56px;
    right: 0px;
    cursor: pointer;
    z-index: 2;
    top: 40%;
}
	  }
  </style>
  <script type="text/javascript" src="https://subscribe.hearstmags.com//circulation/shared/scripts/jquery-latest-circ.min.js"></script>
  <script type="text/javascript" src="https://subscribe.hearstmags.com//circulation/shared/scripts/jquery.touchSwipe.min-1.6.17.js"></script>
  <script>
    var win_w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
    $(function(){
      $(window).resize(function() {
        win_w = $(window).width();
        pp_img_w = $("#pp li").width();
        $("#slide_cntr").css('left', pp_img_w - (pp_idx * pp_img_w));
      });
      //SLIDER
      var screen_width = 320,
        resizeWin,
        isSlider = true,
        pp = $("#pp #slide_cntr"),
        pp_img_w = $("#pp li").width(),
        pp_img_show = 1,
        pp_img_pos = 0,
        pp_img_off = 0,
        pp_num_img = $("#pp li").length,
        pp_win_w = pp_num_img * pp_img_w,
        pp_hover = $("#pp_main"),
        pp_prev = $("#pp_prev"),
        pp_next = $("#pp_next"),
        pp_idx = 1,
        pp_init = true;
      function showArrows() {
        if (pp_num_img <= pp_img_show) {
          $("#pp_prev, #pp_next").hide();
        } else {
          $("#pp_prev, #pp_next").show();
        }
      }
      if (win_w <= 480) {
        //pp_img_w = 245;
        pp_img_show = 1;
        /* MAG SWIPE  */
        pp.swipe( {
          swipeRight:function(event, direction, distance, duration, fingerCount) {
            if (isSlider) slidePrev(1);
          },
          swipeLeft:function(event, direction, distance, duration, fingerCount) {
            if (isSlider) slideNext(1);
          }
        });
      }
      //create pagenav
      var numDots = Math.ceil(pp_num_img/pp_img_show);
      for(var i=1; i<=numDots; i++) {
        if (i==1){
          $("#pagenav").append('<div class="current"></div>');
        } else {
          $("#pagenav").append('<div></div>');
        }
      }
      function updateSliderWidth() {
        screen_width = $(document).width();
        pp_img_off = (screen_width - pp_img_w)/2;
        //$("#slide_cntr").css({left:pp_img_off});
        $("#slide_cntr").css({left:pp_img_off-pp_img_w});
      //  $("#pp_prev,#pp_next").css({width:pp_img_off-23});
      }
      function slidePrev(idx) {
        pp_img_pos = pp.position();
        pp_img_pos = pp_img_pos.left + (pp_img_w * pp_img_show) * idx;
        //console.log(pp_img_pos);
        pp.finish().animate({left:pp_img_pos},{queue:false, duration:150});
        var sendtoback = pp_img_off - (pp_win_w - (pp_img_show * pp_img_w));
        if (pp_idx <= 1) {
          pp_idx = pp_num_img - (pp_img_show - 1) * idx;
          pp.finish().animate({left:sendtoback},200);
        } else {
          pp_idx = pp_idx - pp_img_show * idx;
        }
        //console.log(pp_idx);
        var curPage = $("#pagenav .current").index();
        if (curPage == 0) {
          curPage = numDots-1;
        } else {
          curPage-=idx;
        }
        //console.log(curPage);
        $("#pagenav div").removeClass("current");
        $("#pagenav div").eq(curPage).addClass("current");
      }
      function slideNext(idx) {
        pp_img_pos = pp.position();
        pp_img_pos = pp_img_pos.left - (pp_img_w * pp_img_show) * idx;
        //console.log(pp_img_pos);
        pp.finish().animate({left:pp_img_pos},{queue:false, duration:150});
        if (pp_idx >= ((((pp_num_img * pp_img_w) - (pp_img_show * pp_img_w)) / pp_img_w) + 1) ) {
          pp_idx = 1;
          pp.finish().animate({left:pp_img_off},200);
        } else {
          pp_idx = pp_idx + pp_img_show * idx;
        }
        //console.log(pp_idx);
        var curPage = $("#pagenav .current").index();
        if (curPage < numDots-1) {
          curPage+=idx;
        } else {
          curPage = 0;
        }
        //console.log(curPage);
        $("#pagenav div").removeClass("current");
        $("#pagenav div").eq(curPage).addClass("current");
      }
      pp_prev.click(function() {
        slidePrev(1);
      });
      pp_next.click(function() {
        slideNext(1);
      });
      //autoscroll
      if (win_w > 480) {
        var scroller = setInterval(slideNext,6000, 1);
        pp.mouseover(function() {
          clearInterval(scroller);
        }).mouseout(function() {
          scroller = setInterval(slideNext,6000, 1);
        });
      }
      $("#pagenav div").click(function(){
        var $t = $(this);
        var cur_idx = $t.index();
        var prev_idx = $("#pagenav .current").index();
        var is_cur = $t.hasClass("current");
        if (!is_cur) {
          if (cur_idx < prev_idx) {
            var new_cur = prev_idx - cur_idx;
            slidePrev(new_cur);
          } else {
            var new_cur = cur_idx - prev_idx;
            slideNext(new_cur);
          }
        }
      });
    });
  </script>
  <!-- Global site tag (gtag.js) - Google Analytics -->
  <!--
  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-111428232-1"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'UA-111428232-1', {
      'linker': {
        'domains': ['hearstmags.com', 'hearstmobile.com']
      }
    });
  </script>
-->
</head>
<body>
  <div class="cntr">
    <header class="hdr">

      <div class="inner">
        <img class="desk" src="https://w1.buysub.com/pubs/HR/images/logo_hearst.png" alt="Hearst Magazines" />
        <img class="mob" src="https://w1.buysub.com/pubs/HR/images/logo_hearst_vertical.png" alt="Hearst Magazines" />
        <div class="socicons">
          <span><a class="twitter" href="https://twitter.com/Hearst/" target="_blank" ></a></span>
          <span><a class="facebook" href="https://www.facebook.com/HearstCorp" target="_blank" ></a></span>
          <span><a class="linkedin" href="http://www.linkedin.com/company/hearst" target="_blank" ></a></span>
          <span><a class="instagram" href="http://instagram.com/hearst" target="_blank" ></a></span>
       <!-- <span><a class="googleplus" href="https://plus.google.com/117276923788526037867" target="_blank" ></a></span>
          <span><a class="pinterest" href="http://www.pinterest.com/hearst/" target="_blank" ></a></span> -->
        </div>
      </div>
    </header>
    <section class="featured">
      <div class="slideshow">
        <div id="pp">
          <div id="pp_main">
            <div id="pp_img" class="no_sel">
              <ul id="slide_cntr">
                <li><a href="https://shop.goodhousekeeping.com/?&utm_source=engage&utm_medium=engage&utm_campaign=ghk_subscription_center_shop_banner" target="_blank"><img class="desk" src="https://w1.buysub.com/pubs/HR/A14/images/SubscriptionCenterBanners_GHK.png" alt="Hearst Magazines" /><img class="mob" src="https://w1.buysub.com/pubs/HR/A14/images/SubscriptionCenterBanners_GHKMobile.png" alt="Hearst Magazines" /></a></li>
             <li><a href="https://join.delish.com/pubs/HR/DSH/DSH1_Plans.jsp?lsid=42692202599057471&vid=1&lsid=12951503123021792&vid=1&cds_page_id=255487&cds_mag_code=DSH&cds_tracking_code=subscriptioncenter-banner" target="_blank"><img class="desk" src="http://w1.buysub.com/pubs/HR/A14/images/SubscriptionCenterBanners_DEL.png" alt="Hearst Magazines" /><img class="mob" src="https://w1.buysub.com/pubs/HR/A14/images/SubscriptionCenterBanners_DELMobile.png" alt="Hearst Magazines" /></a></li>
                <li><a href="https://join.oprahdaily.com/pubs/HR/OMC/OMC10_Plans.jsp?lsid=42692202599057471&vid=1&cds_page_id=262507&cds_mag_code=OMC&cds_tracking_code=subscriptioncenter-banner" target="_blank"><img class="desk" src="https://w1.buysub.com/pubs/HR/A14/images/SubscriptionCenterBanners_OPR.png" alt="Hearst Magazines" /><img class="mob" src="https://w1.buysub.com/pubs/HR/A14/images/SubscriptionCenterBanners_OPRMobile.png" alt="Hearst Magazines" /></a></li>
                <li><a href="https://shop.womansday.com/?&utm_source=engage&utm_medium=engage&utm_campaign=wdy_subscription_center_shop_banner" target="_blank"><img class="desk" src="https://w1.buysub.com/pubs/HR/A14/images/SubscriptionCenterBanners_WDY.png" alt="Hearst Magazines" /><img class="mob" src="https://w1.buysub.com/pubs/HR/A14/images/SubscriptionCenterBanners_WDYMobile.png" alt="Hearst Magazines" /></a></li>
              </ul>
            </div>
            <div id="pp_prev" class="no_sel"><div class="arrow prev"></div></div>
            <div id="pp_next" class="no_sel"><div class="arrow next"></div></div>
            <div id="pagenav"></div>
          </div>
        </div>
      </div>
    </section>
    <div class="inner">
      <section class="magazines">
        <h1><span>INFORMATION CENTER </span></h1>
	
		  
        <h2>Get help with an existing subscription.</h2>
        <div class="mag_cntr cl">
          <div class="mag">
            <a href="https://shop.thefoodnetworkmag.com/food-network-magazine.html?source=fnm_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/FNM_cov.jpg" alt="Food Network Magazine" /></a>
            <div class="copy">
              <h3 class="two">Food Network<br/>Magazine</h3>
              
             
              <a href=" 
" target="_blank">866-587-4653</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/foodnetmag/fnm_hm_gift" target="_blank">GIVE A GIFT</a>-->
              <a href="mailto:fnmcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://shop.thefoodnetworkmag.com/service.html 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
             
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.thehgtvmag.com/hgtv-magazine.html?source=hgt_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/HGT_cov.jpg" alt="HGTV Magazine" /></a>
            <div class="copy">
              <h3>HGTV Magazine</h3>
             
      
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/hgtvmagazine/hgt_hm_gift" target="_blank">GIVE A GIFT</a>-->
              <a href="" target="_blank">800-840-8056
</a>
              <a href="mailto:hgtcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
                 <a href="https://shop.thehgtvmag.com/service.html 
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.cosmopolitan.com/cosmopolitan-magazine.html?source=cos_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/COS_cov.jpg" alt="Cosmopolitan" /></a>
            <div class="copy">
              <h3>Cosmopolitan</h3>
              
     
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/cosmopolitan/cos_hm_gift" target="_blank">GIVE A GIFT</a>-->
              <a href="" target="_blank">800-888-2676
</a>
                         <a href="mailto:coscustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://cosmopolitan.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
              <a href="mailto:membersupport@cosmopolitan.com
 
" target="_blank">MEMBER SUPPORT </a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.menshealth.com/menshealth-magazine.html?source=mhl_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/N3/images/covers/MHL_cov.jpg" alt="Men's Health" /></a>
            <div class="copy">
              <h3>Men's Health</h3>
              
     
              <a href="" target="_blank">800-666-2303
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/menshealth/mhl_hm_gift" target="_blank">GIVE A GIFT</a>-->
                   <a href="mailto:mhlcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://menshealth.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
             <a href="mailto:membersupport@menshealth.com
 
" target="_blank">MEMBER SUPPORT </a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.womenshealthmag.com/womenshealth-magazine.html?source=whl_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/N3/images/covers/WHL_cov.jpg" alt="Women's Health" /></a>
            <div class="copy">
              <h3>Women's Health</h3>
              
    
              <a href="" target="_blank">800-324-1731
</a>
      
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/womenshealthmag/whl_hm_gift" target="_blank">GIVE A GIFT</a>-->
             <a href="mailto:whlcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://womenshealth.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
           <a href="mailto:membersupport@womenshealthmag.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://store.runnersworld.com/runner-s-world-magazine.html?source=run_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/N3/images/covers/RUN_cov.jpg" alt="Runner's World" /></a>
            <div class="copy">
              <h3>Runner's World</h3>
              
       
              <a href="" target="_blank">800-666-2828
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/runnersworld/run_hm_gift" target="_blank">GIVE A GIFT</a>-->
                <a href="mailto:runcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://runnersworld.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
               <a href="mailto:rwmembership@runnersworld.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.goodhousekeeping.com/good-housekeeping-magazine.html?source=ghk_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/N3/images/covers/GHK_cov.jpg" alt="Good Housekeeping" /></a>
            <div class="copy">
              <h3>Good Housekeeping</h3>
             
        
              <a href="" target="_blank">800-888-7788
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/goodhousekeeping/ghk_hm_gift" target="_blank">GIVE A GIFT</a>-->
                   <a href="mailto:ghkcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://goodhousekeeping.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
             <a href="mailto:ghmembership@goodhousekeeping.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.countryliving.com/country-living-magazine.html?source=clg_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/N3/images/covers/CLG_cov.jpg" alt="Country Living" /></a>
            <div class="copy">
              <h3>Country Living</h3>
             
     
              <a href="" target="_blank">800-888-0128
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/countryliving/clg_hm_gift" target="_blank">GIVE A GIFT</a>-->
            <a href="mailto:clgcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://countryliving.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
                  <a href="mailto:membersupport@countryliving.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.popularmechanics.com/popular-mechanics-magazine.html?source=pop_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/N3/images/covers/POP_cov.jpg" alt="Popular Mechanics" /></a>
            <div class="copy">
              <h3>Popular Mechanics</h3>
           
   
              <a href="" target="_blank">800-333-4948
</a>
       
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/popularmechanics/pop_hm_gift" target="_blank">GIVE A GIFT</a>-->
              <a href="mailto:popcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://popularmechanics.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
              <a href="mailto:pmpmembership@popularmechanics.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.bicycling.com/bicycling-magazine.html?source=bic_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/BIC_cov.jpg" alt="Bicycling" /></a>
            <div class="copy">
              <h3>Bicycling</h3>
              
   
              <a href="" target="_blank"> 800-666-2806
</a>
                    <a href="mailto:biccustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://bicycling.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
             <a href="mailto:membersupport@bicycling.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://store.caranddriver.com/car-and-driver-magazine.html?source=cdb_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/N3/images/covers/CDB_cov.jpg" alt="Car and Driver" /></a>
            <div class="copy">
              <h3>Car and Driver</h3>
     
             
              <a href="" target="_blank">800-289-9464
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/caranddriver/cdb_hm_gift" target="_blank">GIVE A GIFT</a>-->
                       <a href="mailto:cdbcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://caranddriver.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
            </div>
          </div>
		
           <div class="mag">
            <a href="https://shop.elle.com/elle-magazine.html?source=elm_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/N3/images/covers/ELM_cov.jpg" alt="Elle" /></a>
            <div class="copy">
              <h3>Elle</h3>
             
      
              <a href="" target="_blank">800-876-8775
</a>
      
               <a href="mailto:elmcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://elle.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
                <a href="mailto:membersupport@Elle.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.elledecor.com/elle-decor-magazine.html?source=edc_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/N3/images/covers/EDC_cov.jpg" alt="Elle Decor" /></a>
            <div class="copy">
              <h3>Elle Decor</h3>
            
              <a href="" target="_blank">800-274-4687
</a>
                     <a href="mailto:edccustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://elledecor.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
               <a href="mailto:membersupport@ElleDecor.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.esquire.com/esquire-magazine.html?source=esq_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/N3/images/covers/ESQ_cov.jpg" alt="Esquire" /></a>
            <div class="copy">
              <h3>Esquire</h3>
   
      
              <a href="" target="_blank">800-274-4687
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/esquire/esq_hm_gift" target="_blank">GIVE A GIFT</a>-->
               <a href="mailto:esqcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://esquire.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
             <a href="mailto:membersupport@esquire.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://store.harpersbazaar.com/harper-s-bazaar-magazine.html?source=har_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/HAR_cov.jpg" alt="Harper's Bazaar" /></a>
            <div class="copy">
              <h3>Harper's BAZAAR</h3>
            
        
              <a href="" target="_blank">800-888-3045
</a>
    
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/harpersbazaar/har_hm_gift" target="_blank">GIVE A GIFT</a>-->
                  <a href="mailto:harcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://harpersbazaar.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
                  <a href="mailto:membersupport@harpersbazaar.com
 
" target="_blank">MEMBER SUPPORT </a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.housebeautiful.com/house-beautiful-magazine.html?source=hbu_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/HBU_cov.jpg" alt="House Beautiful" /></a>
            <div class="copy">
              <h3>House Beautiful</h3>
             
     
              <a href="" target="_blank">800-444-6873
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/housebeautiful/hbu_hm_gift" target="_blank">GIVE A GIFT</a>-->
                         <a href="mailto:hbucustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://housebeautiful.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
               <a href="mailto:membersupport@housebeautiful.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
      
          <div class="mag">
            <a href="https://shop.prevention.com/prevention-magazine.html?source=pre_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/PRE_cov.jpg" alt="Prevention" /></a>
            <div class="copy">
              <h3>Prevention</h3>
             
    
              <a href="" target="_blank">800-813-8070
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/prevention/pre_hm_gift" target="_blank">GIVE A GIFT</a>-->
                  <a href="mailto:precustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="https://prevention.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
             <a href="mailto:membersupport@prevention.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.thepioneerwoman.com/the-pioneer-woman-magazine.html?source=pwm_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/PWM_cov.jpg" alt="The Pioneer Woman Magazine" /></a>
            <div class="copy">
              <h3 class="two">The Pioneer<br/>Woman Magazine</h3>
              
    
              <a href="" target="_blank">888-495-7363
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/pioneerwomanmag/pwm_hm_gift" target="_blank">GIVE A GIFT</a>-->
             <a href="mailto:pwmcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
              <a href="thepioneerwoman.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://w1.buysub.com/pubs/HR/RTM/RTM1_Home.jsp?lsid=42692202599057471&vid=1&lsid=12951503123021792&vid=1&cds_mag_code=RTM&cds_page_id=251917" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/ROA_cov.jpg" alt="Road & Track" /></a>
            <div class="copy">
              <h3>Road & Track</h3>
              
    
              
              <a href="" target="_blank">800-876-8316
</a>
                  <a href="mailto:rtkcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
				<a href="roadandtrack.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
           <a href="mailto:rtmembership@roadandtrack.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
<!--
          <div class="mag">
            <a href="https://subscribe.hearstmags.com/subscribe/splits/seventeen/svncsb" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/SVN_cov.jpg" alt="Seventeen" /></a>
            <div class="copy">
              <h3>Seventeen</h3>
              <h4>SAVE 60%</h4>
              <a href="https://subscribe.hearstmags.com/subscribe/splits/seventeen/svncsb" target="_blank">SUBSCRIBE</a>
              <a href="https://subscribe.hearstmags.com/subscribe/splits/seventeen/svn_hm_gift" target="_blank">GIVE A GIFT</a>
              <a href="http://www.seventeen.com/" target="_blank">VISIT THE WEBSITE</a>
              <a href="http://service.seventeen.com/" target="_blank">CUSTOMER SERVICE</a>
            </div>
          </div>
-->
          <div class="mag">
            <a href="https://shop.townandcountrymag.com/town-country-magazine.html?source=toc_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/TOC_cov.jpg" alt="Town & Country" /></a>
            <div class="copy">
              <h3>Town & Country</h3>
             
    
                    
              <a href="" target="_blank">800-289-8696
</a>
               <a href="mailto:toccustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
			  <a href="https://townandcountrymag.com/service
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
            <a href="mailto:membersupport@townandcountrymag.com
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.veranda.com/veranda-magazine.html?source=ver_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/VER_cov.jpg" alt="Veranda" /></a>
            <div class="copy">
            
           <h3>Veranda</h3>
          
             
          
    
              <a href="" target="_blank">800-767-5863
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/veranda/ver_hm_gift" target="_blank">GIVE A GIFT</a>-->
             <a href="mailto:vercustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
				<a href="https://veranda.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
            </div>
          </div>
          <div class="mag">
            <a href="https://shop.womansday.com/woman-s-day-magazine.html?source=wdy_subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/images/covers/WDY_cov.jpg" alt="Woman's Day" /></a>
            <div class="copy">
              <h3>Woman's Day</h3>
           
    
              <a href="" target="_blank">800-234-2960
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/womansday/wdy_hm_gift" target="_blank">GIVE A GIFT</a>-->
                <a href="mailto:wdycustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
				<a href="https://womansday.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
            </div>
          </div>
          	<div class="mag">
            <a href="https://join.delish.com/pubs/HR/DSH/DSH1_Plans.jsp?lsid=42692202599057471&vid=1&lsid=12951503123021792&vid=1&cds_page_id=255487&cds_mag_code=DSH&cds_tracking_code=subscriptioncenter" target="_blank"><img src="https://w1.buysub.com/pubs/HR/A14/images/DEL0621_144.jpg" alt="Delish" /></a>
            <div class="copy">
              <h3>Delish</h3>
              
              <a href="" target="_blank">800-827-3221
</a>
              <!--<a href="https://subscribe.hearstmags.com/subscribe/splits/elledecor/edc_hm_gift" target="_blank">GIVE A GIFT</a>-->
                  <a href="mailto:dshcustserv@cdsfulfillment.com
" target="_blank">EMAIL CUSTOMER SERVICE</a>
				<a href="https://delish.com/service
 
" target="_blank">CUSTOMER SERVICE - LOGIN</a>
           	<a href="mailto:membersupport@delish.com
 
" target="_blank">MEMBER SUPPORT</a>
            </div>
          </div>
          <!--spacers-->
          <!--
          <div class="mag desk">
            <br/>
          </div>
          <div class="mag desk">
            <br/>
          </div>
          -->
        </div><!--mag_cntr-->
      </section>
      <footer class="ftr">
        <img src="https://w1.buysub.com/pubs/HR/images/logo_hearst_vertical.png" alt="Hearst Magazines" />
        <div class="copy">
			<p>Contact Customer Service</p> 
<p>Phone: 800-888-2665<span>|</span>Email: <a href="mailto:hearstcustserv@cdsfulfillment.com">hearstcustserv@cdsfulfillment.com</a></p>
          <p> &copy; 2024 Hearst Magazine Media, Inc. All Rights Reserved.</p>
          <a href="https://www.hearst.com/-/us-magazines-privacy-notice" target="_blank">Privacy Notice</a>
          <span>|</span>
          <a href="https://www.hearst.com/-/us-magazines-privacy-notice#_ADDITIONAL_INFO" target="_blank">Your California Privacy Rights</a>
          <span>|</span>
			
          <a href="https://subscribe.hearstmags.com/circulation/shared/terms.html" target="_blank">Terms of Use</a>
		  <div style="margin-top: 20px;"><a style="border: solid 1px #666; border-radius: 5px; padding: 5px; background-color: #eee;" href="https://optout.hearstmags.com/" target="_blank">DO NOT SELL MY PERSONAL INFORMATION</a></div>	
        </div>
      </footer>
    </div><!--inner-->
  </div><!--cntr-->
</body>
</html>

