
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="description" content="With Google&#39;s free online calendar, it’s easy to keep track of life’s important events all in one place.">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Google Calendar</title>
  <style>
  @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
  </style>
  <style>
  h1, h2 {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  }
  @-webkit-keyframes fontfix {
  from {
  opacity: 1;
  }
  to {
  opacity: 1;
  }
  }
  </style>
<style>
  html, body {
  font-family: Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  height: 100%;
  min-width: 100%;
  font-size: 13px;
  color: #404040;
  direction: ltr;
  -webkit-text-size-adjust: none;
  }
  button,
  input[type=button],
  input[type=submit] {
  font-family: Arial, sans-serif;
  font-size: 13px;
  }
  a,
  a:hover,
  a:visited {
  color: #427fed;
  cursor: pointer;
  text-decoration: none;
  }
  a:hover {
  text-decoration: underline;
  }
  h1 {
  font-size: 20px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: normal;
  }
  h2 {
  font-size: 14px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: bold;
  }
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  height: 36px;
  padding: 0 8px;
  margin: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 15px;
  color: #404040;
  }
  input[type=email]:hover,
  input[type=number]:hover,
  input[type=password]:hover,
  input[type=tel]:hover,
  input[type=text]:hover,
  input[type=url]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=url]:focus {
  outline: none;
  border: 1px solid #4d90fe;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  input[type=checkbox],
  input[type=radio] {
  -webkit-appearance: none;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0;
  cursor: pointer;
  vertical-align: bottom;
  background: #fff;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  }
  input[type=checkbox]:active,
  input[type=radio]:active {
  background: #ebebeb;
  }
  input[type=checkbox]:hover {
  border-color: #c6c6c6;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=radio] {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  width: 15px;
  height: 15px;
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
  background: #fff;
  }
  input[type=radio]:checked::after {
  content: '';
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #666;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  }
  input[type=checkbox]:checked::after {
  content: url(https://ssl.gstatic.com/ui/v1/menu/checkmark.png);
  display: block;
  position: absolute;
  top: -6px;
  left: -5px;
  }
  input[type=checkbox]:focus {
  outline: none;
  border-color: #4d90fe;
  }
  .stacked-label {
  display: block;
  font-weight: bold;
  margin: .5em 0;
  }
  .hidden-label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  }
  input[type=checkbox].form-error,
  input[type=email].form-error,
  input[type=number].form-error,
  input[type=password].form-error,
  input[type=text].form-error,
  input[type=tel].form-error,
  input[type=url].form-error {
  border: 1px solid #dd4b39;
  }
  .error-msg {
  margin: .5em 0;
  display: block;
  color: #dd4b39;
  line-height: 17px;
  }
  .help-link {
  background: #dd4b39;
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  text-decoration: none;
  position: relative;
  top: 0px;
  }
  .help-link:visited {
  color: #fff;
  }
  .help-link:hover {
  color: #fff;
  background: #c03523;
  text-decoration: none;
  }
  .help-link:active {
  opacity: 1;
  background: #ae2817;
  }
  .wrapper {
  position: relative;
  min-height: 100%;
  }
  .content {
  padding: 0 44px;
  }
  .main {
  padding-bottom: 100px;
  }
  /* For modern browsers */
  .clearfix:before,
  .clearfix:after {
  content: "";
  display: table;
  }
  .clearfix:after {
  clear: both;
  }
  /* For IE 6/7 (trigger hasLayout) */
  .clearfix {
  zoom:1;
  }
  .google-header-bar {
  height: 71px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .header .logo {
  background-image: url(https://ssl.gstatic.com/accounts/ui/logo_1x.png);
  background-size: 116px 38px;
  background-repeat: no-repeat;
  margin: 17px 0 0;
  float: left;
  height: 38px;
  width: 116px;
  }
  .header .logo-w {
  background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_112x36dp.png);
  background-size: 112px 36px;
  margin: 21px 0 0;
  }
  .header .secondary-link {
  margin: 28px 0 0;
  float: right;
  }
  .header .secondary-link a {
  font-weight: normal;
  }
  .google-header-bar.centered {
  border: 0;
  height: 108px;
  }
  .google-header-bar.centered .header .logo {
  float: none;
  margin: 40px auto 30px;
  display: block;
  }
  .google-header-bar.centered .header .secondary-link {
  display: none
  }
  .google-footer-bar {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .footer {
  padding-top: 7px;
  font-size: .85em;
  white-space: nowrap;
  line-height: 0;
  }
  .footer ul {
  float: left;
  max-width: 80%;
  min-height: 16px;
  padding: 0;
  }
  .footer ul li {
  color: #737373;
  display: inline;
  padding: 0;
  padding-right: 1.5em;
  }
  .footer a {
  color: #737373;
  }
  .lang-chooser-wrap {
  float: right;
  display: inline;
  }
  .lang-chooser-wrap img {
  vertical-align: top;
  }
  .lang-chooser {
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  }
  .lang-chooser option {
  font-size: 13px;
  line-height: 24px;
  }
  .hidden {
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  display: none !important;
  }
  .banner {
  text-align: center;
  }
  .card {
  background-color: #f7f7f7;
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  width: 304px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .card > *:first-child {
  margin-top: 0;
  }
  .rc-button,
  .rc-button:visited {
  display: inline-block;
  min-width: 46px;
  text-align: center;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  line-height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  -o-transition: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  }
  .card .rc-button {
  width: 100%;
  padding: 0;
  }
  .rc-button.disabled,
  .rc-button[disabled] {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
  pointer-events: none;
  }
  .rc-button:hover {
  border: 1px solid #c6c6c6;
  color: #333;
  text-decoration: none;
  -o-transition: all 0.0s;
  -moz-transition: all 0.0s;
  -webkit-transition: all 0.0s;
  transition: all 0.0s;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  .rc-button:active {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }
  .rc-button-submit,
  .rc-button-submit:visited {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  }
  .rc-button-submit:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  }
  .rc-button-submit:active {
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .rc-button-red,
  .rc-button-red:visited {
  border: 1px solid transparent;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #d14836;
  background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
  background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
  background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
  background-image: -o-linear-gradient(top,#dd4b39,#d14836);
  background-image: linear-gradient(top,#dd4b39,#d14836);
  }
  .rc-button-red:hover {
  border: 1px solid #b0281a;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #c53727;
  background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  background-image: linear-gradient(top,#dd4b39,#c53727);
  }
  .rc-button-red:active {
  border: 1px solid #992a1b;
  background-color: #b0281a;
  background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
  background-image: linear-gradient(top,#dd4b39,#b0281a);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .secondary-actions {
  text-align: center;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .google-header-bar.centered {
  height: 83px;
  }
  .google-header-bar.centered .header .logo {
  margin: 25px auto 20px;
  }
  .card {
  margin-bottom: 20px;
  }
</style>
<style media="screen and (max-width: 580px)">
  html, body {
  font-size: 14px;
  }
  .google-header-bar.centered {
  height: 73px;
  }
  .google-header-bar.centered .header .logo {
  margin: 20px auto 15px;
  }
  .content {
  padding-left: 10px;
  padding-right: 10px;
  }
  .hidden-small {
  display: none;
  }
  .card {
  padding: 20px 15px 30px;
  width: 270px;
  }
  .footer ul li {
  padding-right: 1em;
  }
  .lang-chooser-wrap {
  display: none;
  }
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
  .header .logo {
  background-image: url(https://ssl.gstatic.com/accounts/ui/logo_2x.png);
  }
  .header .logo-w {
  background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_112x36dp.png);
  }
</style>
<style>
  pre.debug {
  font-family: monospace;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 1.5em;
  font-size: 13px;
  background: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  direction: ltr;
  white-space: pre-wrap;
  width: 90%;
  overflow: hidden;
  }
</style>
<style>
  .banner h1 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 42px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  }
  .banner h2 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  }
  .signin-card {
  width: 274px;
  padding: 40px 40px;
  }
  .signin-card .profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  }
  .signin-card .profile-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
  }
  .signin-card .profile-email {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 20px 0;
  min-height: 1em;
  }
  .signin-card input[type=email],
  .signin-card input[type=password],
  .signin-card input[type=text],
  .signin-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .signin-card #Email,
  .signin-card #Passwd,
  .signin-card .captcha {
  direction: ltr;
  height: 44px;
  font-size: 16px;
  }
  .signin-card #Email + .stacked-label {
  margin-top: 15px;
  }
  .signin-card #reauthEmail {
  display: block;
  margin-bottom: 10px;
  line-height: 36px;
  padding: 0 8px;
  font-size: 15px;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .one-google p {
  margin: 0 0 10px;
  color: #555;
  font-size: 14px;
  text-align: center;
  }
  .one-google p.create-account,
  .one-google p.switch-account {
  margin-bottom: 60px;
  }
  .one-google .logo-strip {
  background-repeat: no-repeat;
  display: block;
  margin: 10px auto;
  background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_1x.png);
  background-size: 230px 17px;
  width: 230px;
  height: 17px;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .banner h1 {
  font-size: 38px;
  margin-bottom: 15px;
  }
  .banner h2 {
  margin-bottom: 15px;
  }
  .one-google p.create-account,
  .one-google p.switch-account {
  margin-bottom: 30px;
  }
  .signin-card #Email {
  margin-bottom: 0;
  }
  .signin-card #Passwd {
  margin-top: -1px;
  }
  .signin-card #Email.form-error,
  .signin-card #Passwd.form-error {
  z-index: 2;
  }
  .signin-card #Email:hover,
  .signin-card #Email:focus,
  .signin-card #Passwd:hover,
  .signin-card #Passwd:focus {
  z-index: 3;
  }
</style>
<style media="screen and (max-width: 580px)">
  .banner h1 {
  font-size: 22px;
  margin-bottom: 15px;
  }
  .signin-card {
  width: 260px;
  padding: 20px 20px;
  margin: 0 auto 20px;
  }
  .signin-card .profile-img {
  width: 72px;
  height: 72px;
  -moz-border-radius: 72px;
  -webkit-border-radius: 72px;
  border-radius: 72px;
  }
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
  .one-google .logo-strip {
  background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_2x.png);
  }
</style>
<style>
  .remember .bubble-wrap {
  position: absolute;
  padding-top: 3px;
  -o-transition: opacity .218s ease-in .218s;
  -moz-transition: opacity .218s ease-in .218s;
  -webkit-transition: opacity .218s ease-in .218s;
  transition: opacity .218s ease-in .218s;
  left: -999em;
  opacity: 0;
  width: 314px;
  margin-left: -20px;
  }
  .remember:hover .bubble-wrap,
  .remember input:focus ~ .bubble-wrap,
  .remember .bubble-wrap:hover,
  .remember .bubble-wrap:focus {
  opacity: 1;
  left: inherit;
  }
  .bubble-pointer {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  width: 0;
  height: 0;
  margin-left: 17px;
  }
  .bubble {
  background-color: #fff;
  padding: 15px;
  margin-top: -1px;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
  #stay-signed-in {
  float: left;
  }
  #stay-signed-in-tooltip {
  left: auto;
  margin-left: -20px;
  padding-top: 3px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 314px;
  z-index: 1;
  }
  .dasher-tooltip {
  top: 380px;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .dasher-tooltip {
  top: 340px;
  }
</style>
<style>
  .jfk-tooltip {
  background-color: #fff;
  border: 1px solid;
  color: #737373;
  font-size: 12px;
  position: absolute;
  z-index: 800 !important;
  border-color: #bbb #bbb #a8a8a8;
  padding: 16px;
  width: 250px;
  }
 .jfk-tooltip h3 {
  color: #555;
  font-size: 12px;
  margin: 0 0 .5em;
  }
 .jfk-tooltip-content p:last-child {
  margin-bottom: 0;
  }
  .jfk-tooltip-arrow {
  position: absolute;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore,
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore {
  border: 9px solid;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
  border: 8px solid;
  }
  .jfk-tooltip-arrowdown {
  bottom: 0;
  }
  .jfk-tooltip-arrowup {
  top: -9px;
  }
  .jfk-tooltip-arrowleft {
  left: -9px;
  top: 30px;
  }
  .jfk-tooltip-arrowright {
  right: 0;
  top: 30px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
  border-color: #bbb transparent;
  left: -9px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
  border-color: #a8a8a8 transparent;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
  border-color: #fff transparent;
  left: -8px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
  border-bottom-width: 0;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter {
  border-bottom-width: 0;
  }
  .jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
  border-top-width: 0;
  }
  .jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
  border-top-width: 0;
  top: 1px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore,
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
  border-color: transparent #bbb;
  top: -9px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter,
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
  border-color:transparent #fff;
  top:-8px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore {
  border-left-width: 0;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter {
  border-left-width: 0;
  left: 1px;
  }
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
  border-right-width: 0;
  }
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
  border-right-width: 0;
  }
  .jfk-tooltip-closebtn {
  background: url("//ssl.gstatic.com/ui/v1/icons/common/x_8px.png") no-repeat;
  border: 1px solid transparent;
  height: 21px;
  opacity: .4;
  outline: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 21px;
  }
  .jfk-tooltip-closebtn:focus,
  .jfk-tooltip-closebtn:hover {
  opacity: .8;
  cursor: pointer;
  }
  .jfk-tooltip-closebtn:focus {
  border-color: #4d90fe;
  }
</style>
<style media="screen and (max-width: 580px)">
  .jfk-tooltip {
  display: none;
  }
</style>
<style type="text/css">
.captcha-box {
  background: #fff;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 10px;
}
.captcha-box .captcha-img {
  text-align: center;
}
.captcha-box .captcha-label {
  font-weight: bold;
  display: block;
  margin: .5em 0;
}
.captcha-box .captcha-msg {
  color: #999;
  display: block;
  position: relative;
}
.captcha-box .captcha-msg .accessibility-logo {
  float: right;
  border: 0;
}
.captcha-box .audio-box {
  position: absolute;
  top: 0;
}
</style>
<style>
.chromiumsync-custom-content {
  padding-top: 20px;
  margin-bottom: 0;
}
.form-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}
.form-panel.first {
  z-index: 2;
}
.form-panel.second {
  z-index: 1;
}
.shift-form .form-panel.first {
  z-index: 1;
}
.shift-form .form-panel.second {
  z-index: 2;
}
.slide-in,
.slide-out {
  display: block;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-out {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.shift-form .slide-out {
  opacity: 0;
  -webkit-transform: translate3d(-120%, 0, 0);
  -moz-transform: translate3d(-120%, 0, 0);
  -ms-transform: translate3d(-120%, 0, 0);
  -o-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
}
.slide-in {
  -webkit-transform: translate3d(120%, 0, 0);
  -moz-transform: translate3d(120%, 0, 0);
  -ms-transform: translate3d(120%, 0, 0);
  -o-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
}
.shift-form .slide-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.error-msg {
  -webkit-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -moz-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -ms-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -o-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  height: auto;
  max-height: 0;
  opacity: 0;
}
.has-error .error-msg {
  max-height: 3.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.back-arrow {
  position: absolute;
  top: 37px;
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.back-arrow {
  border-style: none;
}
.shift-form.back-arrow {
  display: block;
}
.back-arrow img {
  display: block;
}
#link-signup {
  text-align: center;
  font-size: 14px;
}
.shift-form #link-signup{
  display: none;
}
#link-signin-different {
  display: none;
  text-align: center;
  font-size: 14px;
}
.shift-form #link-signin-different {
  display: block;
}
.signin-card #profile-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  min-height: 1em;
}
.signin-card.no-name #profile-name {
  display: none;
}
.signin-card.no-name #email-display {
  line-height: initial;
  margin-bottom: 16px;
}
.signin-card #email-display {
  display: block;
  padding: 0px 8px;
  color: rgb(64, 64, 64);
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.signin-card #Email {
  margin-top: 16px;
}
.need-help {
  float: right;
  text-align: right;
}
.form-panel {
  width: 274px;
}
#gaia_firstform {
  z-index: 2;
}
.signin-card {
  position: relative;
  overflow: hidden;
}
.signin-card #profile-name {
  color: #000;
}
.circle-mask {
  display: block;
  height: 96px;
  width: 96px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  margin-bottom: 10px;
}
.circle {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.circle {
  position: absolute;
  z-index: 101;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  opacity: 0.99;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.main {
  overflow: hidden;
}
.card-mask-wrap {
  position: relative;
  width: 360px;
  margin: 0 auto;
  z-index: 1;
}
.dasher-tooltip {
  position: absolute;
  left: 50%;
  margin-left: 150px;
}
.dasher-tooltip .tooltip-pointer {
  margin-top: 15px;
}
.dasher-tooltip p {
  margin-top: 0;
}
.dasher-tooltip p span {
  display: block;
}
.card {
  margin-bottom: 0;
}
.one-google {
  padding-top: 27px;
}
#canvas {
  -webkit-transition: opacity 0.075s;
  -moz-transition: opacity 0.075s;
  -ms-transition: opacity 0.075s;
  -o-transition: opacity 0.075s;
  transition: opacity 0.075s;
  opacity: 0.01;
}
.shift-form #canvas {
  opacity: 0.99;
}
.label {
  color: #404040;
}
#account-chooser-link {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input-wrapper {
  position: relative;
}
.google-footer-bar {
  z-index: 2;
}
</style>
<style media="screen and (max-width: 580px)">
.back-arrow {
  top: 17px;
}
.circle-mask {
  height: 72px;
  width: 72px;
  background-size: 72px;
}
.circle {
  height: 72px;
  width: 72px;
}
#canvas {
  height: 72px;
  width: 72px;
}
.form-panel {
  width: 256px;
}
.card-mask-wrap {
  width: 300px;
}
.signin-card {
  width: 256px;
}
.signin-card #EmailFirst {
  margin-top: 15px;
}
.one-google {
  padding-top: 22px;
}
</style>
  </head>
  <body>
  <div class="wrapper">
  <div class="google-header-bar  centered">
  <div class="header content clearfix">
  <div class="logo logo-w" aria-label="Google"></div>
  </div>
  </div>
  <div class="main content clearfix">
<div class="banner">
<h1>
  One account. All of Google.
</h1>
  <h2 class="hidden-small">
  Sign in to continue to Google Calendar
  </h2>
</div>
<div class="main-content 
  
    no-name
  
  
  
">
<div class="card signin-card pre-shift
  
  
   no-name">
  <img class="circle-mask"
    
      src="https://ssl.gstatic.com/accounts/ui/avatar_2x.png"
    >
  <form novalidate method="post" action="https://accounts.google.com/signin/v1/lookup" id="gaia_loginform">
  <input name="Page" type="hidden" value="PasswordSeparationSignIn">
  <input type="hidden" name="" value="">
  <input type="hidden" name="gxf" value="AFoagUXEbYNNlzGJn_Z0SwooLZLzUyiriw:1620296623021">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/sierraclub-nc.org_j87am5ffk0lng0r3uoi0u5vpe4@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/sierraclub-nc.org_j87am5ffk0lng0r3uoi0u5vpe4@group.calendar.google.com/public/basic">
  <input type="hidden" name="service" value="cl">
  <input type="hidden" name="scc" value="1">
  <input type="hidden" name="osid" value="1">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlzn_sQyPp1-bNjCgRXSAd_7kTJK8-j8lB-uQCPii_EVMv-h4csZMse8T1axr2LdfQQ0LLc0yU9BlY14YqnBl4-7VSgISosTVhmYn-lh_J0eG87zaMlnZrHrRafv-2Emq3-apAb9T53dbeZxm1TL5WQKGm4qBoN9u9bsthceARRo9CZMi3k3mFh5J7Apd5YdN5Iqx0eO">
  <input name="flowName" type="hidden" value="GlifWebSignIn">
  <input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/>
  <input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
  <div class="form-panel first valid" id="gaia_firstform">
  <div class="slide-out">
  <div class="input-wrapper focused">
  <div id="identifier-shown">
  <div>
  <label class="hidden-label" for="Email">
  Enter your email</label>
  <input id="Email" type="email" value="" spellcheck="false"
                   name="Email"
                   
                     placeholder="Email or phone"
                   
                   
                   
                   >
  <input id="Passwd-hidden" type="password" spellcheck="false" class="hidden">
  </div>
  </div>
  <span role="alert" class="error-msg" id="errormsg_0_Email"></span>
  </div>
<input id="next" name="signIn" class="rc-button rc-button-submit" type="submit" value="Next">
  <a class="need-help"
          href="https://accounts.google.com/signin/usernamerecovery?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsierraclub-nc.org_j87am5ffk0lng0r3uoi0u5vpe4%40group.calendar.google.com%2Fpublic%2Fbasic&amp;service=cl&amp;scc=1&amp;osid=1&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsierraclub-nc.org_j87am5ffk0lng0r3uoi0u5vpe4%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsierraclub-nc.org_j87am5ffk0lng0r3uoi0u5vpe4%40group.calendar.google.com%2Fpublic%2Fbasic&amp;service=cl&amp;scc=1&amp;osid=1">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?service=cl&amp;continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsierraclub-nc.org_j87am5ffk0lng0r3uoi0u5vpe4%40group.calendar.google.com%2Fpublic%2Fbasic">
  Create account
  </a>
  </span>
  </p>
<p class="tagline">
  One Google Account for everything Google
</p>
<div class="logo-strip"></div>
  </div>
  </div>
  </div>
</div>
  </div>
  <div class="google-footer-bar">
  <div class="footer content clearfix">
  <ul id="footer-list">
  <li>
  <a href="https://www.google.com/intl/en/about" target="_blank">
  About Google
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en&privacy=true" target="_blank">
  Privacy
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en" target="_blank">
  Terms
  </a>
  </li>
  <li>
  <a href="http://www.google.com/support/accounts?hl=en" target="_blank">
  Help
  </a>
  </li>
  </ul>
  </div>
</div>
  </div>
<script type="text/javascript" nonce="z/iurH48mha/l5+9Metgng">
  var gaia_attachEvent = function(element, event, callback) {
  if (element && element.addEventListener) {
  element.addEventListener(event, callback, false);
  } else if (element && element.attachEvent) {
  element.attachEvent('on' + event, callback);
  }
  };
  (function() {
  var gaia_hideNavBar = function() {
  setTimeout(function() {
  window.scrollTo(0, 1);
  }, 0);
  };
  gaia_attachEvent(window, 'load', gaia_hideNavBar);
  })();
</script>
  <script type="text/javascript" nonce="z/iurH48mha/l5+9Metgng">(function(){var J=this||self,y=function(K,q){if(q=(K=null,J.trustedTypes),!q||!q.createPolicy)return K;try{K=q.createPolicy("bg",{createHTML:O,createScript:O,createScriptURL:O})}catch(u){J.console&&J.console.error(u.message)}return K},O=function(K){return K};(0,eval)(function(K,q){return(q=y())&&1===K.eval(q.createScript("1"))?function(u){return q.createScript(u)}:function(u){return""+u}}(J)(Array(7824*Math.random()|0).join("\n")+'(function(){var F=this||self,D=function(K,q){return"object"==(q=typeof K,q)&&null!=K||"function"==q},S=function(K,q,J){J=this;try{Kh(q,this,K)}catch(O){m(this,O),K=K.N4,K(function(R){R(J.V)})}},qF=function(K,q){return K(function(J){J(q)}),[function(){return q}]},uY=function(){},J_=function(K){for(K=0;64>K;++K)T[K]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(K),X["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(K)]=K;X[(X["+"]=(T[64]="",62),X)["/"]=63,"="]=64},yL=function(K,q){if((q=null,K=F.trustedTypes,!K)||!K.createPolicy)return q;try{q=K.createPolicy("bg",{createHTML:Ol,createScript:Ol,createScriptURL:Ol})}catch(J){F.console&&F.console.error(J.message)}return q},R6=function(K,q,J,O){return(O=U[K.substring(0,3)+"_"])?O(K.substring(3),q,J):qF(q,K)},gB=function(K,q,J,O,R){for(J=0,R=[],O=0;O<K.length;O++)q=K.charCodeAt(O),128>q?R[J++]=q:(2048>q?R[J++]=q>>6|192:(55296==(q&64512)&&O+1<K.length&&56320==(K.charCodeAt(O+1)&64512)?(q=65536+((q&1023)<<10)+(K.charCodeAt(++O)&1023),R[J++]=q>>18|240,R[J++]=q>>12&63|128):R[J++]=q>>12|224,R[J++]=q>>6&63|128),R[J++]=q&63|128);return R},Ol=function(K){return K},X={},cf=function(K,q,J){for(J in K)if(q.call(void 0,K[J],J,K))return true;return false},x,T={},Fa=function(K,q,J,O,R){return O=R6(K,function(u){J&&(q&&A(q),R=u,J(),J=void 0)},(J=function(){},R=void 0,!!q))[0],{invoke:function(u,y,g,c,r){if(!y)return y=O(g),u&&u(y),y;c=function(){R(function(a){A(function(){u(a)})},g)},R?c():(r=J,J=function(){(r(),A)(c)})}}},rB=function(K,q,J){if((J=typeof K,"object")==J)if(K){if(K instanceof Array)return"array";if(K instanceof Object)return J;if((q=Object.prototype.toString.call(K),"[object Window]")==q)return"object";if("[object Array]"==q||"number"==typeof K.length&&"undefined"!=typeof K.splice&&"undefined"!=typeof K.propertyIsEnumerable&&!K.propertyIsEnumerable("splice"))return"array";if("[object Function]"==q||"undefined"!=typeof K.call&&"undefined"!=typeof K.propertyIsEnumerable&&!K.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==J&&"undefined"==typeof K.call)return"object";return J},D9=function(K,q){function J(){}(K.P=(J.prototype=q.prototype,q).prototype,K.prototype=new J,K.prototype).constructor=K,K.Bj=function(O,R,u){for(var y=Array(arguments.length-2),g=2;g<arguments.length;g++)y[g-2]=arguments[g];return q.prototype[R].apply(O,y)}},j_=function(K,q){if(!F.addEventListener||!Object.defineProperty)return false;q=Object.defineProperty((K=false,{}),"passive",{get:function(){K=true}});try{F.addEventListener("test",uY,q),F.removeEventListener("test",uY,q)}catch(J){}return K}(),a6=function(K,q){this.defaultPrevented=false,this.currentTarget=(this.type=K,this.target=q)},H=(a6.prototype.preventDefault=(a6.prototype.stopPropagation=function(){},function(){this.defaultPrevented=true}),function(K,q,J,O){((this.pointerId=(this.state=(this.metaKey=this.shiftKey=(this.charCode=this.keyCode=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=(this.relatedTarget=this.currentTarget=this.target=(a6.call(this,K?K.type:""),null),this).offsetX=0,this.key="",0),this.altKey=this.ctrlKey=false),null),0),this).pointerType="",this).M=null,K&&(O=this.type=K.type,J=K.changedTouches&&K.changedTouches.length?K.changedTouches[0]:null,this.target=K.target||K.srcElement,this.currentTarget=q,q=K.relatedTarget,q||("mouseover"==O?q=K.fromElement:"mouseout"==O&&(q=K.toElement)),this.relatedTarget=q,J?(this.clientX=void 0!==J.clientX?J.clientX:J.pageX,this.clientY=void 0!==J.clientY?J.clientY:J.pageY,this.screenX=J.screenX||0,this.screenY=J.screenY||0):(this.offsetX=void 0!==K.offsetX?K.offsetX:K.layerX,this.offsetY=void 0!==K.offsetY?K.offsetY:K.layerY,this.clientX=void 0!==K.clientX?K.clientX:K.pageX,this.clientY=void 0!==K.clientY?K.clientY:K.pageY,this.screenX=K.screenX||0,this.screenY=K.screenY||0),this.button=K.button,this.keyCode=K.keyCode||0,this.key=K.key||"",this.charCode=K.charCode||("keypress"==O?K.keyCode:0),this.ctrlKey=K.ctrlKey,this.altKey=K.altKey,this.shiftKey=K.shiftKey,this.metaKey=K.metaKey,this.pointerId=K.pointerId||0,this.pointerType="string"===typeof K.pointerType?K.pointerType:El[K.pointerType]||"",this.state=K.state,this.M=K,K.defaultPrevented&&H.P.preventDefault.call(this))}),El=(D9(H,a6),{2:"touch",3:"pen",4:"mouse"}),mt="closure_listenable_"+((H.prototype.preventDefault=function(K){(K=(H.P.preventDefault.call(this),this.M),K.preventDefault)?K.preventDefault():K.returnValue=false},H.prototype).stopPropagation=function(){(H.P.stopPropagation.call(this),this.M.stopPropagation)?this.M.stopPropagation():this.M.cancelBubble=true},1E6*Math.random()|0),I6=0,fh=function(K,q,J,O,R){this.listener=(this.src=R,this.type=K,this.B=J,this.key=++I6,this.S=null,O),this.capture=(this.J=this.Z=false,!!q)},Y=function(K){(this.src=(this.l={},K),this).H=0},lY=function(K){(K.src=(K.B=null,null),K.Z=true,K).listener=(K.S=null,null)},NF=((Y.prototype.add=(Y.prototype.remove=function(K,q,J,O,R){if(K=K.toString(),!(K in this.l))return false;return q=NF(O,(R=this.l[K],R),q,J),-1<q?(lY(R[q]),Array.prototype.splice.call(R,q,1),0==R.length&&(delete this.l[K],this.H--),true):false},function(K,q,J,O,R,u,y){return-1<(y=NF(R,((K=this.l[u=K.toString(),u],K)||(K=this.l[u]=[],this.H++),K),q,O),y)?(q=K[y],J||(q.J=false)):(q=new fh(u,!!O,R,q,this.src),q.J=J,K.push(q)),q}),Y).prototype.hasListener=function(K,q,J,O,R){return cf((R=(O=void 0!==K)?K.toString():"",J=void 0!==q,this.l),function(u,y){for(y=0;y<u.length;++y)if(!(O&&u[y].type!=R||J&&u[y].capture!=q))return true;return false})},function(K,q,J,O,R,u){for(u=0;u<q.length;++u)if(R=q[u],!R.Z&&R.listener==J&&R.capture==!!O&&R.B==K)return u;return-1}),ph="closure_lm_"+(1E6*Math.random()|0),S_=function(K){return(K=K[ph],K)instanceof Y?K:null},Wf=function(K,q,J,O,R,u){if(Array.isArray(K))for(u=0;u<K.length;u++)Wf(K[u],q,J,O,R);else q=Tn(q),R&&R[mt]?R.nS(K,q,D(O)?!!O.capture:!!O,J):Z9(true,O,J,R,K,q)},Ul=function(K,q){return q=(K=function(J){return q.call(K.src,K.listener,J)},Xa),K},Xa=function(K,q,J,O){return K.Z?K=true:(q=new H(q,this),J=K.B||K.src,O=K.listener,K.J&&xc(K),K=O.call(J,q)),K},xc=function(K,q,J,O,R,u,y){if("number"!==typeof K&&K&&!K.Z)if((q=K.src)&&q[mt])q.s2(K);else if(O=K.S,J=K.type,q.removeEventListener?q.removeEventListener(J,O,K.capture):q.detachEvent?q.detachEvent(A_(J),O):q.addListener&&q.removeListener&&q.removeListener(O),Hf--,O=S_(q)){if((J=K.type,J)in O.l){u=O.l[J];b:if("string"===typeof u)y="string"!==typeof K||1!=K.length?-1:u.indexOf(K,0);else{for(y=0;y<u.length;y++)if(y in u&&u[y]===K)break b;y=-1}(y=(R=y,0)<=R)&&Array.prototype.splice.call(u,R,1),y&&(lY(K),0==O.l[J].length&&(delete O.l[J],O.H--))}0==O.H&&(O.src=null,q[ph]=null)}else lY(K)},Z9=function(K,q,J,O,R,u,y,g){if(!R)throw Error("Invalid event type");if(!(K=(g=((y=S_(O))||(O[ph]=y=new Y(O)),D(q)?!!q.capture:!!q),y).add(R,u,K,g,J),K.S)){if((K.S=(J=Ul(),J),J.src=O,J).listener=K,O.addEventListener)j_||(q=g),void 0===q&&(q=false),O.addEventListener(R.toString(),J,q);else if(O.attachEvent)O.attachEvent(A_(R.toString()),J);else if(O.addListener&&O.removeListener)O.addListener(J);else throw Error("addEventListener and attachEvent are unavailable.");Hf++}},A_=function(K){return K in Yc?Yc[K]:Yc[K]="on"+K},wB=function(K,q,J,O,R,u){if(Array.isArray(J))for(u=0;u<J.length;u++)wB(K,q,J[u],O,R);else(O=D(O)?!!O.capture:!!O,q=Tn(q),K&&K[mt])?K.E2(J,q,O,R):K&&(K=S_(K))&&(J=K.l[J.toString()],K=-1,J&&(K=NF(R,J,q,O)),(q=-1<K?J[K]:null)&&xc(q))},Yc={},bY=function(K,q,J,O,R,u){if(O&&O.once)Wf(K,q,R,O,J);else if(Array.isArray(K))for(u=0;u<K.length;u++)bY(K[u],q,J,O,R);else q=Tn(q),J&&J[mt]?J.zZ(K,q,D(O)?!!O.capture:!!O,R):Z9(false,O,R,J,K,q)},Hf=0,vf="__closure_events_fn_"+(1E9*Math.random()>>>0),w=[],$c=function(K){K.F=(K.fS=v(K,K.L(230))<<24|v(K,K.L(230))<<16|v(K,K.L(230))<<8|v(K,K.L(230)),void 0)},U,Ch=[],t_=(S.prototype.dz=function(K,q,J){if(3==K.length){for(J=0;3>J;J++)q[J]+=K[J];for(J=(K=0,[13,8,13,12,16,5,3,10,15]);9>K;K++)q[3](q,K%3,J[K])}},S.prototype.TZ=function(K,q,J,O){try{O=K[((q|0)+2)%3],K[q]=(K[q]|0)-(K[((q|0)+1)%3]|0)-(O|0)^(1==q?O<<J:O>>>J)}catch(R){throw R;}},[]),C=[],zn=function(K,q){return K[q]<<24|K[(q|0)+1]<<16|K[(q|0)+2]<<8|K[(q|0)+3]},m=function(K,q){K.V=((K.V?K.V+"~":"E:")+q.message+":"+q.stack).slice(0,2048)},nh=function(K,q,J,O,R,u){for(u=(O=(R=(J=t((q={},K)),q.i=t(K),q.g=[],K.K==K?(t(K)|0)-1:1),t)(K),0);u<R;u++)q.g.push(t(K));for(q.v=K.L(J);R--;)q.g[R]=K.L(q.g[R]);return q.j=K.L(O),q},z={},e_=[],n=function(K,q,J,O){for(J=(q|0)-(O=[],1);0<=J;J--)O[(q|0)-1-(J|0)]=K>>8*J&255;return O},h_=[],dB=function(K,q){return(q=t(K),q)&128&&(q=q&127|t(K)<<7),q},Lh=(S.prototype.Y=function(K){return(K=K().shift(),this.W().length||this.h().length)||(this.h=this.W=void 0),K},(x=S.prototype,S.prototype.q4=void 0,S).prototype.L=function(K,q){if(q=this.R[K],void 0===q)throw[z,30,K];return q()},function(K,q,J,O,R){if(((J=K[0],q).C=false,J)==e)q.Vb=25,q.U(K);else if(J==C){R=K[1];try{O=q.V||q.U(K)}catch(u){m(q,u),O=q.V}R(O)}else if(J==Ch)q.U(K);else if(J==w)q.U(K);else if(J==Bf){try{for(O=0;O<q.LS.length;O++)try{R=q.LS[O],R[0][R[1]](R[2])}catch(u){}}catch(u){}(0,K[1])((q.LS=[],function(u,y){q.yb(u,true,y)}),function(u){(h(q,(u=!q.O.length,[h_])),u)&&d(true,q,false)})}else{if(J==e_)return O=K[6],R=K[2],B(137,q,K[4]?[O[0].M]:O),B(107,q,R),q.U(K);J==h_&&(q.R=null,q.KS=[],q.A=[])}}),Bf=[],A=F.requestIdleCallback?function(K){requestIdleCallback(function(){K()},{timeout:4})}:F.setImmediate?function(K){setImmediate(K)}:function(K){setTimeout(K,0)},MF=(x.pS=(x.ev=35,36),function(K,q,J,O,R,u){if(!K.V){K.I++;try{for(q=(O=5001,J=void 0,K.$),u=0;(K.k5||--O)&&(K.W||(u=K.L(230))<q);)try{R=void 0,K.W?J=K.Y(K.W):(B(220,K,u),R=t(K),J=K.L(R)),J&&J.call?J(K):L(0,K,[z,21,R]),K.C=true,M(false,K,false)}catch(y){K.L(122)?L(22,K,y):B(122,K,y)}O||L(0,K,[z,33])}catch(y){try{L(22,K,y)}catch(g){m(K,g)}}K.I--}}),kc=function(K,q,J){return B(230,((J=K.L(230),K.A&&J<K.$)?(B(230,K,K.$),VL(K,q)):B(230,K,q),MF(K),K),J),K.L(107)},V=function(K,q,J,O,R,u){if(q.K==q)for(u=q.L(K),253==K?(K=function(y,g,c,r){if(c=u.length,g=(c|0)-4>>3,u.oz!=g){g=[0,0,(r=(g<<(u.oz=g,3))-4,R[1]),R[2]];try{u.U2=Pf(zn(u,r),zn(u,(r|0)+4),g)}catch(a){throw a;}}u.push(u.U2[c&7]^y)},R=q.L(35)):K=function(y){u.push(y)},O&&K(O&255),q=0,O=J.length;q<O;q++)K(J[q])},h=(x.Rz="caller",x.N="toString",function(K,q){K.O.splice(0,0,q)}),e=[],v=(S.prototype.yb=function(K,q,J,O,R){if(this.V)K(this.V);else try{O=[],R=!this.O.length,h(this,[e,O,J]),h(this,[C,K,O]),q&&!R||d(q,this,true)}catch(u){m(this,u),K(this.V)}},function(K,q){if(q>=K.$)throw[z,31];return B(230,K,(q|0)+8),K.A[q>>3]}),t=(S.prototype.G=function(K,q){for(q=[];K--;)q.push(255*Math.random()|0);return q},function(K,q,J,O){if(K.W)return K.Y(K.h);return((q=(O=K.L(230),O>>3),O=v(K,O),K.F)!=q>>3&&(K.F=q>>3,J=K.L(141),K.AQ=Pf(K.fS,K.F,[0,0,J[1],J[2]])),O)^K.AQ[q&K[C].length]}),VL=function(K,q){B(230,K,((K.O2.push(K.R.slice()),K).R[230]=void 0,q))},Kh=function(K,q,J,O,R){for(R=(((q.GZ=QL,q.W=void 0,q).Vb=((q.I=(O=((q.hQ=function(u,y,g){return g=function(){return u},y=function(){return g()},y[this.N]=function(c){u=c},y},q).Qb=Gn,[]),q.T=false,0),q.C=false,q).bS=0,q.uS=(q.h=void 0,0),q.s=function(u,y,g,c,r,a){return a=(c=(g=function(){return g[(c.ev|0)+(r[c.Rz]===y|0)-!a[c.Rz]]},r=function(){return g()},this),c.U),r[c.N]=function(f){g[c.pS]=f},r[c.N](u),u=r},25),q).KS=[],0);128>R;R++)O[R]=String.fromCharCode(R);(h(q,(q.$=((B(246,q,(B((B(125,(B((B(23,q,(B(253,q,(B(104,(B(3,(B(175,(((B((B((B(147,(B(98,q,(B(119,q,(B((B(199,q,((B(68,q,(B(128,(B(101,(B(217,(B(249,q,(B(85,(B(140,(B(207,(q.O2=(B((B(58,(B(102,q,(q.O=(B(225,(B(135,(B(205,q,(B(122,(B(133,(B(163,(q.Dp=(B(153,(B(74,q,(B(59,q,(B(161,q,(B(220,(B(230,q,((q.wz=function(u){this.K=u},q).LS=(q.R=[],q.K=q,[]),0)),q),0),function(u){u.lS(3)})),F)),R=window.performance||{},q.FG=R.timeOrigin||(R.timing||{}).navigationStart||0,function(u,y,g,c,r,a){M(false,u,true)||(y=nh(u),a=y.v,c=y.j,g=y.g,r=g.length,a=0==r?c[a]():1==r?c[a](g[0]):2==r?c[a](g[0],g[1]):3==r?c[a](g[0],g[1],g[2]):2(),B(y.i,u,a))})),q),function(u,y,g){(y=(g=t(u),t(u)),B)(y,u,""+u.L(g))}),function(u,y){(y.push(u[0]<<24|u[1]<<16|u[2]<<8|u[3]),y).push(u[4]<<24|u[5]<<16|u[6]<<8|u[7]),y.push(u[8]<<24|u[9]<<16|u[10]<<8|u[11])}),B(145,q,function(u,y,g,c,r){for(y=(g=(c=t(u),dB(u)),r=0,[]);r<g;r++)y.push(t(u));B(c,u,y)}),q),0),q),function(u,y,g,c,r,a,f,I,l,W,E,b,N){for(E=(l=((I=(g=f=(y=t(u),0),function(p,Z){for(;f<p;)g|=t(u)<<f,f+=8;return g>>=(Z=(f-=p,g)&(1<<p)-1,p),Z}),I)(3)|0)+1,r=I(5),[]),W=N=0;N<r;N++)a=I(1),E.push(a),W+=a?0:1;for(c=(W=(N=((W|0)-1).toString(2).length,0),[]);W<r;W++)E[W]||(c[W]=I(N));for(I=0;I<r;I++)E[I]&&(c[I]=t(u));for(b=[];l--;)b.push(u.L(t(u)));B(y,u,function(p,Z,k,sl,P){for(P=(Z=(sl=[],[]),0);P<r;P++){if(!E[k=c[P],P]){for(;k>=Z.length;)Z.push(t(p));k=Z[k]}sl.push(k)}p.h=(Z=p.Y,p.W=p.s(b.slice(),Z),p).s(sl,Z)})}),q.Wj=false,q),352),function(u,y){u=(y=t(u),u.L(y)),wB(u[0],u[2],u[1])})),q),function(u,y,g,c){g=(y=t((g=(c=t(u),t(u)),u)),u).L(g),c=u.L(c),B(y,u,c[g])}),q),function(u,y,g,c){g=(y=(c=t(u),t(u)),t(u)),B(g,u,u.L(c)||u.L(y))}),[]),function(u,y,g,c,r,a){if(!M(true,u,true)){if("object"==(u=(g=(y=(r=(a=(r=t((g=t(u),u)),y=t(u),t)(u),u.L(r)),u).L(y),u).L(g),u).L(a),rB(g))){for(c in a=[],g)a.push(c);g=a}for(y=(c=0,0)<y?y:1,a=g.length;c<a;c+=y)r(g.slice(c,(c|0)+(y|0)),u)}})),q),function(u){o6(u,1)}),244),q,function(u,y,g,c,r,a,f){if((f=(c=dB((y=t(u),u)),""),u.R)[214])for(a=u.L(214),g=a.length,r=0;c--;)r=((r|0)+(dB(u)|0))%g,f+=O[a[r]];else for(;c--;)f+=O[t(u)];B(y,u,f)}),[]),q),function(u,y,g,c){B((c=(y=(g=(y=(c=t(u),t(u)),t(u)),u.L(y)),u.L(c))==y,g),u,+c)}),q),function(u,y,g,c){(y=(c=(y=(g=t(u),t(u)),t(u)),u).L(y),g=u.L(g),B)(c,u,g in y|0)}),q),function(u,y){M(false,u,true)||(y=nh(u),B(y.i,u,y.v.apply(y.j,y.g)))}),function(u){u.lS(4)})),q),function(u){u.mT(4)}),q),function(u,y,g,c){(c=t((y=(g=t(u),t(u)),u)),u.K)==u&&(c=u.L(c),y=u.L(y),u.L(g)[y]=c,141==g&&(u.F=void 0,2==y&&$c(u)))}),q),[]),function(u,y,g){0!=(y=(y=t((g=t(u),u)),u.L(y)),u.L(g))&&B(230,u,y)})),q).X=false,function(u,y,g,c,r){c=(g=(r=(g=t((c=t((r=(y=t(u),t(u)),u)),u)),u.L(r)),u.L(g)),u.L(c)),B(y,u,iY(u,c,r,g))})),35),q,[0,0,0]),function(u,y,g){B((y=(y=(g=t((y=t(u),u)),u).L(y),rB(y)),g),u,y)})),J_(),function(u,y,g,c,r,a){M(false,u,true)||(g=nh(u),r=g.j,c=g.v,a=g.g,y=a.length,r=0==y?new r[c]:1==y?new r[c](a[0]):2==y?new r[c](a[0],a[1]):3==y?new r[c](a[0],a[1],a[2]):4==y?new r[c](a[0],a[1],a[2],a[3]):2(),B(g.i,u,r))})),q),function(u,y){VL((y=u.L(t(u)),u),y)}),124),q,[]),107),q,{}),B)(40,q,function(u,y,g,c){B((c=(y=(c=t(u),t)(u),u.L(c)),g=u.L(y),y),u,g+c)}),B)(237,q,2048),q),function(u){o6(u,4)}),q),0),B(143,q,[165,0,0]),q),function(u,y,g){M(false,u,true)||(g=t(u),y=t(u),B(y,u,function(c){return eval(c)}(K3(u.L(g)))))}),q.G(4))),function(){})),208),q,function(u,y,g,c){(y=(g=t(u),t(u)),c=t(u),B)(c,u,u.L(g)>>>y)}),q),function(u,y,g,c){if(g=u.O2.pop()){for(y=t(u);0<y;y--)c=t(u),g[c]=u.R[c];u.R=(g[128]=u.R[128],g[237]=u.R[237],g)}else B(230,u,u.$)}),38),q,q),function(u,y,g,c,r){(r=(c=(g=(y=(r=(y=t((g=t((c=t(u),u)),u)),t(u)),u.L(y)),u.L(g)),u.L(c)),u.L(r)),0)!==c&&(r=iY(u,r,y,1,c,g),bY(g,r,c),B(163,u,[c,g,r]))})),q).A=[],0),h(q,[w,K]),[Bf,J.N4])),d)(J.M4,q,true)},iY=(S.prototype.XG=function(){return t(this)},function(K,q,J,O,R,u,y){return y=function(){if(K.K==K){if(K.R){var g=[e_,J,q,void 0,R,u,arguments];if(2==O)var c=(h(K,g),d)(false,K,false);else if(1==O){var r=!K.O.length;(h(K,g),r)&&d(false,K,false)}else c=Lh(g,K);return c}R&&u&&wB(R,y,u)}}}),Pf=function(K,q,J,O){try{for(O=0;-1934991136!==O;)K=(K|0)+(((q<<4|0)^q>>>5)+(q|0)^(O|0)+(J[O&3]|0))|0,O=O+2489668359|0,q=(q|0)+(((K<<4|0)^K>>>5)+(K|0)^(O|0)+(J[O>>>11&3]|0))|0;return[K>>>24,K>>16&255,K>>8&255,K&255,q>>>24,q>>16&255,q>>8&255,q&255]}catch(R){throw R;}},L=function(K,q,J,O,R,u){if(J=(((R=void 0,J)&&J[0]===z&&(R=J[2],K=J[1],J=void 0),u=q.L(128),0==u.length)&&(O=q.L(220)>>3,u.push(K,O>>8&255,O&255),void 0!=R&&u.push(R)),K="",J&&(J.message&&(K+=J.message),J.stack&&(K+=":"+J.stack)),q.L(237)),3<J){q.K=(R=(K=(J-=(K=K.slice(0,(J|0)-3),(K.length|0)+3),gB(K.replace(/\\r\\n/g,"\\n"))),q).K,q);try{V(253,q,n(K.length,2).concat(K),12)}finally{q.K=R}}B(237,q,J)},Tn=function(K){if("function"===typeof K)return K;return K[K[vf]||(K[vf]=function(q){return K.handleEvent(q)}),vf]},B=((S.prototype.vj=void 0,x).k5=false,function(K,q,J){if(230==K||220==K)if(q.R[K])q.R[K][q.N](J);else q.R[K]=q.hQ(J);else if(143!=K&&253!=K&&124!=K&&128!=K&&35!=K||!q.R[K])q.R[K]=q.s(J,q.L);141==K&&$c(q)});S.prototype.U=((x=S.prototype,x).o=(window.performance||{}).now?function(){return this.FG+window.performance.now()}:function(){return+new Date},x.cj=function(K,q,J,O,R){for(O=R=0;R<K.length;R++)O+=K.charCodeAt(R),O+=O<<10,O^=O>>6;return(R=(K=(O+=O<<3,O^=O>>11,O)+(O<<15)>>>0,new Number(K&(1<<q)-1)),R)[0]=(K>>>q)%J,R},x.Y5=function(K,q,J,O,R,u){for(R=(u=(J=[],0),0);u<K.length;u++)for(O=O<<q|K[u],R+=q;7<R;)R-=8,J.push(O>>R&255);return J},x.Zp=function(K,q,J){return(q=(q^=q<<13,q^=q>>17,(q^q<<5)&J))||(q=1),K^q},x.tQ=function(){return Math.floor(this.uS+(this.o()-this.D))},x.JQ=function(K,q,J,O){for(;J--;)230!=J&&220!=J&&q.R[J]&&(q.R[J]=q[O](q[K](J),this));q[K]=this},x.Hj=function(){return Math.floor(this.o())},function(K,q){return K=(q={},{}),function(J,O,R,u,y,g,c,r,a,f,I,l,W,E,b,N,p){q=(b=q,K);try{if((u=J[0],u)==t_)return b==K?21:78;if(u==w){E=J[1];try{for(l=(N=[],0);l<E.length;){if((a=(g=(R=X[E.charAt(l++)],c=l<E.length?X[E.charAt(l)]:0,++l,l)<E.length?X[E.charAt(l)]:64,++l,l)<E.length?X[E.charAt(l)]:64,++l,null==R||null==c||null==g)||null==a)throw Error();(N.push(R<<2|c>>4),64)!=g&&(N.push(c<<4&240|g>>2),64!=a&&N.push(g<<6&192|a))}B(141,this,[0,(this.$=(this.A=N,this.A).length<<3,0),0])}catch(Z){L(17,this,Z);return}MF(this)}else if(u==e)J[1].push(this.L(124).length,this.L(237),this.L(253).length,this.L(143).length),B(107,this,J[2]),this.R[203]&&kc(this,this.L(203));else{if(u==C){this.K=(p=n((N=J[2],(this.L(143).length|0)+2),2),y=this.K,this);try{r=this.L(128),0<r.length&&V(143,this,n(r.length,2).concat(r),15),V(143,this,[1],104),V(143,this,n(this[C].length,1)),E=0,f=this.L(253),E+=this.L(3)&2047,E-=(this.L(143).length|0)+5,4<f.length&&(E-=(f.length|0)+3),0<E&&V(143,this,n(E,2).concat(this.G(E)),10),4<f.length&&V(143,this,n(f.length,2).concat(f),153)}finally{this.K=y}if(O=((I=this.G(2).concat(this.L(143)),I[1]=I[0]^3,I[3]=I[1]^p[0],I)[4]=I[1]^p[1],this).gz(I))O="!"+O;else for(O="",E=0;E<I.length;E++)W=I[E][this.N](16),1==W.length&&(W="0"+W),O+=W;return((B(237,(l=O,this.L(124).length=N.shift(),this),N.shift()),this).L(253).length=N.shift(),this).L(143).length=N.shift(),l}if(u==Ch)kc(this,J[1]);else if(u==e_)return kc(this,J[1])}}finally{q=b}}}());var Gn,o6=function(K,q,J,O){V((O=(J=t(K),t(K)),O),K,n(K.L(J),q))},d=function(K,q,J,O,R,u){if(q.O.length){q.X=!(q.X&&0(),0),q.Wj=K;try{R=q.o(),q.D=R,q.Sv=R,O=qy(q,K),u=q.o()-q.D,q.uS+=u,u<(J?0:10)||0>=q.Vb--||(u=Math.floor(u),q.KS.push(254>=u?u:254))}finally{q.X=false}return O}};S.prototype.gz=function(K,q,J,O,R,u,y,g,c,r){for(u=(g=0,[]);g<K.length;g+=3)J=g+1<K.length,q=(R=g+2<K.length)?K[g+2]:0,O=J?K[g+1]:0,r=q&63,q=(O&15)<<2|q>>6,c=K[g],y=c>>2,O=(c&3)<<4|O>>4,R||(r=64,J||(q=64)),u.push(T[y],T[O],T[q],T[r]);return u.join("")};var QL,M=function(K,q,J,O){if((O=0<q.bS&&q.X&&q.Wj&&1>=q.I&&!q.W&&!q.T&&(q.C||!J)&&0==document.hidden,!O)||(O?q.o():q.Sv)-q.D<q.bS-(K?255:J?5:2))return false;return q.T=!(B(230,q,(K=q.L(J?220:230),q).$),q.O.push([Ch,K]),0)},u4=function(K,q,J){return K.yb(function(O){J=O},false,q),J},qy=function(K,q,J,O){for(;K.O.length;){O=(K.T=false,K.O.pop());try{J=Lh(O,K)}catch(R){m(K,R)}if(q&&K.T){A(function(){d(true,K,true)});break}}return J},K3=(S.prototype.mT=function(K,q,J){for(q=(J=t(this),0);0<K;K--)q=q<<8|t(this);B(J,this,q)},S.prototype[Bf]=[0,0,1,1,0,1,1],(Gn=/./,S.prototype).lS=(QL=function(K){return t(K)^t(K)},function(K,q,J,O){V(((O=(q=(K&=(J=K&4,3),O=t(this),t)(this),this.L(O)),J)&&(O=gB((""+O).replace(/\\r\\n/g,"\\n"))),K&&V(q,this,n(O.length,2)),q),this,O)}),S.bind&&(QL[S.prototype.N]=w.pop.bind(S.prototype[e]),Gn[S.prototype.N]=w.pop.bind(S.prototype[e])),function(K,q){return(q=yL())&&1===K.eval(q.createScript("1"))?function(J){return q.createScript(J)}:function(J){return""+J}})(F),G=F,Jl=["botguard"];Jl[0]in G||"undefined"==typeof G.execScript||G.execScript("var "+Jl[0]);for(var Q;Jl.length&&(Q=Jl.shift());)G=G[Q]&&G[Q]!==Object.prototype[Q]?G[Q]:G[Q]={};(U=F.botguard,40<U.m||(U.m=41,U.bg=Fa,U.a=R6),U).Yau_=function(K,q,J,O){return[(O=new S({N4:q,M4:J},K),function(R){return u4(O,R)})]};try{U.u||(bY("unload",function(){},F),U.u=1)}catch(K){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="z/iurH48mha/l5+9Metgng">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="z/iurH48mha/l5+9Metgng">
  gaia = window.gaia || {};
  gaia.ps = gaia.ps || {};
  gaia.ps.hasPrefilledIdentifier = false;
  function gaia_parseFragment() {
  var hash = location.hash;
  var params = {};
  if (!hash) {
  return params;
  }
  var paramStrs = decodeURIComponent(hash.substring(1)).split('&');
  for (var i = 0; i < paramStrs.length; i++) {
      var param = paramStrs[i].split('=');
      params[param[0]] = param[1];
    }
    return params;
  }

  function gaia_prefillEmail() {
    var email = null;
    var form = null;
    if (document.getElementById) {
      email = document.getElementById('Email');
      form = document.getElementById('gaia_loginform');
    }
    if (form && email && (email.value == null || email.value == '')
        && (email.type != 'hidden')) {
      hashParams = gaia_parseFragment();
      if (hashParams['Email'] && hashParams['Email'] != '') {
        email.value = hashParams['Email'];
      }
    }
  }

  
  try {
    gaia_prefillEmail();
  } catch (e) {
  }
  
</script>
<script nonce="z/iurH48mha/l5+9Metgng">
  var gaia_scrollToElement = function(element) {
  var calculateOffsetHeight = function(element) {
  var curtop = 0;
  if (element.offsetParent) {
  while (element) {
  curtop += element.offsetTop;
  element = element.offsetParent;
  }
  }
  return curtop;
  }
  var siginOffsetHeight = calculateOffsetHeight(element);
  var scrollHeight = siginOffsetHeight - window.innerHeight +
  element.clientHeight + 0.02 * window.innerHeight;
  window.scroll(0, scrollHeight);
  }
</script>
<script nonce="z/iurH48mha/l5+9Metgng">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="z/iurH48mha/l5+9Metgng">
  (function(){
  gaia_onLoginSubmit = function() {
  try {
  gaia.loginAutoRedirect.stop();
  } catch (err) {
  // do not prevent form from being submitted
  }
  try {
  document.bg.invoke(function(response) {
  document.getElementById('bgresponse').value = response;
  });
  } catch (err) {
  document.getElementById('bgresponse').value = '';
  }
  return true;
  }
  document.getElementById('gaia_loginform').onsubmit = gaia_onLoginSubmit;
  var signinButton = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  <script nonce="z/iurH48mha/l5+9Metgng">var e=this,g=function(b,c){b=b.split(".");var a=e;b[0]in a||!a.execScript||a.execScript("var "+b[0]);for(var d;b.length&&(d=b.shift());)b.length||void 0===c?a[d]?a=a[d]:a=a[d]={}:a[d]=c};var h=function(){try{return new XMLHttpRequest}catch(a){for(var b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<b.length;c++)try{return new ActiveXObject(b[c])}catch(d){}}return null};g("gaia.ajax.newXmlHttpRequest",h);var k=function(){this.g=h();this.parameters={}};
k.prototype.send=function(b,c){var a=[],d;for(d in this.parameters)a.push(d+"="+encodeURIComponent(this.parameters[d]));a=a.join("&");var f=this.g;f.open("POST",b,!0);f.setRequestHeader("Content-type","application/x-www-form-urlencoded");f.onreadystatechange=function(){4==f.readyState&&c({status:f.status,text:f.responseText})};f.send(a)};
k.prototype.m=function(b,c,a){var d=this.g;d.open("POST",b,!0);d.setRequestHeader("Content-type","application/json");d.onreadystatechange=function(){4==d.readyState&&a({status:d.status,text:d.responseText})};d.send(c)};k.prototype.get=function(b,c){var a=this.g;a.open("GET",b,!0);a.onreadystatechange=function(){4==a.readyState&&c({status:a.status,text:a.responseText})};a.send()};g("gaia.ajax.XmlHttpFormRequest",k);k.prototype.get=k.prototype.get;k.prototype.sendJson=k.prototype.m;
k.prototype.send=k.prototype.send;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var b=document.cookie.split(l),c=0;c<b.length;c++){var a=b[c];a=a.replace(/^\s+/,"");a=a.replace(/\s+$/,"");if(0==a.indexOf("APISID="))return a.substr(7)}return""};var n=null,p=function(b,c){this.l=b;this.j=c;this.i=m();this.h=!1},q=function(){var b=n,c=m();c==b.i||b.h||(b.i=c,(new k).get(b.j,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.g&&clearInterval(d.g),d.h||(window.location=d.l))}))};p.prototype.start=function(b){if(this.g)return!1;this.g=setInterval(function(){q()},b);return!0};g("gaia.loginAutoRedirect.start",function(b,c,a){if(n||!a||!c||0>=b)return!1;n=new p(c,a);return n.start(b)});
g("gaia.loginAutoRedirect.stop",function(){var b=n;b.h=!0;b.g&&(clearInterval(b.g),b.g=null)});
</script>
  <script type="text/javascript" nonce="z/iurH48mha/l5+9Metgng">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsierraclub-nc.org_j87am5ffk0lng0r3uoi0u5vpe4%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsierraclub-nc.org_j87am5ffk0lng0r3uoi0u5vpe4%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsierraclub-nc.org_j87am5ffk0lng0r3uoi0u5vpe4%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsierraclub-nc.org_j87am5ffk0lng0r3uoi0u5vpe4%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
