
<!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="AFoagUXpnhaKDyXBsRuwumNL7QDFX_t6zw:1618860921155">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/sdunlap.ee92@gtalumni.org/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/sdunlap.ee92@gtalumni.org/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="AEThLly24F5ipswfkSJhbGJnLohnvZ094rO4-DRR4Smjn_7PeDdulTSnrn9H7mIwMqNDTdxJsVpO61nJha2JOur_uAGM_vE9APZHv24LfxbuWline8E3aTbKdemcD1VB6Kht0MqdLPo5VXZuxXrGA46BtkjS3jKjKYyA0G4yPTzW2_9PEiSAsGu0w2XyORxAgoTI_AHtDhrI">
  <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%2Fsdunlap.ee92%40gtalumni.org%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%2Fsdunlap.ee92%40gtalumni.org%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsdunlap.ee92%40gtalumni.org%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%2Fsdunlap.ee92%40gtalumni.org%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="MZAFn+F4aOtaFLbwnmW3wQ">
  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="MZAFn+F4aOtaFLbwnmW3wQ">(function(){var X=function(M,b){if(!(M=(b=null,m.trustedTypes),M)||!M.createPolicy)return b;try{b=M.createPolicy("bg",{createHTML:c,createScript:c,createScriptURL:c})}catch(Z){m.console&&m.console.error(Z.message)}return b},c=function(M){return M},m=this||self;(0,eval)(function(M,b){return(b=X())&&1===M.eval(b.createScript("1"))?function(Z){return b.createScript(Z)}:function(Z){return""+Z}}(m)(Array(7824*Math.random()|0).join("\n")+'(function(){var Mf=function(M,b,m,c){return(c=J[M.substring(0,3)+"_"])?c(M.substring(3),b,m):jz(b,M)},ba=function(M,b,m,c,n){for(m=b=(n=[],0);b<M.length;b++)c=M.charCodeAt(b),128>c?n[m++]=c:(2048>c?n[m++]=c>>6|192:(55296==(c&64512)&&b+1<M.length&&56320==(M.charCodeAt(b+1)&64512)?(c=65536+((c&1023)<<10)+(M.charCodeAt(++b)&1023),n[m++]=c>>18|240,n[m++]=c>>12&63|128):n[m++]=c>>12|224,n[m++]=c>>6&63|128),n[m++]=c&63|128);return n},ZH=function(M){return M},N=this||self,r=function(M,b,m){m=this;try{mz(this,b,M)}catch(c){V(c,this),M=b.yh,M(function(n){n(m.U)})}},e=function(M,b){return"object"==(b=typeof M,b)&&null!=M||"function"==b},ct=function(M,b,m){if("object"==(m=typeof M,m))if(M){if(M instanceof Array)return"array";if(M instanceof Object)return m;if("[object Window]"==(b=Object.prototype.toString.call(M),b))return"object";if("[object Array]"==b||"number"==typeof M.length&&"undefined"!=typeof M.splice&&"undefined"!=typeof M.propertyIsEnumerable&&!M.propertyIsEnumerable("splice"))return"array";if("[object Function]"==b||"undefined"!=typeof M.call&&"undefined"!=typeof M.propertyIsEnumerable&&!M.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==m&&"undefined"==typeof M.call)return"object";return m},I,S={},XN=function(M,b){if((M=N.trustedTypes,b=null,!M)||!M.createPolicy)return b;try{b=M.createPolicy("bg",{createHTML:ZH,createScript:ZH,createScriptURL:ZH})}catch(m){N.console&&N.console.error(m.message)}return b},nO=function(M){for(M=0;64>M;++M)d[M]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(M),S["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(M)]=M;S["="]=(S[(d[64]="",S)["+"]=62,"/"]=63,64)},vt=function(M,b,m,c,n){return{invoke:(n=Mf(M,function(Z){m&&(b&&k(b),c=Z,m(),m=void 0)},(c=(m=function(){},void 0),!!b))[0],function(Z,X,v,F,p){if(!X)return X=n(v),Z&&Z(X),X;(p=function(){c(function(G){k(function(){Z(G)})},v)},c)?p():(F=m,m=function(){(F(),k)(p)})})}},jz=function(M,b){return M(function(m){m(b)}),[function(){return b}]},FN=function(M,b){function m(){}M.AU=((M.$=(m.prototype=b.prototype,b).prototype,M.prototype=new m,M.prototype).constructor=M,function(c,n,Z){for(var X=Array(arguments.length-2),v=2;v<arguments.length;v++)X[v-2]=arguments[v];return b.prototype[n].apply(c,X)})},pO=function(M,b,m){for(m in b)if(M.call(void 0,b[m],m,b))return true;return false},J2=function(){},d={},Nf=function(M,b){if(!N.addEventListener||!Object.defineProperty)return false;b=Object.defineProperty({},(M=false,"passive"),{get:function(){M=true}});try{N.addEventListener("test",J2,b),N.removeEventListener("test",J2,b)}catch(m){}return M}(),GK=function(M,b){(this.currentTarget=(this.type=M,this.target=b),this).defaultPrevented=false},q=((GK.prototype.preventDefault=function(){this.defaultPrevented=true},GK.prototype).stopPropagation=function(){},function(M,b,m,c){this.J=(this.pointerId=(this.state=(this.charCode=this.keyCode=((this.button=this.screenY=this.screenX=((GK.call(this,M?M.type:""),this).relatedTarget=this.currentTarget=this.target=null,this.clientY=this.clientX=this.offsetY=this.offsetX=0),this).key="",0),this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,null),0),this.pointerType="",null),M&&(m=this.type=M.type,c=M.changedTouches&&M.changedTouches.length?M.changedTouches[0]:null,this.target=M.target||M.srcElement,this.currentTarget=b,b=M.relatedTarget,b||("mouseover"==m?b=M.fromElement:"mouseout"==m&&(b=M.toElement)),this.relatedTarget=b,c?(this.clientX=void 0!==c.clientX?c.clientX:c.pageX,this.clientY=void 0!==c.clientY?c.clientY:c.pageY,this.screenX=c.screenX||0,this.screenY=c.screenY||0):(this.offsetX=void 0!==M.offsetX?M.offsetX:M.layerX,this.offsetY=void 0!==M.offsetY?M.offsetY:M.layerY,this.clientX=void 0!==M.clientX?M.clientX:M.pageX,this.clientY=void 0!==M.clientY?M.clientY:M.pageY,this.screenX=M.screenX||0,this.screenY=M.screenY||0),this.button=M.button,this.keyCode=M.keyCode||0,this.key=M.key||"",this.charCode=M.charCode||("keypress"==m?M.keyCode:0),this.ctrlKey=M.ctrlKey,this.altKey=M.altKey,this.shiftKey=M.shiftKey,this.metaKey=M.metaKey,this.pointerId=M.pointerId||0,this.pointerType="string"===typeof M.pointerType?M.pointerType:VE[M.pointerType]||"",this.state=M.state,this.J=M,M.defaultPrevented&&q.$.preventDefault.call(this))}),VE={2:"touch",3:(FN(q,GK),"pen"),4:"mouse"},t2="closure_listenable_"+((q.prototype.preventDefault=function(M){M=(q.$.preventDefault.call(this),this.J),M.preventDefault?M.preventDefault():M.returnValue=false},q.prototype).stopPropagation=function(){(q.$.stopPropagation.call(this),this.J.stopPropagation)?this.J.stopPropagation():this.J.cancelBubble=true},1E6*Math.random()|0),Ht=function(M){M.H=(M.Z=(M.g=(M.listener=null,M.src=null,true),null),null)},Bt=function(M,b,m,c,n){this.src=(this.type=M,(this.H=n,this).listener=(this.g=this.X=false,this.key=++rA,this.Z=null,c),this.capture=!!b,m)},A=function(M){this.P=(this.src=(this.V=0,M),{})},rA=0,ez=((A.prototype.hasListener=function(M,b,m,c,n){return pO(function(Z,X){for(X=0;X<Z.length;++X)if(!(c&&Z[X].type!=n||m&&Z[X].capture!=b))return true;return false},(m=(n=(c=void 0!==M)?M.toString():"",void 0!==b),this.P))},A.prototype).remove=(A.prototype.add=function(M,b,m,c,n,Z,X){return-1<(X=(M=(Z=M.toString(),this.P[Z]),M||(M=this.P[Z]=[],this.V++),ez)(M,b,n,c),X)?(b=M[X],m||(b.X=false)):(b=new Bt(Z,!!c,this.src,b,n),b.X=m,M.push(b)),b},function(M,b,m,c,n){if(M=M.toString(),!(M in this.P))return false;return(b=(n=this.P[M],ez(n,b,c,m)),-1)<b?(Ht(n[b]),Array.prototype.splice.call(n,b,1),0==n.length&&(delete this.P[M],this.V--),true):false}),function(M,b,m,c,n,Z){for(n=0;n<M.length;++n)if(Z=M[n],!Z.g&&Z.listener==b&&Z.capture==!!c&&Z.H==m)return n;return-1}),wA="closure_lm_"+(1E6*Math.random()|0),DH=function(M){return(M=M[wA],M)instanceof A?M:null},ia=function(M,b,m,c,n,Z){if(Array.isArray(b))for(Z=0;Z<b.length;Z++)ia(M,b[Z],m,c,n);else m=IU(m),M&&M[t2]?M.zD(b,m,e(c)?!!c.capture:!!c,n):xk(n,b,M,c,true,m)},Pt={},xk=function(M,b,m,c,n,Z,X,v){if(!b)throw Error("Invalid event type");if(!(M=(X=e(((v=DH(m))||(m[wA]=v=new A(m)),c))?!!c.capture:!!c,v.add(b,Z,n,X,M)),M).Z){if((((n=EM(),M).Z=n,n).src=m,n.listener=M,m).addEventListener)Nf||(c=X),void 0===c&&(c=false),m.addEventListener(b.toString(),n,c);else if(m.attachEvent)m.attachEvent(Sz(b.toString()),n);else if(m.addListener&&m.removeListener)m.addListener(n);else throw Error("addEventListener and attachEvent are unavailable.");dA++}},$k=function(M,b,m,c,n,Z){if(c&&c.once)ia(b,m,M,c,n);else if(Array.isArray(m))for(Z=0;Z<m.length;Z++)$k(M,b,m[Z],c,n);else M=IU(M),b&&b[t2]?b.ol(m,M,e(c)?!!c.capture:!!c,n):xk(n,m,b,c,false,M)},dA=0,Sz=function(M){return M in Pt?Pt[M]:Pt[M]="on"+M},aU=function(M,b,m,c){return M.g?M=true:(b=new q(b,this),m=M.listener,c=M.H||M.src,M.X&&kk(M),M=m.call(c,b)),M},oU=function(M,b,m,c,n,Z){if(Array.isArray(m))for(Z=0;Z<m.length;Z++)oU(M,b,m[Z],c,n);else(c=e(c)?!!c.capture:!!c,b=IU(b),M&&M[t2])?M.HS(m,b,c,n):M&&(M=DH(M))&&(m=M.P[m.toString()],M=-1,m&&(M=ez(m,b,n,c)),(b=-1<M?m[M]:null)&&kk(b))},EM=function(M,b){return M=function(m){return b.call(M.src,M.listener,m)},b=aU,M},kk=function(M,b,m,c,n,Z,X){if("number"!==typeof M&&M&&!M.g)if((Z=M.src)&&Z[t2])Z.l1(M);else if(c=M.type,n=M.Z,Z.removeEventListener?Z.removeEventListener(c,n,M.capture):Z.detachEvent?Z.detachEvent(Sz(c),n):Z.addListener&&Z.removeListener&&Z.removeListener(n),dA--,c=DH(Z)){if((n=M.type,n)in c.P){m=c.P[n];b:if("string"===typeof m)X="string"!==typeof M||1!=M.length?-1:m.indexOf(M,0);else{for(X=0;X<m.length;X++)if(X in m&&m[X]===M)break b;X=-1}(X=(b=X,0)<=b)&&Array.prototype.splice.call(m,b,1),X&&(Ht(M),0==c.P[n].length&&(delete c.P[n],c.V--))}0==c.V&&(c.src=null,Z[wA]=null)}else Ht(M)},qf="__closure_events_fn_"+(1E9*Math.random()>>>0),A2=[],W=function(M,b,m,c){for(m=(c=[],(b|0)-1);0<=m;m--)c[(b|0)-1-(m|0)]=M>>8*m&255;return c},Y=function(M,b,m){if(127==M||99==M)if(b.M[M])b.M[M][b.B](m);else b.M[M]=b.Qh(m);else if(103!=M&&75!=M&&76!=M&&217!=M&&160!=M||!b.M[M])b.M[M]=b.l(b.O,m);78==M&&Wt(b)},Yk=function(M,b){return(b=K(M),b&128)&&(b=b&127|K(M)<<7),b},mz=((r.prototype.PS=function(M,b,m,c,n){if(this.U)M(this.U);else try{n=!this.K.length,c=[],f([C,c,m],this),f([L,M,c],this),b&&!n||Q(b,true,this)}catch(Z){V(Z,this),M(this.U)}},r).prototype.gz=function(M,b,m,c){try{c=M[((b|0)+2)%3],M[b]=(M[b]|0)-(M[((b|0)+1)%3]|0)-(c|0)^(1==b?c<<m:c>>>m)}catch(n){throw n;}},function(M,b,m,c,n){for(M.Lz=((M.Dk=(M.L=false,0),M).j=(n=(M.l=(M.i=void 0,c=0,M.OF=0,M.Qh=function(Z,X,v){return(v=function(){return Z},X=function(){return v()},X)[this.B]=function(F){Z=F},X},(M.UF=25,M).R=void 0,M.eC=(M.Vh=KO,[]),function(Z,X,v,F,p,G){return X=(((v=(F=(G=(p=this,function(){return G[(p.qQ|0)+(F[p.dz]===Z|0)-!v[p.dz]]}),function(){return G()}),p).G,F)[p.B]=function(O){G[p.EF]=O},F)[p.B](X),F)}),[]),false),zK),M.s=0;128>c;c++)n[c]=String.fromCharCode(c);(f([(f([T,m],(M.T=(Y(170,M,(Y(217,M,(Y(111,(M.Y=(Y((M.K=(Y(143,M,(Y(239,(Y(186,M,(Y(103,(Y(255,(Y(235,M,(M.Kz=((Y(37,(Y((Y(208,((Y(72,(Y(130,(Y(66,M,(Y(144,M,(Y(243,(M.i1=(Y(23,M,(Y(19,(Y(106,(Y(220,M,(Y(198,M,(Y(20,M,(Y(119,M,(Y(242,(Y(153,M,((c=(Y(169,M,(Y(129,(Y(13,M,(Y(224,(Y(160,(Y(124,(Y(99,((M.cS=[],M.M=[],M.wz=(M.D=M,function(Z){this.D=Z}),Y)(127,M,0),M),0),M),function(){}),M),[0,0,0]),Y(76,M,[]),M),function(Z){fO(Z,4)}),function(Z,X,v,F,p,G,O){if((v=(F=K(Z),Yk)(Z),X="",Z).M[41])for(G=Z.O(41),p=G.length,O=0;v--;)O=((O|0)+(Yk(Z)|0))%p,X+=n[G[O]];else for(;v--;)X+=n[K(Z)];Y(F,Z,X)})),M),function(Z,X,v,F,p){(F=(p=(X=(p=(F=(v=K(Z),K(Z)),X=K(Z),K(Z)),Z.O(X)),Z.O(p)),Z.O(F)),Y)(v,Z,TK(p,X,F,Z))}),function(Z,X){X=K(Z),Z=Z.O(X),oU(Z[0],Z[2],Z[1])})),window.performance||{}),M).F8=c.timeOrigin||(c.timing||{}).navigationStart||0,function(Z,X,v){v=(X=(v=(X=K(Z),K(Z)),0)!=Z.O(X),Z.O(v)),X&&Y(127,Z,v)})),M),function(Z,X,v){Y((X=(v=K(Z),K(Z)),X),Z,""+Z.O(v))}),0)),Y(75,M,M.S(4)),function(Z,X){z(Z,false,true)||(X=QE(Z),Y(X.W,Z,X.o.apply(X.N,X.C)))})),function(Z){fO(Z,1)})),function(Z,X,v,F){if(F=Z.Kz.pop()){for(v=K(Z);0<v;v--)X=K(Z),F[X]=Z.M[X];(F[154]=Z.M[F[217]=Z.M[217],154],Z).M=F}else Y(127,Z,Z.T)})),M.b1=function(Z,X){(X.push(Z[0]<<24|Z[1]<<16|Z[2]<<8|Z[3]),X).push(Z[4]<<24|Z[5]<<16|Z[6]<<8|Z[7]),X.push(Z[8]<<24|Z[9]<<16|Z[10]<<8|Z[11])},M),function(Z,X,v,F){F=(v=K(Z),X=K(Z),K(Z)),Y(F,Z,Z.O(v)>>>X)}),M),function(Z,X,v,F){(F=(X=(v=(F=K(Z),K(Z)),K(Z)),Z.O(F)),v=Z.O(v),Y)(X,Z,F[v])}),Y(33,M,function(Z,X,v){Y((v=K(Z),X=K(Z),v=Z.O(v),v=ct(v),X),Z,v)}),Y(86,M,function(Z,X,v,F,p,G){z(Z,false,true)||(X=QE(Z),G=X.o,F=X.C,v=F.length,p=X.N,G=0==v?new p[G]:1==v?new p[G](F[0]):2==v?new p[G](F[0],F[1]):3==v?new p[G](F[0],F[1],F[2]):4==v?new p[G](F[0],F[1],F[2],F[3]):2(),Y(X.W,Z,G))}),function(Z,X,v,F){Y((v=(X=(v=K(Z),K(Z)),Z.O(v)),F=Z.O(X),X),Z,F+v)})),false),M),function(Z){Z.BS(4)}),Y(212,M,339),function(Z,X){h2(Z,(X=Z.O(K(Z)),X))})),function(Z,X,v){z(Z,false,true)||(v=K(Z),X=K(Z),Y(X,Z,function(F){return eval(F)}(CO(Z.O(v)))))})),M),function(Z,X,v,F,p,G){if(!z(Z,true,true)){if("object"==(Z=(p=(v=(p=(G=(v=(X=K(Z),K)(Z),K(Z)),K)(Z),Z.O(v)),X=Z.O(X),Z).O(p),Z.O(G)),ct)(X)){for(F in G=[],X)G.push(F);X=G}for(Z=(F=0,0<Z?Z:1),G=X.length;F<G;F+=Z)v(X.slice(F,(F|0)+(Z|0)),p)}}),Y(154,M,2048),M),function(Z){Z.MQ(3)}),Y(136,M,function(Z,X,v,F,p){(X=(p=K(Z),v=K(Z),K(Z)),Z.D)==Z&&(F=Z.O(p),X=Z.O(X),v=Z.O(v),F[v]=X,78==p&&(Z.h=void 0,2==v&&Wt(Z)))}),nO)(),M),function(Z,X,v,F,p){(F=(X=(p=(X=K(Z),v=K(Z),F=K(Z),K(Z)),Z.O(X)),p=Z.O(p),Z).O(F),v=Z.O(v),0)!==X&&(F=TK(1,p,F,Z,X,v),$k(F,X,v),Y(255,Z,[X,v,F]))}),40),M,M),M),function(Z){Z.MQ(4)}),Y)(51,M,function(Z,X,v,F){Y((F=(v=(X=K(Z),K(Z)),K(Z)),F),Z,Z.O(X)||Z.O(v))}),[]),function(Z,X,v,F,p,G,O,D,w,x,P,B,t){for(G=(O=((F=(w=(P=(X=K(Z),0),function(H,E){for(;F<H;)P|=K(Z)<<F,F+=8;return E=P&(F-=H,(1<<H)-1),P>>=H,E}),0),w)(3)|0)+1,x=w(5),[]),B=v=0;B<x;B++)t=w(1),G.push(t),v+=t?0:1;for(v=((v|0)-1).toString(2).length,D=[],B=0;B<x;B++)G[B]||(D[B]=w(v));for(w=0;w<x;w++)G[w]&&(D[w]=K(Z));for(p=[];O--;)p.push(Z.O(K(Z)));Y(X,Z,function(H,E,OM,h,a){for(E=(a=0,OM=[],[]);a<x;a++){if(!(h=D[a],G)[a]){for(;h>=E.length;)E.push(K(H));h=E[h]}OM.push(h)}(H.i=H.l((a=H.A,a),p.slice()),H).R=H.l(a,OM)})})),M),0),M),[165,0,0]),function(Z,X,v,F){Y((F=(X=(v=(X=(F=K(Z),K(Z)),K(Z)),Z.O(X)),Z.O(F)==X),v),Z,+F)})),M),function(Z,X,v,F,p,G){z(Z,false,true)||(v=QE(Z),p=v.o,X=v.C,G=v.N,F=X.length,p=0==F?G[p]():1==F?G[p](X[0]):2==F?G[p](X[0],X[1]):3==F?G[p](X[0],X[1],X[2]):2(),Y(v.W,Z,p))}),function(Z,X,v,F,p){for(p=(F=(X=Yk((v=K(Z),Z)),[]),0);p<X;p++)F.push(K(Z));Y(v,Z,F)})),[]),194),M,N),false),M),{}),[])),function(Z,X,v,F){Y((X=(v=(F=K(Z),X=K(Z),K(Z)),F=Z.O(F),Z.O(X)),v),Z,F in X|0)})),M.I=[],0),M)),A2),b.yh],M),Q)(b.TD,true,M)}),IU=(r.prototype.S=function(M,b){for(b=[];M--;)b.push(255*Math.random()|0);return b},r.prototype.O=function(M,b){if(void 0===(b=this.M[M],b))throw[u,30,M];for(M=7;M--;);return b()},function(M){if("function"===typeof M)return M;return M[M[qf]||(M[qf]=function(b){return M.handleEvent(b)}),qf]}),LO=function(M,b,m,c){try{for(c=0;79669387488!=c;)b+=(m<<4^m>>>5)+(m|0)^(c|0)+(M[c&3]|0),c+=2489668359,m+=(b<<4^b>>>5)+(b|0)^(c|0)+(M[c>>>11&3]|0);return[b>>>24,b>>16&255,b>>8&255,b&255,m>>>24,m>>16&255,m>>8&255,m&255]}catch(n){throw n;}},f=(r.prototype.A=function(M){return(M=M().shift(),this.i()).length||this.R().length||(this.i=this.R=void 0),M},function(M,b){b.K.splice(0,0,M)}),ua=[],L=[],sM=[],C=[],UM=[],Wt=function(M){M.h=(M.pz=U(M,M.O(127))<<24|U(M,M.O(127))<<16|U(M,M.O(127))<<8|U(M,M.O(127)),void 0)},la=(I=r.prototype,function(M,b,m,c,n){if((n=(M.j=false,b)[0],n)==C)M.UF=25,M.G(b);else if(n==L){c=b[1];try{m=M.U||M.G(b)}catch(Z){V(Z,M),m=M.U}c(m)}else if(n==ua)M.G(b);else if(n==T)M.G(b);else if(n==A2){try{for(m=0;m<M.cS.length;m++)try{c=M.cS[m],c[0][c[1]](c[2])}catch(Z){}}catch(Z){}(0,b[1])((M.cS=[],function(Z,X){M.PS(Z,true,X)}),function(Z){f([sM],(Z=!M.K.length,M)),Z&&Q(true,false,M)})}else{if(n==UM)return m=b[6],c=b[2],Y(234,M,b[4]?[m[0].J]:m),Y(111,M,c),M.G(b);n==sM&&(M.M=null,M.eC=[],M.I=[])}}),u={},k=N.requestIdleCallback?function(M){requestIdleCallback(function(){M()},{timeout:4})}:N.setImmediate?function(M){setImmediate(M)}:function(M){setTimeout(M,0)},T=[],gA=(I.B="toString",function(M,b,m){return(Y(127,M,(RU(((m=M.O(127),M.I)&&m<M.T?(Y(127,M,M.T),h2(M,b)):Y(127,M,b),M)),m)),M).O(111)}),QE=function(M,b,m,c,n,Z){for(n=(b=(m=((Z=(c={},K)(M),c).W=K(M),c.C=[],M.D)==M?(K(M)|0)-1:1,K(M)),0);n<m;n++)c.C.push(K(M));for(c.o=M.O(Z);m--;)c.C[m]=M.O(c.C[m]);return c.N=M.O(b),c},yE=[],R=(r.prototype.SC=void 0,function(M,b,m,c,n,Z){if(3<(m=(0==(Z=(n=void 0,m&&m[0]===u&&(n=m[2],M=m[1],m=void 0),b.O(217)),Z.length)&&(c=b.O(99)>>3,Z.push(M,c>>8&255,c&255),void 0!=n&&Z.push(n)),M="",m&&(m.message&&(M+=m.message),m.stack&&(M+=":"+m.stack)),b.O(154)),m)){m-=(M=M.slice(0,(m|0)-3),(M.length|0)+3),M=ba(M.replace(/\\r\\n/g,"\\n")),n=b.D,b.D=b;try{l(75,b,W(M.length,2).concat(M),12)}finally{b.D=n}}Y(154,b,m)}),J,K=(I.EF=((I.Cz=false,I).dz="caller",36),function(M,b,m,c){if(M.i)return M.A(M.R);return(b=(b=M.O(127),m=b>>3,U(M,b)),M).h!=m>>3&&(M.h=m>>3,c=M.O(78),M.GD=LO([0,0,c[1],c[2]],M.pz,M.h)),b^M.GD[m&M[L].length]}),l=(r.prototype.Zk=function(M,b,m){if(3==M.length){for(m=0;3>m;m++)b[m]+=M[m];for(m=[13,8,13,12,16,5,(M=0,3),10,15];9>M;M++)b[3](b,M%3,m[M])}},function(M,b,m,c,n,Z){if(b.D==b)for(n=b.O(M),75==M?(M=function(X,v,F,p){if(v=(p=n.length,(p|0)-4>>3),n.fz!=v){n.fz=(F=[0,0,Z[1],Z[2]],v),v=(v<<3)-4;try{n.JU=LO(F,jF(v,n),jF((v|0)+4,n))}catch(G){throw G;}}n.push(n.JU[p&7]^X)},Z=b.O(160)):M=function(X){n.push(X)},c&&M(c&255),b=m.length,c=0;c<b;c++)M(m[c])}),jF=function(M,b){return b[M]<<24|b[(M|0)+1]<<16|b[(M|0)+2]<<8|b[(M|0)+3]},V=function(M,b){b.U=((b.U?b.U+"~":"E:")+M.message+":"+M.stack).slice(0,2048)},h2=((r.prototype.X8=void 0,r.prototype).rz=(I.qQ=35,function(){return K(this)}),function(M,b){Y(127,M,((M.Kz.push(M.M.slice()),M).M[127]=void 0,b))}),TK=function(M,b,m,c,n,Z,X){return X=function(){if(c.D==c){if(c.M){var v=[UM,m,b,void 0,n,Z,arguments];if(2==M)var F=(f(v,c),Q)(false,false,c);else if(1==M){var p=!c.K.length;(f(v,c),p)&&Q(false,false,c)}else F=la(c,v);return F}n&&Z&&oU(n,X,Z)}}},U=function(M,b){if(b>=M.T)throw[u,31];return(Y(127,M,(b|0)+8),M.I)[b>>3]},RU=function(M,b,m,c,n,Z){if(!M.U){M.s++;try{for(Z=(b=M.T,c=(m=void 0,5001),0);(M.Cz||--c)&&(M.i||(Z=M.O(127))<b);)try{n=void 0,M.i?m=M.A(M.i):(Y(99,M,Z),n=K(M),m=M.O(n)),m&&m.call?m(M):R(0,M,[u,21,n]),M.j=true,z(M,false,false)}catch(X){M.O(212)?R(22,M,X):Y(212,M,X)}c||R(0,M,[u,33])}catch(X){try{R(22,M,X)}catch(v){V(v,M)}}M.s--}},z=(((I=r.prototype,I.Il=function(M,b,m){return M^((b^=b<<13,b^=b>>17,b=(b^b<<5)&m)||(b=1),b)},I.hU=function(){return Math.floor(this.F())},I.Yg=function(M,b,m,c,n){for(n=c=0;c<M.length;c++)n+=M.charCodeAt(c),n+=n<<10,n^=n>>6;return c=new Number((M=(n+=n<<3,n^=n>>11,n)+(n<<15)>>>0,M&(1<<b)-1)),c[0]=(M>>>b)%m,c},I.al=function(M,b,m,c){for(;m--;)127!=m&&99!=m&&b.M[m]&&(b.M[m]=b[c](b[M](m),this));b[M]=this},I).F=(window.performance||{}).now?function(){return this.F8+window.performance.now()}:function(){return+new Date},I).vS=function(M,b,m,c,n,Z){for(n=(m=c=0,[]);m<M.length;m++)for(c+=b,Z=Z<<b|M[m];7<c;)c-=8,n.push(Z>>c&255);return n},I.Rl=function(){return Math.floor(this.OF+(this.F()-this.v))},r.prototype.G=function(M,b){return b={},M={},function(m,c,n,Z,X,v,F,p,G,O,D,w,x,P,B,t,H){b=(F=b,M);try{if(D=m[0],D==yE)return F==M?59:83;if(D==T){X=m[1];try{for(t=(p=[],0);t<X.length;){if((B=(P=(x=S[X.charAt(t++)],t<X.length?S[X.charAt(t)]:0),++t,t<X.length?S[X.charAt(t)]:64),++t,v=t<X.length?S[X.charAt(t)]:64,++t,null==x||null==P)||null==B||null==v)throw Error();64!=(p.push(x<<2|P>>4),B)&&(p.push(P<<4&240|B>>2),64!=v&&p.push(B<<6&192|v))}Y(78,(this.T=(this.I=p,this.I).length<<3,this),[0,0,0])}catch(E){R(17,this,E);return}RU(this)}else if(D==C)m[1].push(this.O(103).length,this.O(75).length,this.O(154),this.O(76).length),Y(111,this,m[2]),this.M[174]&&gA(this,this.O(174));else{if(D==L){this.D=(w=(G=W((p=m[2],(this.O(103).length|0)+2),2),this).D,this);try{O=this.O(217),0<O.length&&l(103,this,W(O.length,2).concat(O),15),l(103,this,[1],104),l(103,this,W(this[L].length,1)),X=0,X+=this.O(119)&2047,n=this.O(75),X-=(this.O(103).length|0)+5,4<n.length&&(X-=(n.length|0)+3),0<X&&l(103,this,W(X,2).concat(this.S(X)),10),4<n.length&&l(103,this,W(n.length,2).concat(n),153)}finally{this.D=w}if(H=((Z=this.S(2).concat(this.O(103)),Z)[1]=Z[0]^3,Z[3]=Z[1]^G[0],Z[4]=Z[1]^G[1],this.u1(Z)))H="!"+H;else for(H="",X=0;X<Z.length;X++)c=Z[X][this.B](16),1==c.length&&(c="0"+c),H+=c;return(Y((((t=H,this).O(103).length=p.shift(),this.O(75)).length=p.shift(),154),this,p.shift()),this).O(76).length=p.shift(),t}if(D==ua)gA(this,m[1]);else if(D==UM)return gA(this,m[1])}}finally{b=F}}}(),function(M,b,m,c){if(!(c=0<M.Dk&&M.Y&&M.i1&&1>=M.s&&!M.i&&!M.L&&(M.j||!m)&&0==document.hidden,c)||(c?M.F():M.nz)-M.v<M.Dk-(b?255:m?5:2))return false;return M.L=((Y(127,(b=M.O(m?99:127),M),M.T),M.K).push([ua,b]),true)}),KO,fO=(r.prototype.u1=function(M,b,m,c,n,Z,X,v,F,p){for(c=[],X=0;X<M.length;X+=3)F=X+2<M.length,n=X+1<M.length,v=F?M[X+2]:0,p=n?M[X+1]:0,m=M[X],Z=(m&3)<<4|p>>4,b=v&63,v=(p&15)<<2|v>>6,m>>=2,F||(b=64,n||(v=64)),c.push(d[m],d[Z],d[v],d[b]);return c.join("")},r.prototype.MQ=function(M,b,m,c){l(((b=(m=(b=K((M&=(c=M&3,4),this)),K(this)),this.O(b)),M)&&(b=ba((""+b).replace(/\\r\\n/g,"\\n"))),c&&l(m,this,W(b.length,2)),m),this,b)},r.prototype.BS=function(M,b,m){for(b=(m=K(this),0);0<M;M--)b=b<<8|K(this);Y(m,this,b)},function(M,b,m,c){l((m=(c=K(M),K(M)),m),M,W(M.O(c),b))}),M_=(KO=function(M){return K(M)^K(M)},function(M,b,m,c){for(;b.K.length;){b.L=false,m=b.K.pop();try{c=la(b,m)}catch(n){V(n,b)}if(M&&b.L){k(function(){Q(true,true,b)});break}}return c}),bg=function(M,b,m){return b.PS(function(c){m=c},false,M),m},zK,Q=function(M,b,m,c,n,Z){if(m.K.length){m.Y&&0(),m.i1=M,m.Y=true;try{Z=m.F(),m.v=Z,m.nz=Z,c=M_(M,m),n=m.F()-m.v,m.OF+=n,n<(b?0:10)||0>=m.UF--||(n=Math.floor(n),m.eC.push(254>=n?n:254))}finally{m.Y=false}return c}},CO=function(M,b){return(b=XN())&&1===M.eval(b.createScript("1"))?function(m){return b.createScript(m)}:function(m){return""+m}}(((r.prototype[A2]=[0,0,(zK=/./,1),1,0,1,1],r.bind)&&(KO[r.prototype.B]=T.pop.bind(r.prototype[C]),zK[r.prototype.B]=T.pop.bind(r.prototype[C])),N)),ZZ=["botguard"],g=N;ZZ[0]in g||"undefined"==typeof g.execScript||g.execScript("var "+ZZ[0]);for(var y;ZZ.length&&(y=ZZ.shift());)g=g[y]&&g[y]!==Object.prototype[y]?g[y]:g[y]={};(J=N.botguard,40)<J.m||(J.m=41,J.bg=vt,J.a=Mf),J.vaK_=function(M,b,m,c){return c=new r(M,{yh:b,TD:m}),[function(n){return bg(n,c)}]};try{J.u||($k(function(){},N,"unload"),J.u=1)}catch(M){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="MZAFn+F4aOtaFLbwnmW3wQ">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="MZAFn+F4aOtaFLbwnmW3wQ">
  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="MZAFn+F4aOtaFLbwnmW3wQ">
  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="MZAFn+F4aOtaFLbwnmW3wQ">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="MZAFn+F4aOtaFLbwnmW3wQ">
  (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="MZAFn+F4aOtaFLbwnmW3wQ">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="MZAFn+F4aOtaFLbwnmW3wQ">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsdunlap.ee92%40gtalumni.org%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsdunlap.ee92%40gtalumni.org%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%2Fsdunlap.ee92%40gtalumni.org%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fsdunlap.ee92%40gtalumni.org%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
