
<!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: local('Open Sans Light'), local('OpenSans-Light'), url(//fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.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>
  .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>
  .need-help-reverse {
  float: right;
  }
  .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 {
  position: absolute;
  left: 50%;
  top: 380px;
  margin-left: 150px;
  }
  .dasher-tooltip .tooltip-pointer {
  margin-top: 15px;
  }
  .dasher-tooltip p {
  margin-top: 0;
  }
  .dasher-tooltip p span {
  display: block;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .dasher-tooltip {
  top: 340px;
  }
</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="card signin-card clearfix">
<img class="profile-img" src="//ssl.gstatic.com/accounts/ui/avatar_2x.png" alt="">
<p class="profile-name"></p>
  <form novalidate method="post" action="https://accounts.google.com/ServiceLoginAuth" id="gaia_loginform">
  <input name="GALX" type="hidden"
           value="-WGLeZhcLv0">
  <input name="continue" type="hidden" value="https://www.google.com/calendar/feeds/6827ilsgfast1msmmlodp0p1sg%40group.calendar.google.com/public/basic">
  <input name="followup" type="hidden" value="https://www.google.com/calendar/feeds/6827ilsgfast1msmmlodp0p1sg%40group.calendar.google.com/public/basic">
  <input name="service" type="hidden" value="cl">
  <input name="scc" type="hidden" value="1">
  <input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/>
  <input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
<label class="hidden-label" for="Email">Email</label>
<input id="Email" name="Email" type="email"
       placeholder="Email"
       value=""
       spellcheck="false"
       class="">
<label class="hidden-label" for="Passwd">Password</label>
<input id="Passwd" name="Passwd" type="password"
       placeholder="Password"
       class="">
<input id="signIn" name="signIn" class="rc-button rc-button-submit" type="submit" value="Sign in">
  <input type="hidden" name="PersistentCookie" value="yes">
  <a id="link-forgot-passwd" href="https://accounts.google.com/RecoverAccount?service=cl&amp;continue=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2F6827ilsgfast1msmmlodp0p1sg%2540group.calendar.google.com%2Fpublic%2Fbasic"
       
       >
  Need help?
  </a>
  </form>
</div>
<div class="one-google">
  <p class="create-account">
  <a id="link-signup" href="https://accounts.google.com/SignUp?service=cl&amp;continue=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2F6827ilsgfast1msmmlodp0p1sg%2540group.calendar.google.com%2Fpublic%2Fbasic">
  Create an account
  </a>
  </p>
<p class="tagline">
  One Google Account for everything Google
</p>
<div class="logo-strip"></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">
  var gaia_attachEvent = function(element, event, callback) {
  if (element.addEventListener) {
  element.addEventListener(event, callback, false);
  } else if (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">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */(function(){eval('var g=this,k,l=function(a,b,c){if(b=typeof a,"object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;if(c=Object.prototype.toString.call(a),"[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==b&&"undefined"==typeof a.call)return"object";return b},t=function(a,b,c,d,e){c=a.split("."),d=g,c[0]in d||!d.execScript||d.execScript("var "+c[0]);for(;c.length&&(e=c.shift());)c.length||void 0===b?d=d[e]?d[e]:d[e]={}:d[e]=b},u=function(a,b){return a<b?-1:a>b?1:0},v;a:{var w=g.navigator;if(w){var aa=w.userAgent;if(aa){k=aa;break a}}k=""}var x="",ba=function(a){return(a=g.document)?a.documentMode:void 0},y=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(k),ca=(y&&(x=y?y[1]:""),ba()),da=ca>parseFloat(x)?String(ca):x,z=function(a,b,c,d,e,f,h,m,n,r,q,p){if(!(b=ea[a])){for(b=0,c=String(da).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split("."),d=String(a).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split("."),e=Math.max(c.length,d.length),f=0;0==b&&f<e;f++){m=d[f]||"",h=c[f]||"",n=RegExp("(\\\\d*)(\\\\D*)","g"),r=RegExp("(\\\\d*)(\\\\D*)","g");do{if(q=n.exec(h)||["","",""],p=r.exec(m)||["","",""],0==q[0].length&&0==p[0].length)break;b=u(0==q[1].length?0:parseInt(q[1],10),0==p[1].length?0:parseInt(p[1],10))||u(0==q[2].length,0==p[2].length)||u(q[2],p[2])}while(0==b)}b=ea[a]=0<=b}return b},fa=g.document,ea={},ga=fa?ba()||("CSS1Compat"==fa.compatMode?parseInt(da,10):5):void 0,A=(z("9"),new function(){},9<=ga),ha=function(a,b,c,d,e){for(b=[],d=c=0;d<a.length;d++)e=a.charCodeAt(d),128>e?b[c++]=e:(2048>e?b[c++]=e>>6|192:(b[c++]=e>>12|224,b[c++]=e>>6&63|128),b[c++]=e&63|128);return b},ia=!z("9"),D=(z("8"),z("9"),function(a,b,c,d,e){C.call(this,a?a.type:""),this.relatedTarget=this.currentTarget=this.target=null,this.charCode=this.keyCode=this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.L=this.state=null,a&&(c=this.type=a.type,this.target=a.target||a.srcElement,this.currentTarget=b,e=a.relatedTarget,d=a.changedTouches?a.changedTouches[0]:null,e||("mouseover"==c?e=a.fromElement:"mouseout"==c&&(e=a.toElement)),this.relatedTarget=e,null===d?(this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.offsetY=void 0!==a.offsetY?a.offsetY:a.layerY,this.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.screenY=a.screenY||0,this.screenX=a.screenX||0,this.offsetX=void 0!==a.offsetX?a.offsetX:a.layerX):(this.clientY=void 0!==d.clientY?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0,this.clientX=void 0!==d.clientX?d.clientX:d.pageX),this.L=a,this.metaKey=a.metaKey,this.altKey=a.altKey,this.state=a.state,this.ctrlKey=a.ctrlKey,this.keyCode=a.keyCode||0,this.charCode=a.charCode||("keypress"==c?a.keyCode:0),this.shiftKey=a.shiftKey,this.button=a.button,a.defaultPrevented&&this.preventDefault())}),C=function(a,b){this.type=a,this.currentTarget=this.target=b,this.defaultPrevented=false},ja=(C.prototype.preventDefault=function(){this.defaultPrevented=true},function(){function a(){}a.prototype=C.prototype,D.ua=C.prototype,D.prototype=new a,D.Ea=function(a,c,d,e,f){for(e=Array(arguments.length-2),f=2;f<arguments.length;f++)e[f-2]=arguments[f];return C.prototype[c].apply(a,e)}}(),D.prototype.preventDefault=function(a){if(D.ua.preventDefault.call(this),a=this.L,a.preventDefault)a.preventDefault();else if(a.returnValue=false,ia)try{if(a.ctrlKey||112<=a.keyCode&&123>=a.keyCode)a.keyCode=-1}catch(b){}},"closure_listenable_"+(1E6*Math.random()|0)),ka=function(a){a.listener=null,a.N=null,a.A=null,a.src=null,a.B=true},E=function(a){this.o={},this.S=0,this.src=a},ma=function(a,b,c,d,e){this.type=c,this.src=b,this.Z=!!d,this.N=e,this.A=null,this.listener=a,this.key=++la,this.B=this.H=false},la=(E.prototype.add=function(a,b,c,d,e,f,h,m){f=a.toString(),a=this.o[f],a||(a=this.o[f]=[],this.S++);a:{for(h=0;h<a.length;++h)if(m=a[h],!m.B&&m.listener==b&&m.Z==!!d&&m.N==e)break a;h=-1}return-1<h?(b=a[h],c||(b.H=false)):(b=new ma(b,this.src,f,!!d,e),b.H=c,a.push(b)),b},0),F="closure_lm_"+(1E6*Math.random()|0),oa=function(a,b,c,d,e){if(a.B)returntrue;if(!A){if(!(c=b))a:{for(d=g,c=["window","event"];e=c.shift();)if(null!=d[e])d=d[e];else{c=null;break a}c=d}return c=new D(c,this),d=true,d=na(a,c)}return na(a,new D(b,this))},pa=function(a){return a in G?G[a]:G[a]="on"+a},H=function(a,b,c,d,e,f,h){if("array"==l(b))for(f=0;f<b.length;f++)H(a,b[f],c,d,e);else if(c=qa(c),a&&a[ja])a.Fa(b,c,d,e);else{if(!b)throw Error("Invalid event type");if(f=!!d,!f||A)if((h=ta(a))||(a[F]=h=new E(a)),c=h.add(b,c,false,d,e),!c.A){if(d=ua(),d.listener=c,d.src=a,c.A=d,a.addEventListener)a.addEventListener(b.toString(),d,f);else if(a.attachEvent)a.attachEvent(pa(b.toString()),d);else throw Error("addEventListener and attachEvent are unavailable.");va++}}},ua=function(a,b){return a=oa,b=A?function(c){return a.call(b.src,b.listener,c)}:function(c){if(c=a.call(b.src,b.listener,c),!c)return c}},va=0,na=function(a,b,c,d,e,f,h,m,n,r){if(d=a.N||a.src,c=a.listener,a.H&&"number"!=typeof a&&a&&!a.B)if((e=a.src)&&e[ja])e.Ga(a);else if(h=a.A,f=a.type,e.removeEventListener?e.removeEventListener(f,h,a.Z):e.detachEvent&&e.detachEvent(pa(f),h),va--,f=ta(e)){if(h=a.type,m=h in f.o){m=f.o[h];b:if("string"==typeof m)n="string"==typeof a&&1==a.length?m.indexOf(a,0):-1;else{for(n=0;n<m.length;n++)if(n in m&&m[n]===a)break b;n=-1}(r=0<=n)&&Array.prototype.splice.call(m,n,1),m=r}m&&(ka(a),0==f.o[h].length&&(delete f.o[h],f.S--)),0==f.S&&(f.src=null,e[F]=null)}else ka(a);return c.call(d,b)},ta=function(a){return a=a[F],a instanceof E?a:null},G={},I="__closure_events_fn_"+(1E9*Math.random()>>>0),wa=function(a,b){a.aa.push(a.c.slice()),a.c[a.b]=void 0,J(a,a.b,b)},L=function(a,b,c,d,e,f){for(e=a.a(b),b=b==a.j?function(b,c,d,f){if(c=e.length,d=c-4>>3,e.sa!=d){e.sa=d,d=(d<<3)-4,f=[0,0,0,a.a(a.V)];try{e.qa=xa(K(e,d),K(e,d+4),f)}catch(q){throw q;}}e.push(e.qa[c&7]^b)}:function(a){e.push(a)},d&&b(d&255),f=0,d=c.length;f<d;f++)b(c[f])},M={},Q=function(a,b,c,d,e,f,h){try{for(this.c=[],J(this,this.b,0),J(this,this.v,0),J(this,this.h,[]),J(this,this.i,[]),J(this,this.j,N(4)),J(this,this.U,0),J(this,this.ia,"object"==typeof window?window:g),J(this,this.ka,this),J(this,this.F,{}),J(this,this.G,0),J(this,this.ha,[]),J(this,this.V,0),J(this,this.s,2048),J(this,this.l,this.l),b=0,this.K=true;64>b;++b)O[b]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(b),M["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(b)]=b;if(O[64]="",M["+"]=62,M["/"]=63,M["="]=64,a&&"!"==a.charAt(0))this.w=a;else{for(c=0,b=[];c<a.length;){if(d=M[a.charAt(c++)],e=c<a.length?M[a.charAt(c)]:0,++c,f=c<a.length?M[a.charAt(c)]:64,++c,h=c<a.length?M[a.charAt(c)]:64,++c,null==d||null==e||null==f||null==h)throw Error();b.push(d<<2|e>>4),64!=f&&(b.push(e<<4&240|f>>2),64!=h&&b.push(f<<6&192|h))}(this.g=b)&&this.g.length?(this.aa=[],this.R()):this.f(this.ca)}}catch(m){P(this,m)}},O={},ya=(v=Q.prototype,v.i=207,v.na=10,function(a,b,c,d,e,f,h,m,n){return e=Q.prototype,d=function(){return c()},m=Q,f=e.R,n=e.f,h=e.Y,c=function(a,q,p){for(a=d[e.C],q=a===b,p=0,a=a&&a[e.C];a&&a!=f&&a!=h&&a!=m&&a!=n&&20>p;)p++,a=a[e.C];return c[e.pa+q+!(!a+(p+3>>3))]},d[e.X]=e,c[e.ga]=a,a=void 0,d}),za=(v.j=124,function(a,b,c){return c=function(){return a},b=function(){return c()},b.va=function(b){a=b},b}),R=(v.l=169,Q.prototype.Aa=function(a,b,c,d){try{d=a[(b+2)%3],a[b]=a[b]-a[(b+1)%3]-d^(1==b?d<<c:d>>>c)}catch(e){throw e;}},v.D={},v.X="toString",v.U=193,function(a,b,c,d){for(d=b-1,c=[];0<=d;d--)c[b-1-d]=a>>8*d&255;return c}),J=(v.oa=42,v.h=102,Q.prototype.f=function(a,b,c,d){d=this.a(this.v),a=[a,d>>8&255,d&255],void 0!=c&&a.push(c),0==this.a(this.i).length&&(this.c[this.i]=void 0,J(this,this.i,a)),c="",b&&(b.message&&(c+=b.message),b.stack&&(c+=":"+b.stack)),b=this.a(this.s),3<b&&(c=c.slice(0,b-3),b-=c.length+3,c=ha(c.replace(/\\r\\n/g,"\\n")),L(this,this.j,R(c.length,2).concat(c),this.ma)),J(this,this.s,b)},function(a,b,c){if(b==a.b||b==a.v)a.c[b]?a.c[b].va(c):a.c[b]=za(c);else if(b!=a.h&&b!=a.j&&b!=a.i||!a.c[b])a.c[b]=ya(c,a.a);b==a.G&&(a.J=void 0,J(a,a.b,a.a(a.b)+4))}),P=function(a,b){a.w=("E:"+b.message+":"+b.stack).slice(0,2048)},xa=(v.ha=177,v.da=31,v.T=147,v.ea=33,function(a,b,c,d){try{for(d=0;84941944608!=d;)a+=(b<<4^b>>>5)+b^d+c[d&3],d+=2654435769,b+=(a<<4^a>>>5)+a^d+c[d>>>11&3];return[a>>>24,a>>16&255,a>>8&255,a&255,b>>>24,b>>16&255,b>>8&255,b&255]}catch(e){throw e;}}),T=(v.b=228,v.ba=21,function(a,b,c,d,e,f){for(b={},c=S(a),b.P=S(a),b.m=[],d=S(a)-1,e=S(a),f=0;f<d;f++)b.m.push(S(a));for(b.M=a.a(c),b.O=a.a(e);d--;)b.m[d]=a.a(b.m[d]);return b}),S=function(a,b,c){if(b=a.a(a.b),!(b in a.g))throw a.f(a.da),a.D;return void 0==a.J&&(a.J=K(a.g,b-4),a.I=void 0),a.I!=b>>3&&(a.I=b>>3,c=[0,0,0,a.a(a.G)],a.ra=xa(a.J,a.I,c)),J(a,a.b,b+1),a.g[b]^a.ra[b%8]},Ba=function(a,b,c,d){return function(){if(!d||a.K)return J(a,a.ja,d?[arguments[0].L]:arguments),J(a,a.F,c),Aa(a,b)}},Aa=(v.ka=56,v.u=22,function(a,b,c,d){return c=a.a(a.b),a.g&&c<a.g.length?(J(a,a.b,a.g.length),wa(a,b)):J(a,a.b,b),d=a.R(),J(a,a.b,c),d}),N=(v.ja=51,v.C="caller",v.W=246,v.V=47,v.F=164,function(a,b){for(b=Array(a);a--;)b[a]=255*Math.random()|0;return b}),K=(v.fa=30,Q.prototype.a=function(a,b){if(b=this.c[a],void 0===b)throw this.f(this.fa,0,a),this.D;return b()},v.ga=36,v.pa=34,Q.prototype.za=function(a,b,c,d){if(3==a.length){for(c=0;3>c;c++)b[c]+=a[c];for(c=0,d=[13,8,13,12,16,5,3,10,15];9>c;c++)b[3](b,c%3,d[c])}},v.ca=17,v.ia=190,v.la=15,v.v=189,Q.prototype.Ba=function(a,b){b.push(a[0]<<24|a[1]<<16|a[2]<<8|a[3]),b.push(a[4]<<24|a[5]<<16|a[6]<<8|a[7]),b.push(a[8]<<24|a[9]<<16|a[10]<<8|a[11])},function(a,b){return a[b]<<24|a[b+1]<<16|a[b+2]<<8|a[b+3]}),qa=(v.G=119,v.s=75,v.$=[function(a){U(a,4)},function(a){Y(a,4)},function(a,b,c){b=S(a),c=S(a),0!=a.a(b)&&J(a,a.b,a.a(c))},function(a){Z(a,4)},function(a,b,c){b=S(a),c=S(a),b=a.a(b),J(a,c,b)},function(a,b,c,d,e,f,h,m,n){if(b=S(a),c=S(a)<<8|S(a),d="",void 0!=a.c[a.T])for(e=a.a(a.T);c--;)f=e[S(a)<<8|S(a)],d+=f;else{for(d=Array(c),e=0;e<c;e++)d[e]=S(a);for(c=[],f=e=0;e<d.length;)h=d[e++],128>h?c[f++]=String.fromCharCode(h):191<h&&224>h?(m=d[e++],c[f++]=String.fromCharCode((h&31)<<6|m&63)):(m=d[e++],n=d[e++],c[f++]=String.fromCharCode((h&15)<<12|(m&63)<<6|n&63));d=c.join("")}J(a,b,d)},function(a,b,c,d){b=S(a),c=S(a),d=S(a),c=a.a(c),b=a.a(b),J(a,d,b[c])},function(a,b,c,d){b=S(a),c=S(a),d=a.a(S(a)),c=a.a(c),J(a,b,Ba(a,c,d))},function(a,b,c,d){b=S(a),c=S(a),d=S(a),J(a,d,a.a(b)<<c)},function(a,b){b=a.a(S(a)),wa(a,b)},function(a){Y(a,1)},function(a,b,c){b=S(a),c=S(a),J(a,c,function(a){return eval(a)}(a.a(b)))},function(a,b,c,d){b=S(a),c=S(a),d=S(a),J(a,d,(a.a(b)in a.a(c))+0)},function(a){U(a,0)},function(a,b,c,d){if(b=a.aa.pop()){for(c=S(a);0<c;c--)d=S(a),b[d]=a.c[d];b[a.i]=a.c[a.i],a.c=b}else J(a,a.b,a.g.length)},function(a,b,c,d,e){for(b=S(a),c=S(a)<<8|S(a),d=Array(c),e=0;e<c;e++)d[e]=S(a);J(a,b,d)},function(a){U(a,7)},function(a,b,c,d){b=S(a),c=S(a),d=S(a),J(a,d,a.a(b)|a.a(c))},function(a,b,c){b=S(a),c=S(a),J(a,c,a.a(c)-a.a(b))},function(a,b){b=T(a),J(a,b.P,b.M.apply(b.O,b.m))},function(a){Y(a,2)},function(a){U(a,3)},function(a,b,c){b=S(a),c=S(a),J(a,c,a.a(c)*a.a(b))},function(){},function(a,b,c){b=S(a),c=S(a),J(a,c,a.a(c)%a.a(b))},function(a){Z(a,2)},function(a,b,c,d,e,f,h){b=T(a),d=b.O,e=b.M,c=b.m,h=c.length,0==h?f=new d[e]:1==h?f=new d[e](c[0]):2==h?f=new d[e](c[0],c[1]):3==h?f=new d[e](c[0],c[1],c[2]):4==h?f=new d[e](c[0],c[1],c[2],c[3]):a.f(a.u),J(a,b.P,f)},function(a,b,c,d,e,f,h){b=T(a),d=b.O,e=b.M,c=b.m,h=c.length,0==h?f=d[e]():1==h?f=d[e](c[0]):2==h?f=d[e](c[0],c[1]):3==h?f=d[e](c[0],c[1],c[2]):a.f(a.u),J(a,b.P,f)},function(a,b,c){b=S(a),c=S(a),b=a.a(b),J(a,c,l(b))},function(a,b,c,d){b=S(a),c=S(a),d=S(a),J(a,d,a.a(b)||a.a(c))},function(a,b,c,d,e){b=S(a),c=S(a),d=S(a),b=a.a(b),e=a.a(S(a)),c=a.a(c),d=a.a(d),0!==b&&H(b,c,Ba(a,d,e,true))},function(a,b,c){b=S(a),c=S(a),J(a,c,""+a.a(b))},function(a){Z(a,1)},function(a,b,c,d){b=S(a),c=S(a),d=S(a),a.a(b)[a.a(c)]=a.a(d)},function(a,b,c){b=S(a),c=S(a),J(a,c,a.a(c)+a.a(b))},function(a,b,c,d,e,f){if(b=S(a),c=S(a),d=S(a),e=S(a),b=a.a(b),c=a.a(c),d=a.a(d),a=a.a(e),"object"==l(b)){for(f in e=[],b)e.push(f);b=e}for(e=0,f=b.length;e<f;e+=d)c(b.slice(e,e+d),a)},function(){},function(a,b,c,d){b=S(a),c=S(a),d=S(a),a.a(b)>a.a(c)&&J(a,d,a.a(d)+1)},function(a,b,c,d){b=S(a),c=S(a),d=S(a),J(a,d,a.a(b)>>c)},function(a,b,c,d){b=S(a),c=S(a),d=S(a),a.a(b)==a.a(c)&&J(a,d,a.a(d)+1)}],v.ma=12,v=Q.prototype,function(a){if("function"==l(a))return a;return a[I]||(a[I]=function(b){return a.handleEvent(b)}),a[I]}),Z=(v.ya=function(a){return(a=window.performance)&&a.now?function(){return a.now()|0}:function(){return+new Date}}(),function(a,b,c,d){c=S(a),d=S(a),L(a,d,R(a.a(c),b))}),Y=(v.Da=function(a,b,c,d,e,f){for(c=[],f=d=0;f<a.length;f++)for(e=e<<b|a[f],d+=b;7<d;)d-=8,c.push(e>>d&255);return c},function(a,b,c,d){for(c=S(a),d=0;0<b;b--)d=d<<8|S(a);J(a,c,d)}),U=(v.ta=function(a,b){return b=this.Y(),a&&a(b),b},v.R=function(a,b,c,d,e,f){try{for(d=0,c=void 0,b=5001,a=this.g.length;--b&&(d=this.a(this.b))<a;)try{J(this,this.v,d),e=S(this)%this.$.length,(c=this.$[e])?c(this):this.f(this.ba,0,e)}catch(h){h!=this.D&&(f=this.a(this.l),f!=this.l?(J(this,f,h),J(this,this.l,this.l)):this.f(this.u,h))}b||this.f(this.ea)}catch(h){try{this.f(this.u,h)}catch(m){P(this,m)}}return this.a(this.F)},v.Y=function(a,b,c,d,e,f,h,m,n,r,q,p,ra,V,sa,W,X,B){if(this.w)return this.w;try{for(this.K=false,b=this.a(this.h).length,c=this.a(this.j).length,d=this.a(this.s),this.c[this.W]&&Aa(this,this.a(this.W)),e=this.a(this.i),0<e.length&&L(this,this.h,R(e.length,2).concat(e),this.la),f=this.a(this.U)&255,f-=this.a(this.h).length+5,h=this.a(this.j),4<h.length&&(f-=h.length+3),0<f&&L(this,this.h,R(f,2).concat(N(f)),this.na),4<h.length&&L(this,this.h,R(h.length,2).concat(h),this.oa),m=N(2).concat(this.a(this.h)),m[1]=m[0]^3,f=0,e=[];f<m.length;f+=3)r=m[f],p=(q=f+1<m.length)?m[f+1]:0,V=(ra=f+2<m.length)?m[f+2]:0,X=V&63,W=(p&15)<<2|V>>6,sa=(r&3)<<4|p>>4,h=r>>2,ra||(X=64,q||(W=64)),e.push(O[h],O[sa],O[W],O[X]);if(n=e.join(""))n="!"+n;else for(r=0,n="";r<m.length;r++)B=m[r][this.X](16),1==B.length&&(B="0"+B),n+=B;this.a(this.h).length=b,this.a(this.j).length=c,J(this,this.s,d),a=n,this.K=true}catch(Ca){P(this,Ca),a=this.w}return a},v.Ca=function(a,b,c,d){for(d=c=0;d<a.length;d++)c+=a.charCodeAt(d),c+=c<<10,c^=c>>6;return c+=c<<3,c^=c>>11,(c+(c<<15)>>>0)%b},v.wa=function(a,b,c){return b^=b<<13,b^=b>>17,(b=(b^b<<5)&c)||(b=1),a^b},function(a,b,c,d,e,f){d=b&3,c=b&4,e=S(a),f=S(a),e=a.a(e),c&&(e=ha((""+e).replace(/\\r\\n/g,"\\n"))),d&&L(a,f,R(e.length,2)),L(a,f,e)});v.xa=function(a,b,c,d){for(d=0,c=2166136261;d<a.length;d++)c^=a.charCodeAt(d),c+=(c<<1)+(c<<4)+(c<<7)+(c<<8)+(c<<24);return c&b};try{H(window,"unload",function(){})}catch(a){}t("botguard.bg",Q),t("botguard.bg.prototype.invoke",Q.prototype.ta);')})()</script>
  <script type="text/javascript">
  document.bg = new botguard.bg('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');
  </script>
<script>
  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 form = null;
    if (document.getElementById) {
      form = document.getElementById('gaia_loginform');
    }

    if (form && form.Email &&
        (form.Email.value == null || form.Email.value == '')
        && (form.Email.type != 'hidden')) {
      hashParams = gaia_parseFragment();
      if (hashParams['Email'] && hashParams['Email'] != '') {
        form.Email.value = hashParams['Email'];
      }
    }
  }

  
  try {
    gaia_prefillEmail();
  } catch (e) {
  }
  
</script>
<script>
  function gaia_setFocus() {
  var form = null;
  var isFocusableField = function(inputElement) {
  if (!inputElement) {
  return false;
  }
  if (inputElement.type != 'hidden' && inputElement.focus &&
  inputElement.style.display != 'none') {
  return true;
  }
  return false;
  };
  var isFocusableErrorField = function(inputElement) {
  if (!inputElement) {
  return false;
  }
  var hasError = inputElement.className.indexOf('form-error') > -1;
  if (hasError && isFocusableField(inputElement)) {
  return true;
  }
  return false;
  };
  var isFocusableEmptyField = function(inputElement) {
  if (!inputElement) {
  return false;
  }
  var isEmpty = inputElement.value == null || inputElement.value == '';
  if (isEmpty && isFocusableField(inputElement)) {
  return true;
  }
  return false;
  };
  if (document.getElementById) {
  form = document.getElementById('gaia_loginform');
  }
  if (form) {
  var userAgent = navigator.userAgent.toLowerCase();
  var formFields = form.getElementsByTagName('input');
  for (var i = 0; i < formFields.length; i++) {
        var currentField = formFields[i];
        if (isFocusableErrorField(currentField)) {
          currentField.focus();
          
          var currentValue = currentField.value;
          currentField.value = '';
          currentField.value = currentValue;
          return;
        }
      }
      
      
      
        for (var j = 0; j < formFields.length; j++) {
          var currentField = formFields[j];
          if (isFocusableEmptyField(currentField)) {
            currentField.focus();
            return;
          }
        }
      
    }
  }

  
  
  
</script>
<script>
  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>var f=this,g=function(a,c){var b=a.split("."),d=f;b[0]in d||!d.execScript||d.execScript("var "+b[0]);for(var e;b.length&&(e=b.shift());)b.length||void 0===c?d[e]?d=d[e]:d=d[e]={}:d[e]=c};var h=function(){try{return new XMLHttpRequest}catch(b){for(var a=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<a.length;c++)try{return new ActiveXObject(a[c])}catch(d){}}return null};g("gaia.ajax.newXmlHttpRequest",h);var k=function(){this.a=h();this.parameters={}};g("gaia.ajax.XmlHttpFormRequest",k);
k.prototype.send=function(a,c){var b=[],d;for(d in this.parameters)b.push(d+"="+encodeURIComponent(this.parameters[d]));var b=b.join("&"),e=this.a;e.open("POST",a,!0);e.setRequestHeader("Content-type","application/x-www-form-urlencoded");e.onreadystatechange=function(){4==e.readyState&&c({status:e.status,text:e.responseText})};e.send(b)};k.prototype.send=k.prototype.send;
k.prototype.c=function(a,c,b){var d=this.a;d.open("POST",a,!0);d.setRequestHeader("Content-type","application/json");d.onreadystatechange=function(){4==d.readyState&&b({status:d.status,text:d.responseText})};d.send(c)};k.prototype.sendJson=k.prototype.c;k.prototype.b=function(a,c){var b=this.a;b.open("GET",a,!0);b.onreadystatechange=function(){4==b.readyState&&c({status:b.status,text:b.responseText})};b.send()};k.prototype.get=k.prototype.b;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var a=document.cookie.split(l),c=0;c<a.length;c++){var b=a[c],b=b.replace(/^\s+/,""),b=b.replace(/\s+$/,"");if(0==b.indexOf("APISID="))return b.substr(7)}return""};var n=null,p=function(a,c){this.g=a;this.f=c;this.c=m();this.b=!1},q=function(){var a=n,c=m();c==a.c||a.b||(a.c=c,(new k).b(a.f,function(b){var a=n;b&&b.status&&200==b.status&&"OK"==b.text&&(a.a&&clearInterval(a.a),a.b||(window.location=a.g))}))},r=function(a){var c=n;if(c.a)return!1;c.a=setInterval(function(){q()},a);return!0};g("gaia.loginAutoRedirect.start",function(a,c,b){if(n||!b||!c||0>=a)return!1;n=new p(c,b);return r(a)});
g("gaia.loginAutoRedirect.stop",function(){var a=n;a.b=!0;a.a&&(clearInterval(a.a),a.a=null)});
</script>
  <script type="text/javascript">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2F6827ilsgfast1msmmlodp0p1sg%2540group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2F6827ilsgfast1msmmlodp0p1sg%2540group.calendar.google.com%2Fpublic%2Fbasic\x26service=cl\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2F6827ilsgfast1msmmlodp0p1sg%2540group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2F6827ilsgfast1msmmlodp0p1sg%2540group.calendar.google.com%2Fpublic%2Fbasic\x26service=cl\x26passive=1209600');
  </script>
<script>
  (function(){
  var signinInput = document.getElementById('signIn');
  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('signIn');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  </body>
</html>
