
<!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="AFoagUXQMIRjTL2S6BgUW0NH_ImiENzFgg:1618379327186">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/ext@mnsu.edu/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/ext@mnsu.edu/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="AEThLlzM_T5Mbe5QddJaKGKK-7FqSKgOp0pqb85Vyoh0mLgk5UNZAkL5fFSe5PsZoAACH_e1vFRAoA_5BQic2F1q0VA_cafSwFtXPz51zfMU1ZGbDGy7JO9h4hMssyUgoZuAy22OsEM4YLX-kBdrDhm_Ay-ImsaeWeCToCNou0_5XCm7UcXpV_fEV13-d756Uh7pBOwAu4Se">
  <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%2Fext%40mnsu.edu%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%2Fext%40mnsu.edu%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fext%40mnsu.edu%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%2Fext%40mnsu.edu%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="RLiGVpL5mL8K1xX700zo6A">
  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="RLiGVpL5mL8K1xX700zo6A">(function(){var F=function(y,r){if((r=(y=null,h.trustedTypes),!r)||!r.createPolicy)return y;try{y=r.createPolicy("bg",{createHTML:A,createScript:A,createScriptURL:A})}catch(J){h.console&&h.console.error(J.message)}return y},h=this||self,A=function(y){return y};(0,eval)(function(y,r){return(r=F())&&1===y.eval(r.createScript("1"))?function(J){return r.createScript(J)}:function(J){return""+J}}(h)(Array(7824*Math.random()|0).join("\n")+'(function(){var H={},rv=function(y,r,h,A){return(A=m[y.substring(0,3)+"_"])?A(y.substring(3),r,h):yv(y,r)},d={},JD=function(y,r,h){if("object"==(h=typeof y,h))if(y){if(y instanceof Array)return"array";if(y instanceof Object)return h;if("[object Window]"==(r=Object.prototype.toString.call(y),r))return"object";if("[object Array]"==r||"number"==typeof y.length&&"undefined"!=typeof y.splice&&"undefined"!=typeof y.propertyIsEnumerable&&!y.propertyIsEnumerable("splice"))return"array";if("[object Function]"==r||"undefined"!=typeof y.call&&"undefined"!=typeof y.propertyIsEnumerable&&!y.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==h&&"undefined"==typeof y.call)return"object";return h},hD=function(y,r){if((y=(r=null,t.trustedTypes),!y)||!y.createPolicy)return r;try{r=y.createPolicy("bg",{createHTML:oV,createScript:oV,createScriptURL:oV})}catch(h){t.console&&t.console.error(h.message)}return r},yv=function(y,r){return r(function(h){h(y)}),[function(){return y}]},AD=function(y,r){function h(){}(y.prototype=(y.Z=(h.prototype=r.prototype,r).prototype,new h),y).prototype.constructor=y,y.Gk=function(A,I,J){for(var F=Array(arguments.length-2),U=2;U<arguments.length;U++)F[U-2]=arguments[U];return r.prototype[I].apply(A,F)}},FV=function(y,r,h){for(h in y)if(r.call(void 0,y[h],h,y))return true;return false},b,Z=function(y,r){return"object"==(r=typeof y,r)&&null!=y||"function"==r},oV=function(y){return y},IV=function(y){for(y=0;64>y;++y)d[y]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(y),H["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(y)]=y;H["="]=(H[H[d[64]="","+"]=62,"/"]=63,64)},Up=function(y,r,h,A,I){for(r=A=(h=[],0);A<y.length;A++)I=y.charCodeAt(A),128>I?h[r++]=I:(2048>I?h[r++]=I>>6|192:(55296==(I&64512)&&A+1<y.length&&56320==(y.charCodeAt(A+1)&64512)?(I=65536+((I&1023)<<10)+(y.charCodeAt(++A)&1023),h[r++]=I>>18|240,h[r++]=I>>12&63|128):h[r++]=I>>12|224,h[r++]=I>>6&63|128),h[r++]=I&63|128);return h},t=this||self,W=function(y,r,h){h=this;try{l9(y,this,r)}catch(A){c(A,this),y=r.zk,y(function(I){I(h.M)})}},Hb=function(y,r,h,A,I){return{invoke:(h=(A=(I=function(){},void 0),rv)(y,function(J){I&&(r&&X(r),A=J,I(),I=void 0)},!!r)[0],function(J,F,U,l,x){if(!F)return F=h(U),J&&J(F),F;l=function(){A(function(z){X(function(){J(z)})},U)},A?l():(x=I,I=function(){(x(),X)(l)})})}},mD=function(){},z9=function(y,r){if(!t.addEventListener||!Object.defineProperty)return false;r=Object.defineProperty({},(y=false,"passive"),{get:function(){y=true}});try{t.addEventListener("test",mD,r),t.removeEventListener("test",mD,r)}catch(h){}return y}(),i9=function(y,r){this.type=(this.currentTarget=(this.defaultPrevented=false,this).target=r,y)},P=(i9.prototype.preventDefault=function(){this.defaultPrevented=true},i9.prototype.stopPropagation=function(){},function(y,r,h,A){this.J=(this.pointerId=(this.state=(this.metaKey=this.shiftKey=(this.charCode=(this.button=((i9.call(this,y?y.type:""),this).relatedTarget=this.currentTarget=this.target=null,this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0),this.key="",this.keyCode=0),this.altKey=this.ctrlKey=false),null),0),this.pointerType="",null),y&&(h=this.type=y.type,A=y.changedTouches&&y.changedTouches.length?y.changedTouches[0]:null,this.target=y.target||y.srcElement,this.currentTarget=r,r=y.relatedTarget,r||("mouseover"==h?r=y.fromElement:"mouseout"==h&&(r=y.toElement)),this.relatedTarget=r,A?(this.clientX=void 0!==A.clientX?A.clientX:A.pageX,this.clientY=void 0!==A.clientY?A.clientY:A.pageY,this.screenX=A.screenX||0,this.screenY=A.screenY||0):(this.offsetX=void 0!==y.offsetX?y.offsetX:y.layerX,this.offsetY=void 0!==y.offsetY?y.offsetY:y.layerY,this.clientX=void 0!==y.clientX?y.clientX:y.pageX,this.clientY=void 0!==y.clientY?y.clientY:y.pageY,this.screenX=y.screenX||0,this.screenY=y.screenY||0),this.button=y.button,this.keyCode=y.keyCode||0,this.key=y.key||"",this.charCode=y.charCode||("keypress"==h?y.keyCode:0),this.ctrlKey=y.ctrlKey,this.altKey=y.altKey,this.shiftKey=y.shiftKey,this.metaKey=y.metaKey,this.pointerId=y.pointerId||0,this.pointerType="string"===typeof y.pointerType?y.pointerType:xg[y.pointerType]||"",this.state=y.state,this.J=y,y.defaultPrevented&&P.Z.preventDefault.call(this))}),xg={2:(AD(P,i9),"touch"),3:"pen",4:"mouse"},$g="closure_listenable_"+(((P.prototype.preventDefault=function(y){(P.Z.preventDefault.call(this),y=this.J,y.preventDefault)?y.preventDefault():y.returnValue=false},P.prototype).stopPropagation=function(){(P.Z.stopPropagation.call(this),this).J.stopPropagation?this.J.stopPropagation():this.J.cancelBubble=true},1E6*Math.random())|0),dv=0,fc=function(y){y.listener=(y.$=(y.X=null,true),null),y.U=(y.src=null,null)},Yg=function(y,r,h,A,I){((this.type=(this.X=y,A),this).listener=((this.key=++dv,this.src=h,this).U=null,I),this).capture=!(this.B=this.$=false,!r)},Q=function(y){this.src=(this.R=(this.I=0,{}),y)},aV=(Q.prototype.remove=function(y,r,h,A,I){if(!((y=y.toString(),y)in this.R))return false;return(r=(I=this.R[y],aV(I,h,r,A)),-1<r)?(fc(I[r]),Array.prototype.splice.call(I,r,1),0==I.length&&(delete this.R[y],this.I--),true):false},(b=W.prototype,Q.prototype).hasListener=function(y,r,h,A,I){return FV((h=void 0!==(A=(I=void 0!==y)?y.toString():"",r),this.R),function(J,F){for(F=0;F<J.length;++F)if(!(I&&J[F].type!=A||h&&J[F].capture!=r))return true;return false})},Q.prototype.add=function(y,r,h,A,I,J,F){return(F=((y=(J=y.toString(),this).R[J],y)||(y=this.R[J]=[],this.I++),aV(y,A,r,I)),-1<F)?(r=y[F],h||(r.B=false)):(r=new Yg(I,!!A,this.src,J,r),r.B=h,y.push(r)),r},function(y,r,h,A,I,J){for(I=0;I<y.length;++I)if(J=y[I],!J.$&&J.listener==h&&J.capture==!!r&&J.X==A)return I;return-1}),tD="closure_lm_"+(1E6*Math.random()|0),b9=function(y,r,h,A,I,J){if(Array.isArray(I))for(J=0;J<I.length;J++)b9(y,r,h,A,I[J]);else A=Lc(A),y&&y[$g]?y.BL(I,A,Z(r)?!!r.capture:!!r,h):G9(y,A,I,true,h,r)},Dw={},wv=function(y,r,h,A,I,J){if(Array.isArray(h))for(J=0;J<h.length;J++)wv(y,r,h[J],A,I);else(A=Z(A)?!!A.capture:!!A,r=Lc(r),y&&y[$g])?y.VW(h,r,A,I):y&&(y=Zw(y))&&(h=y.R[h.toString()],y=-1,h&&(y=aV(h,A,r,I)),(r=-1<y?h[y]:null)&&cb(r))},Wb=function(y,r,h,A){return y.$?y=true:(r=new P(r,this),h=y.listener,A=y.X||y.src,y.B&&cb(y),y=h.call(A,r)),y},cb=function(y,r,h,A,I,J,F){if("number"!==typeof y&&y&&!y.$)if((J=y.src)&&J[$g])J.mU(y);else if(r=y.U,F=y.type,J.removeEventListener?J.removeEventListener(F,r,y.capture):J.detachEvent?J.detachEvent(XV(F),r):J.addListener&&J.removeListener&&J.removeListener(r),Pb--,r=Zw(J)){if((F=y.type,F)in r.R){A=r.R[F];b:if("string"===typeof A)I="string"!==typeof y||1!=y.length?-1:A.indexOf(y,0);else{for(I=0;I<A.length;I++)if(I in A&&A[I]===y)break b;I=-1}(I=0<=(h=I,h))&&Array.prototype.splice.call(A,h,1),I&&(fc(y),0==r.R[F].length&&(delete r.R[F],r.I--))}0==r.I&&(r.src=null,J[tD]=null)}else fc(y)},Pb=0,Qv=function(y,r){return r=(y=function(h){return r.call(y.src,y.listener,h)},Wb),y},NG=function(y,r,h,A,I,J){if(A&&A.once)b9(y,A,I,h,r);else if(Array.isArray(r))for(J=0;J<r.length;J++)NG(y,r[J],h,A,I);else h=Lc(h),y&&y[$g]?y.cL(r,h,Z(A)?!!A.capture:!!A,I):G9(y,h,r,false,I,A)},Zw=function(y){return(y=y[tD],y instanceof Q)?y:null},G9=function(y,r,h,A,I,J,F,U){if(!h)throw Error("Invalid event type");if(!(r=((U=Z(J)?!!J.capture:!!J,F=Zw(y))||(y[tD]=F=new Q(y)),F.add(h,r,A,U,I)),r.U)){if(((A=Qv(),r.U=A,A.src=y,A).listener=r,y).addEventListener)z9||(J=U),void 0===J&&(J=false),y.addEventListener(h.toString(),A,J);else if(y.attachEvent)y.attachEvent(XV(h.toString()),A);else if(y.addListener&&y.removeListener)y.addListener(A);else throw Error("addEventListener and attachEvent are unavailable.");Pb++}},XV=function(y){return y in Dw?Dw[y]:Dw[y]="on"+y},u9="__closure_events_fn_"+(1E9*Math.random()>>>0),sp=function(y,r,h,A){try{for(A=0;79669387488!=A;)h+=(r<<4^r>>>5)+(r|0)^(A|0)+(y[A&3]|0),A+=2489668359,r+=(h<<4^h>>>5)+(h|0)^(A|0)+(y[A>>>11&3]|0);return[h>>>24,h>>16&255,h>>8&255,h&255,r>>>24,r>>16&255,r>>8&255,r&255]}catch(I){throw I;}},ee=function(y,r){return y[r]<<24|y[(r|0)+1]<<16|y[(r|0)+2]<<8|y[(r|0)+3]},e=[],S=[],vb=function(y,r,h){return((((h=y.N(201),y.T)&&h<y.i?(T(y,201,y.i),Se(r,y)):T(y,201,r),T9)(y),T)(y,201,h),y).N(225)},T9=function(y,r,h,A,I,J){if(!y.M){y.g++;try{for(r=(h=(A=5001,J=y.i,void 0),0);(y.Ko||--A)&&(y.Y||(r=y.N(201))<J);)try{I=void 0,y.Y?h=y.V(y.Y):(T(y,217,r),I=v(y),h=y.N(I)),h&&h.call?h(y):g(0,y,[R,21,I]),y.S=true,C(false,false,y)}catch(F){y.N(79)?g(22,y,F):T(y,79,F)}A||g(0,y,[R,33])}catch(F){try{g(22,y,F)}catch(U){c(U,y)}}y.g--}},Lc=(W.prototype.Ik=function(y,r,h,A){try{A=y[((r|0)+2)%3],y[r]=(y[r]|0)-(y[((r|0)+1)%3]|0)-(A|0)^(1==r?A<<h:A>>>h)}catch(I){throw I;}},W.prototype.tj=function(){return v(this)},function(y){if("function"===typeof y)return y;return y[y[u9]||(y[u9]=function(r){return y.handleEvent(r)}),u9]}),gv=function(y,r){return r=v(y),r&128&&(r=r&127|v(y)<<7),r},v=function(y,r,h,A){if(y.Y)return y.V(y.s);return((h=B(y,(A=(h=y.N(201),h>>3),h)),y.o)!=A>>3&&(y.o=A>>3,r=y.N(128),y.vL=sp([0,0,r[1],r[2]],y.o,y.po)),h)^y.vL[A&y[S].length]},l9=function(y,r,h,A,I){for(I=(r.s=(r.Y0=25,(r.Tk=function(J,F,U){return(U=(F=function(){return J},function(){return F()}),U)[this.C]=function(l){J=l},U},r).b2=Cc,A=(r.MR=(r.S=false,r.j1=0,[]),r.g=(r.D=!(r.A=function(J,F,U,l,x,z){return J=((l=(x=(U=this,z=function(){return x()},function(){return x[(U.no|0)+(z[U.Rk]===F|0)-!l[U.Rk]]}),U.K),z[U.C]=function(f){x[U.i2]=f},z)[U.C](J),z)},r.fo=RV,1),0),r.qR=0,[]),void 0),0),r.Y=void 0;128>I;I++)A[I]=String.fromCharCode(I);(M([qG,((((r.Co=((((I=(((((((((r.H=!(r.L=((((((r.yW=(((((r.e1=((r.j=[],r).NR=(r.l=r,[]),function(J){this.l=J}),T)(r,201,0),T(r,217,0),T)(r,20,function(J,F,U,l,x,z,f,Y,K,G,L,D,N){for(G=(U=(L=(f=v(J),Y=function(a,w){for(;D<a;)z|=v(J)<<D,D+=8;return z>>=(w=z&(1<<(D-=a,a))-1,a),w},D=z=0,(Y(3)|0)+1),Y)(5),K=0),x=[];G<U;G++)N=Y(1),x.push(N),K+=N?0:1;for(G=(l=(K=((K|0)-1).toString(2).length,[]),0);G<U;G++)x[G]||(l[G]=Y(K));for(Y=0;Y<U;Y++)x[Y]&&(l[Y]=v(J));for(F=[];L--;)F.push(J.N(v(J)));T(J,f,function(a,w,u,Kc,p){for(w=(Kc=[],u=[],0);w<U;w++){if(!x[p=l[w],w]){for(;p>=u.length;)u.push(v(a));p=u[p]}Kc.push(p)}a.s=(a.Y=a.A((u=a.V,F.slice()),u),a.A(Kc,u))})}),T(r,94,function(J){J.hj(4)}),T(r,177,function(J,F){J=(F=v(J),J.N(F)),wv(J[0],J[2],J[1])}),T(r,48,r),T)(r,182,function(J){J.l2(3)}),T(r,61,function(){}),T(r,209,function(J,F,U){(F=JD((F=(U=(F=v(J),v(J)),J).N(F),F)),T)(J,U,F)}),T(r,112,r.G(4)),T(r,72,function(J,F,U,l){l=(F=(U=v(J),v)(J),v(J)),T(J,l,J.N(U)>>>F)}),T)(r,120,function(J,F){F=J.N(v(J)),Se(F,J)}),[]),T)(r,40,[0,0,0]),T(r,99,function(J,F,U){U=(F=v(J),v(J)),T(J,U,""+J.N(F))}),T)(r,225,{}),T(r,169,function(J,F,U,l){if(F=J.yW.pop()){for(U=v(J);0<U;U--)l=v(J),F[l]=J.j[l];(F[250]=J.j[F[229]=J.j[229],250],J).j=F}else T(J,201,J.i)}),T)(r,14,function(J,F,U){F=0!=(U=(F=v(J),v)(J),J).N(F),U=J.N(U),F&&T(J,201,U)}),T(r,45,0),T(r,21,0),T)(r,189,function(J,F,U,l){(U=(l=(l=(U=v(J),v(J)),F=v(J),J).N(l),J.N(U)),T)(J,F,U in l|0)}),T(r,71,function(J,F,U,l,x){for(l=(U=(x=gv((F=v(J),J)),0),[]);U<x;U++)l.push(v(J));T(J,F,l)}),T)(r,191,[]),r.x0=function(J,F){(F.push(J[0]<<24|J[1]<<16|J[2]<<8|J[3]),F.push(J[4]<<24|J[5]<<16|J[6]<<8|J[7]),F).push(J[8]<<24|J[9]<<16|J[10]<<8|J[11])},T(r,108,function(J,F,U,l){U=(l=(U=(F=v(J),v(J)),v)(J),F=J.N(F),J.N(U)),T(J,l,F[U])}),T(r,241,function(J,F,U,l){(l=(F=(U=(l=(F=v(J),v(J)),v)(J),J).N(F),J.N(l)),T)(J,U,+(F==l))}),[]),T(r,121,function(J,F,U,l,x,z){if(!C(true,true,J)){if("object"==(J=(F=(x=(l=(F=(U=v(J),v(J)),x=v(J),v(J)),J.N(x)),J.N(F)),U=J.N(U),J.N(l)),JD(U))){for(z in l=[],U)l.push(z);U=l}for(z=U.length,x=0<x?x:1,l=0;l<z;l+=x)F(U.slice(l,(l|0)+(x|0)),J)}}),1),T)(r,105,function(J,F,U,l,x,z){C(true,false,J)||(x=Bb(J),z=x.O,l=x.F,F=x.h,U=F.length,z=0==U?new l[z]:1==U?new l[z](F[0]):2==U?new l[z](F[0],F[1]):3==U?new l[z](F[0],F[1],F[2]):4==U?new l[z](F[0],F[1],F[2],F[3]):2(),T(J,x.P,z))}),T(r,117,t),T(r,208,[165,0,0]),T)(r,63,function(J,F,U,l,x,z){C(true,false,J)||(x=Bb(J),z=x.O,l=x.F,U=x.h,F=U.length,z=0==F?l[z]():1==F?l[z](U[0]):2==F?l[z](U[0],U[1]):3==F?l[z](U[0],U[1],U[2]):2(),T(J,x.P,z))}),T(r,6,function(J,F,U,l,x){0!==(U=(x=(F=(l=(F=(x=(U=v(J),v(J)),v(J)),l=v(J),J.N(l)),J.N(F)),J.N(x)),J).N(U),U)&&(l=MG(F,J,1,l,U,x),NG(U,x,l),T(J,21,[U,x,l]))}),T(r,79,280),T)(r,35,function(J,F,U,l,x,z,f){if((x=v(J),U=gv(J),f="",J.j)[69])for(l=J.N(69),F=l.length,z=0;U--;)z=((z|0)+(gv(J)|0))%F,f+=A[l[z]];else for(;U--;)f+=A[v(J)];T(J,x,f)}),IV)(),T(r,88,function(J,F){C(true,false,J)||(F=Bb(J),T(J,F.P,F.O.apply(F.F,F.h)))}),T)(r,250,2048),T)(r,13,function(J,F,U,l){(l=(U=v(J),F=v(J),v(J)),J.l)==J&&(F=J.N(F),l=J.N(l),J.N(U)[F]=l,128==U&&(J.o=void 0,2==F&&Ep(J)))}),T)(r,212,function(J,F,U,l){(U=(F=(F=v(J),l=v(J),J.N(F)),J.N(l)),T)(J,l,U+F)}),T)(r,58,function(J,F,U){C(true,false,J)||(U=v(J),F=v(J),T(J,F,function(l){return eval(l)}(je(J.N(U)))))}),window).performance||{},r).sP=I.timeOrigin||(I.timing||{}).navigationStart||0,T(r,252,function(J){J.l2(4)}),T)(r,198,function(J){Op(1,J)}),T)(r,152,function(J){Op(4,J)}),false),T)(r,229,[]),T)(r,140,function(J,F,U,l){l=(F=(U=v(J),v(J)),v(J)),T(J,l,J.N(U)||J.N(F))}),T(r,74,function(J,F,U,l,x){l=(U=(x=v(J),F=v(J),l=v(J),v)(J),F=J.N(F),U=J.N(U),J.N(l)),T(J,x,MG(F,J,U,l))}),r.T=[],r).i=0,M([e,y],r),h.zk)],r),E)(r,h.Jj,true)},pc=(b.Rk="caller",[]),Vv=(W.prototype.wV=function(y,r,h){if(3==y.length){for(h=0;3>h;h++)r[h]+=y[h];for(y=[13,8,13,12,16,5,3,10,15],h=0;9>h;h++)r[3](r,h%3,y[h])}},[]),g=function(y,r,h,A,I,J){if(h=((0==(I=void 0,h&&h[0]===R&&(y=h[1],I=h[2],h=void 0),A=r.N(229),A.length)&&(J=r.N(217)>>3,A.push(y,J>>8&255,J&255),void 0!=I&&A.push(I)),y="",h)&&(h.message&&(y+=h.message),h.stack&&(y+=":"+h.stack)),r).N(250),3<h){r.l=(I=(y=Up((h-=(y=y.slice(0,(h|0)-3),y.length|0)+3,y).replace(/\\r\\n/g,"\\n")),r).l,r);try{O(r,112,q(y.length,2).concat(y),12)}finally{r.l=I}}T(r,250,h)},Se=function(y,r){(r.yW.push(r.j.slice()),r).j[201]=void 0,T(r,201,y)},B=function(y,r){if(r>=y.i)throw[R,31];return T(y,201,(r|0)+8),y.T[r>>3]},Ep=function(y){y.po=B(y,y.N(201))<<24|B(y,y.N(201))<<16|B(y,y.N(201))<<8|B(y,y.N(201)),y.o=void 0},nc=(W.prototype.G=function(y,r){for(r=[];y--;)r.push(255*Math.random()|0);return r},[]),V=(W.prototype.V=function(y){return(y=y().shift(),this).Y().length||this.s().length||(this.s=this.Y=void 0),y},[]),X=t.requestIdleCallback?function(y){requestIdleCallback(function(){y()},{timeout:4})}:t.setImmediate?function(y){setImmediate(y)}:function(y){setTimeout(y,0)},MG=function(y,r,h,A,I,J,F){return F=function(){if(r.l==r){if(r.j){var U=[nc,y,A,void 0,I,J,arguments];if(2==h)var l=(M(U,r),E(r,false,false));else if(1==h){var x=!r.L.length;(M(U,r),x)&&E(r,false,false)}else l=kg(r,U);return l}I&&J&&wv(I,F,J)}}},m,Bb=(b.Ko=false,W.prototype.Lo=function(y,r,h,A,I){if(this.M)y(this.M);else try{A=[],I=!this.L.length,M([V,A,h],this),M([S,y,A],this),r&&!I||E(this,r,true)}catch(J){c(J,this),y(this.M)}},function(y,r,h,A,I,J){for(J=(r=(I=(h={},v(y)),h.P=v(y),h.h=[],y.l==y?(v(y)|0)-1:1),v)(y),A=0;A<r;A++)h.h.push(v(y));for(h.O=y.N(I);r--;)h.h[r]=y.N(h.h[r]);return h.F=y.N(J),h}),c=function(y,r){r.M=((r.M?r.M+"~":"E:")+y.message+":"+y.stack).slice(0,2048)},q=((b.no=35,W.prototype.N=function(y,r){if(void 0===(r=this.j[y],r))throw[R,30,y];for(y=7;y--;);return r()},b).C="toString",function(y,r,h,A){for(h=(A=(r|0)-1,[]);0<=A;A--)h[(r|0)-1-(A|0)]=y>>8*A&255;return h}),T=(b.i2=36,function(y,r,h){if(201==r||217==r)if(y.j[r])y.j[r][y.C](h);else y.j[r]=y.Tk(h);else if(208!=r&&112!=r&&191!=r&&229!=r&&40!=r||!y.j[r])y.j[r]=y.A(h,y.N);128==r&&Ep(y)}),yN=[],M=(b=W.prototype,function(y,r){r.L.splice(0,0,y)}),O=function(y,r,h,A,I,J){if(y.l==y)for(I=y.N(r),112==r?(r=function(F,U,l,x){if(I.QW!=(x=I.length,l=(x|0)-4>>3,l)){U=[0,0,J[1],J[I.QW=l,2]],l=(l<<3)-4;try{I.rV=sp(U,ee(I,(l|0)+4),ee(I,l))}catch(z){throw z;}}I.push(I.rV[x&7]^F)},J=y.N(40)):r=function(F){I.push(F)},A&&r(A&255),y=h.length,A=0;A<y;A++)r(h[A])},R={},qG=(b.k0=(b.HL=(b.DB=function(y,r,h,A,I){for(A=I=0;I<y.length;I++)A+=y.charCodeAt(I),A+=A<<10,A^=A>>6;return(y=(A+=A<<3,A^=A>>11,A+(A<<15))>>>0,I=new Number(y&(1<<r)-1),I)[0]=(y>>>r)%h,I},b.dV=function(y,r,h){return y^(r^=r<<13,r^=r>>17,(r=(r^r<<5)&h)||(r=1),r)},b.WL=function(y,r,h,A){for(;h--;)201!=h&&217!=h&&r.j[h]&&(r.j[h]=r[A](r[y](h),this));r[y]=this},function(){return Math.floor(this.v())}),b.$0=(b.v=(window.performance||{}).now?function(){return this.sP+window.performance.now()}:function(){return+new Date},function(){return Math.floor(this.j1+(this.v()-this.W))}),function(y,r,h,A,I,J){for(I=h=(A=[],0);h<y.length;h++)for(I+=r,J=J<<r|y[h];7<I;)I-=8,A.push(J>>I&255);return A}),[]),kg=(W.prototype.K=function(y,r){return r={},y={},function(h,A,I,J,F,U,l,x,z,f,Y,K,G,L,D,N,a){x=y,y=r;try{if(F=h[0],F==Vv)return x==r?51:76;if(F==e){z=h[1];try{for(K=(L=[],0);K<z.length;){if((I=(Y=(D=(N=H[z.charAt(K++)],K<z.length)?H[z.charAt(K)]:0,++K,K<z.length?H[z.charAt(K)]:64),++K,K)<z.length?H[z.charAt(K)]:64,++K,null==N)||null==D||null==Y||null==I)throw Error();L.push(N<<2|D>>4),64!=Y&&(L.push(D<<4&240|Y>>2),64!=I&&L.push(Y<<6&192|I))}T((this.i=(this.T=L,this).T.length<<3,this),128,[0,0,0])}catch(w){g(17,this,w);return}T9(this)}else if(F==V)h[1].push(this.N(112).length,this.N(250),this.N(191).length,this.N(208).length),T(this,225,h[2]),this.j[166]&&vb(this,this.N(166));else{if(F==S){this.l=(L=h[2],U=q((this.N(208).length|0)+2,2),G=this.l,this);try{a=this.N(229),0<a.length&&O(this,208,q(a.length,2).concat(a),15),O(this,208,[1],104),O(this,208,q(this[S].length,1)),z=0,z+=this.N(45)&2047,A=this.N(112),z-=(this.N(208).length|0)+5,4<A.length&&(z-=(A.length|0)+3),0<z&&O(this,208,q(z,2).concat(this.G(z)),10),4<A.length&&O(this,208,q(A.length,2).concat(A),153)}finally{this.l=G}if(J=this.G(2).concat(this.N(208)),J[1]=J[0]^3,J[3]=J[1]^U[0],J[4]=J[1]^U[1],f=this.u2(J))f="!"+f;else for(z=0,f="";z<J.length;z++)l=J[z][this.C](16),1==l.length&&(l="0"+l),f+=l;return((this.N((K=f,112)).length=L.shift(),T(this,250,L.shift()),this.N(191)).length=L.shift(),this.N(208)).length=L.shift(),K}if(F==pc)vb(this,h[1]);else if(F==nc)return vb(this,h[1])}}finally{y=x}}}(),function(y,r,h,A,I){if((I=r[0],y.S=false,I)==V)y.Y0=25,y.K(r);else if(I==S){h=r[1];try{A=y.M||y.K(r)}catch(J){c(J,y),A=y.M}h(A)}else if(I==pc)y.K(r);else if(I==e)y.K(r);else if(I==qG){try{for(A=0;A<y.NR.length;A++)try{h=y.NR[A],h[0][h[1]](h[2])}catch(J){}}catch(J){}(0,(y.NR=[],r)[1])(function(J,F){y.Lo(J,true,F)},function(J){M([yN],(J=!y.L.length,y)),J&&E(y,true,false)})}else{if(I==nc)return A=r[2],h=r[6],T(y,92,r[4]?[h[0].J]:h),T(y,225,A),y.K(r);I==yN&&(y.MR=[],y.j=null,y.T=[])}}),C=(W.prototype.l2=function(y,r,h,A){O((r=(y&=(h=y&3,4),A=v(this),v(this)),A=this.N(A),y&&(A=Up((""+A).replace(/\\r\\n/g,"\\n"))),h&&O(this,r,q(A.length,2)),this),r,A)},W.prototype.u2=function(y,r,h,A,I,J,F,U,l){for(r=(I=[],0);r<y.length;r+=3)l=y[r],U=r+1<y.length,h=l>>2,F=U?y[r+1]:0,l=(l&3)<<4|F>>4,A=(J=r+2<y.length)?y[r+2]:0,F=(F&15)<<2|A>>6,A&=63,J||(A=64,U||(F=64)),I.push(d[h],d[l],d[F],d[A]);return I.join("")},function(y,r,h,A){if((A=0<h.qR&&h.H&&h.Co&&1>=h.g&&!h.Y&&!h.D&&(h.S||!y)&&0==document.hidden,!A)||(A?h.v():h.UP)-h.W<h.qR-(r?255:y?5:2))return false;return h.D=((y=h.N(y?217:201),T(h,201,h.i),h.L).push([pc,y]),true)}),rZ=(W.prototype.hj=function(y,r,h){for(h=(r=v(this),0);0<y;y--)h=h<<8|v(this);T(this,r,h)},function(y,r,h){return r.Lo(function(A){h=A},false,y),h}),Cc,Op=function(y,r,h,A){O(r,(A=(h=v(r),v(r)),A),q(r.N(h),y))},E=function(y,r,h,A,I,J){if(y.L.length){y.H=(y.Co=(y.H&&0(),r),true);try{J=y.v(),y.W=J,y.UP=J,A=Jw(y,r),I=y.v()-y.W,y.j1+=I,I<(h?0:10)||0>=y.Y0--||(I=Math.floor(I),y.MR.push(254>=I?I:254))}finally{y.H=false}return A}},RV,Jw=function(y,r,h,A){for(;y.L.length;){h=(y.D=false,y.L.pop());try{A=kg(y,h)}catch(I){c(I,y)}if(r&&y.D){X(function(){E(y,true,true)});break}}return A},je=((RV=(Cc=/./,W.prototype[qG]=[0,0,1,1,0,1,1],function(y){return v(y)^v(y)}),W.bind)&&(RV[W.prototype.C]=e.pop.bind(W.prototype[V]),Cc[W.prototype.C]=e.pop.bind(W.prototype[V])),function(y,r){return(r=hD())&&1===y.eval(r.createScript("1"))?function(h){return r.createScript(h)}:function(h){return""+h}}(t)),n=t,o2=["botguard"];o2[0]in n||"undefined"==typeof n.execScript||n.execScript("var "+o2[0]);for(var k;o2.length&&(k=o2.shift());)n=n[k]&&n[k]!==Object.prototype[k]?n[k]:n[k]={};(40<(m=t.botguard,m.m)||(m.m=41,m.bg=Hb,m.a=rv),m).Hap_=function(y,r,h,A){return A=new W(y,{zk:r,Jj:h}),[function(I){return rZ(I,A)}]};try{m.u||(NG(t,"unload",function(){}),m.u=1)}catch(y){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="RLiGVpL5mL8K1xX700zo6A">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="RLiGVpL5mL8K1xX700zo6A">
  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="RLiGVpL5mL8K1xX700zo6A">
  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="RLiGVpL5mL8K1xX700zo6A">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="RLiGVpL5mL8K1xX700zo6A">
  (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="RLiGVpL5mL8K1xX700zo6A">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="RLiGVpL5mL8K1xX700zo6A">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fext%40mnsu.edu%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fext%40mnsu.edu%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%2Fext%40mnsu.edu%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fext%40mnsu.edu%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
