#  Newsletter sign-up 

 



 
label#tfa_1-L:after,
label#tfa_2-L:after,
label#tfa_3-L:after {
    content: "*";
    color: red;
}
#newsletter div#g-recaptcha-render-div div[style] {
    margin: 0 0 36px 0;
}
#newsletter .hwp-embed__inner {
    background: #F3F3F3;
    padding: 36px;
}
input#submit_button:hover{ 
 background-color: var(--hwp-button-light-primary)!important;
    border-color: var(--hwp-button-dark-primary);
    color: var(--hwp-font-dark-text);

}
input#submit_button,
#intro-form button.default.form_button_submit
{
    -webkit-appearance: button;
    background-color: var(--hwp-button-dark-primary);
    background-blend-mode: hue;
    padding-top: 0.375rem;
    color: #fff;
    border-radius: 36px;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    max-width: 7.5rem;
    min-width: 6rem;
    font-weight: 700;
border-width:2px;
} 
input#tfa_1, input#tfa_2, input#tfa_3 {
    min-height: 36px;
}
#newsletter input {
    border: 1px solid #1e1e1e;
    display: block;
    width: 800px;
}
    #success {
      display: none;
      text-align: center;
      font-weight: bold;
      color:#006080;
  }
  #success:target {
      display: block;
  }
  .g-recaptcha > div {
  margin: 0 auto;
  }

    function gCaptchaReadyCallback() {
        grecaptcha.enterprise.render('g-recaptcha-render-div', {
                                'sitekey': '6LfMg_EaAAAAAMhDNLMlgqDChzmtYHlx1yU2y7GI',
                                'theme': 'light',
                                'size': 'normal',
                                'callback': 'recaptchaCallback',
                                'expired-callback': 'recaptchaCallback'
                            });
    };
	function recaptchaCallback() {
	    var response = grecaptcha.enterprise.getResponse();
	    var submitButton = document.getElementById("submit_button");
	    if (response.length > 0) {
	        submitButton.disabled = false;
	    } else {
	    	submitButton.disabled = true;
	    }
	};
	jQuery( document ).ready(function() {
		// Thank You Page URL
		document.getElementById("tfa_17").value = window.location.origin + window.location.pathname + window.location.search;
 		// Hide form if response was successful
  		if(jQuery("#success").css("display") == "block") {
    			jQuery("#tfa-form-div").hide();
  		};
			jQuery("#submit_button").click(function(event) {
			if (event.detail == 1 &&
				jQuery("#tfa_1").val() &&
				jQuery("#tfa_2").val() &&
				jQuery("#tfa_3").val()) {
					jQuery("#submit_button")[0].value = "Submitting...";
					jQuery("#submit_button")[0].disabled = true;
					jQuery("#87")[0].submit();
				}
			});
		});
Thank you for subscribing.

  Email address  
   
 First name  
   
 Last name  
   
 

          Harvard Kennedy School is committed to protecting your personal information.   
By completing this form, you agree to receive communications and to allow HKS to store your data.   
HKS will never sell your email address or other information to a third party.   
All communications will include the opportunity to unsubscribe.