
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Sign in - Google Accounts</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/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.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/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 with your Google Account
  </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="AFoagUUKHvemI4Osk7l6umfAJlri3LIm_A:1557332299873">
  <input type="hidden" name="continue" value="https://sites.google.com/canterburybaptist.org/canterbury-baptist-church/david_chats/atom.xml">
  <input type="hidden" name="followup" value="https://sites.google.com/canterburybaptist.org/canterbury-baptist-church/david_chats/atom.xml">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlxUhiXXiwnTGI3gVy9I0M6A6MNf--Uw6xar45WPgjgq_smM_Lo2YfVmgbmuXdPkNiIGxP4rV7bkFfM9KXcOprBZiNR_TXEcXQvnZ74HGvEQmYplNdlspzl5BKaLbEO4w5d1-du1WvssSpjB2M-GJK_sMedn7EyY7E1IwOEAYiwqkbNMYsk">
  <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%2Fsites.google.com%2Fcanterburybaptist.org%2Fcanterbury-baptist-church%2Fdavid_chats%2Fatom.xml&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%2Fsites.google.com%2Fcanterburybaptist.org%2Fcanterbury-baptist-church%2Fdavid_chats%2Fatom.xml&amp;followup=https%3A%2F%2Fsites.google.com%2Fcanterburybaptist.org%2Fcanterbury-baptist-church%2Fdavid_chats%2Fatom.xml">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fsites.google.com%2Fcanterburybaptist.org%2Fcanterbury-baptist-church%2Fdavid_chats%2Fatom.xml">
  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="hf+fkECq8lwZEM6Hte17KA">
  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="hf+fkECq8lwZEM6Hte17KA">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var FS=function(){},YG=function(F){for(F=0;64>F;++F)n[F]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(F),U["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(F)]=F;U[U["/"]=(U[n[64]="","+"]=62,63),"="]=64},n={},x=function(F,Y){return"object"==(Y=typeof F,Y)&&null!=F||"function"==Y},A,U={},S=function(F,Y,D){if(Y=typeof F,"object"==Y)if(F){if(F instanceof Array)return"array";if(F instanceof Object)return Y;if((D=Object.prototype.toString.call(F),"[object Window]")==D)return"object";if("[object Array]"==D||"number"==typeof F.length&&"undefined"!=typeof F.splice&&"undefined"!=typeof F.propertyIsEnumerable&&!F.propertyIsEnumerable("splice"))return"array";if("[object Function]"==D||"undefined"!=typeof F.call&&"undefined"!=typeof F.propertyIsEnumerable&&!F.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==Y&&"undefined"==typeof F.call)return"object";return Y},v=function(F,Y){return F<Y?-1:F>Y?1:0},Ot=function(F,Y,D,t,r){for(t=(Y=[],D=0);t<F.length;t++)r=F.charCodeAt(t),128>r?Y[D++]=r:(2048>r?Y[D++]=r>>6|192:(55296==(r&64512)&&t+1<F.length&&56320==(F.charCodeAt(t+1)&64512)?(r=65536+((r&1023)<<10)+(F.charCodeAt(++t)&1023),Y[D++]=r>>18|240,Y[D++]=r>>12&63|128):Y[D++]=r>>12|224,Y[D++]=r>>6&63|128),Y[D++]=r&63|128);return Y},p,k=this||self,Dc=function(F){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(F)[1]},tj=function(F,Y){function D(){}F.prototype=((D.prototype=Y.prototype,F).J=Y.prototype,new D),F.prototype.constructor=F,F.QT=function(t,r,O){for(var R=Array(arguments.length-2),H=2;H<arguments.length;H++)R[H-2]=arguments[H];return Y.prototype[r].apply(t,R)}};a:{var Rs=k.navigator;if(Rs){var rd=Rs.userAgent;if(rd){A=rd;break a}}A=""}var a="",Hx=function(F){return(F=k.document)?F.documentMode:void 0},qN=function(F,Y,D){for(D in F)if(Y.call(void 0,F[D],D,F))return true;return false},st=function(F,Y,D){return D=jO,Object.prototype.hasOwnProperty.call(D,F)?D[F]:D[F]=Y(F)},I=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(A),Z=(I&&(a=I?I[1]:""),Hx()),nB=null!=Z&&Z>parseFloat(a)?String(Z):a,fB,jO={},KB=k.document,e=(fB=KB?Hx()||("CSS1Compat"==KB.compatMode?parseInt(nB,10):5):void 0,9)<=Number(fB),xG=!function(F){return st(F,function(Y,D,t,r,O,R,H){for(r=Math.max((t=(D=(Y=0,Dc(String(nB))).split("."),Dc)(String(F)).split("."),D).length,t.length),O=0;0==Y&&O<r;O++){H=(R=D[O]||"",t[O]||"");do{if(H=(R=/(\\d*)(\\D*)(.*)/.exec(R)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(H))||["","","",""],0==R[0].length&&0==H[0].length)break;H=(R=(Y=v(0==R[1].length?0:parseInt(R[1],10),0==H[1].length?0:parseInt(H[1],10))||v(0==R[2].length,0==H[2].length)||v(R[2],H[2]),R[3]),H[3])}while(0==Y)}return 0<=Y})}("9"),Vz=function(F,Y){if(!k.addEventListener||!Object.defineProperty)return false;Y=Object.defineProperty({},(F=false,"passive"),{get:function(){F=true}});try{k.addEventListener("test",FS,Y),k.removeEventListener("test",FS,Y)}catch(D){}return F}(),T=function(F,Y){((this.defaultPrevented=false,this).type=F,this).currentTarget=this.target=Y},C=((T.prototype.preventDefault=function(){this.defaultPrevented=true},T).prototype.stopPropagation=function(){},function(F,Y,D,t){this.a=(this.pointerType=(this.pointerId=(this.state=(this.metaKey=this.shiftKey=(this.charCode=(this.key=(this.button=this.screenY=this.screenX=this.clientY=(this.relatedTarget=this.currentTarget=(T.call(this,F?F.type:""),this.target=null),this.clientX=this.offsetY=this.offsetX=0),""),this).keyCode=0,this.altKey=this.ctrlKey=false),null),0),""),null),F&&(D=this.type=F.type,t=F.changedTouches&&F.changedTouches.length?F.changedTouches[0]:null,this.target=F.target||F.srcElement,this.currentTarget=Y,Y=F.relatedTarget,Y||("mouseover"==D?Y=F.fromElement:"mouseout"==D&&(Y=F.toElement)),this.relatedTarget=Y,t?(this.clientX=void 0!==t.clientX?t.clientX:t.pageX,this.clientY=void 0!==t.clientY?t.clientY:t.pageY,this.screenX=t.screenX||0,this.screenY=t.screenY||0):(this.offsetX=void 0!==F.offsetX?F.offsetX:F.layerX,this.offsetY=void 0!==F.offsetY?F.offsetY:F.layerY,this.clientX=void 0!==F.clientX?F.clientX:F.pageX,this.clientY=void 0!==F.clientY?F.clientY:F.pageY,this.screenX=F.screenX||0,this.screenY=F.screenY||0),this.button=F.button,this.keyCode=F.keyCode||0,this.key=F.key||"",this.charCode=F.charCode||("keypress"==D?F.keyCode:0),this.ctrlKey=F.ctrlKey,this.altKey=F.altKey,this.shiftKey=F.shiftKey,this.metaKey=F.metaKey,this.pointerId=F.pointerId||0,this.pointerType="string"==typeof F.pointerType?F.pointerType:Aj[F.pointerType]||"",this.state=F.state,this.a=F,F.defaultPrevented&&this.preventDefault())}),Aj={2:(tj(C,T),"touch"),3:"pen",4:"mouse"},y="closure_listenable_"+(1E6*((C.prototype.stopPropagation=function(){(C.J.stopPropagation.call(this),this.a).stopPropagation?this.a.stopPropagation():this.a.cancelBubble=true},C).prototype.preventDefault=function(F){if((F=(C.J.preventDefault.call(this),this).a,F).preventDefault)F.preventDefault();else if(F.returnValue=false,xG)try{if(F.ctrlKey||112<=F.keyCode&&123>=F.keyCode)F.keyCode=-1}catch(Y){}},Math).random()|0),SO=function(F){F.src=null,F.T=(F.listener=null,!(F.S=null,0)),F.j=null},B=function(F){this.src=(this.F={},this.Z=0,F)},pB=function(F,Y,D,t,r){(this.capture=!!t,this.key=++vx,this).type=(this.j=(this.listener=(this.src=Y,F),null),D),this.S=r,this.T=this.X=false},vx=0,os=(B.prototype.add=((B.prototype.hasListener=function(F,Y,D,t,r){return qN(this.F,(t=(r=void 0!==Y,(D=void 0!==F)?F.toString():""),function(O,R){for(R=0;R<O.length;++R)if(!(D&&O[R].type!=t||r&&O[R].capture!=Y))return true;return false}))},B).prototype.remove=function(F,Y,D,t,r){if(F=F.toString(),!(F in this.F))return false;return(Y=os((r=this.F[F],r),Y,D,t),-1<Y)?(SO(r[Y]),Array.prototype.splice.call(r,Y,1),0==r.length&&(delete this.F[F],this.Z--),true):false},function(F,Y,D,t,r,O,R){return(R=(F=(O=F.toString(),this.F[O]),F||(F=this.F[O]=[],this.Z++),os)(F,Y,t,r),-1<R)?(Y=F[R],D||(Y.X=false)):(Y=new pB(Y,this.src,O,!!t,r),Y.X=D,F.push(Y)),Y}),function(F,Y,D,t,r,O){for(r=0;r<F.length;++r)if(O=F[r],!O.T&&O.listener==Y&&O.capture==!!D&&O.S==t)return r;return-1}),kG="closure_lm_"+(1E6*Math.random()|0),as=function(F){return F in i6?i6[F]:i6[F]="on"+F},Is=function(F){return F=F[kG],F instanceof B?F:null},Zc=function(F,Y,D,t,r,O,R){if("number"!=typeof F&&F&&!F.T)if((Y=F.src)&&Y[y])Y.Zb(F);else if(D=F.type,t=F.j,Y.removeEventListener?Y.removeEventListener(D,t,F.capture):Y.detachEvent?Y.detachEvent(as(D),t):Y.addListener&&Y.removeListener&&Y.removeListener(t),Jj--,D=Is(Y)){if(t=F.type,t in D.F){r=D.F[t];b:if("string"==typeof r)O="string"==typeof F&&1==F.length?r.indexOf(F,0):-1;else{for(O=0;O<r.length;O++)if(O in r&&r[O]===F)break b;O=-1}((R=0<=O)&&Array.prototype.splice.call(r,O,1),R)&&(SO(F),0==D.F[t].length&&(delete D.F[t],D.Z--))}0==D.Z&&(D.src=null,Y[kG]=null)}else SO(F)},Tq=function(F,Y,D,t){if(F.T)return true;if(!e){if(!Y)a:{for(t=(Y=(D=k,["window","event"]),0);t<Y.length;t++)if(D=D[Y[t]],null==D){Y=null;break a}Y=D}return(Y=new C(Y,this),eO)(F,Y)}return eO(F,new C(Y,this))},yz=function(F,Y,D,t,r,O){if(t&&t.once)CB(F,Y,D,t,r);else if("array"==S(Y))for(O=0;O<Y.length;O++)yz(F,Y[O],D,t,r);else D=Bx(D),F&&F[y]?F.jZ(Y,D,x(t)?!!t.capture:!!t,r):dd(F,Y,D,false,t,r)},eO=function(F,Y,D,t){return((D=(t=F.S||F.src,F).listener,F.X)&&Zc(F),D).call(t,Y)},CB=function(F,Y,D,t,r,O){if("array"==S(Y))for(O=0;O<Y.length;O++)CB(F,Y[O],D,t,r);else D=Bx(D),F&&F[y]?F.Tc(Y,D,x(t)?!!t.capture:!!t,r):dd(F,Y,D,true,t,r)},Jj=0,i6={},b6=function(F,Y){return Y=(F=Tq,e)?function(D){return F.call(Y.src,Y.listener,D)}:function(D){if(!(D=F.call(Y.src,Y.listener,D),D))return D}},dd=function(F,Y,D,t,r,O,R,H){if(!Y)throw Error("Invalid event type");if((R=x(r)?!!r.capture:!!r,!R)||e)if((H=Is(F))||(F[kG]=H=new B(F)),D=H.add(Y,D,t,R,O),!D.j){if((t=b6(),D).j=t,t.src=F,t.listener=D,F.addEventListener)Vz||(r=R),void 0===r&&(r=false),F.addEventListener(Y.toString(),t,r);else if(F.attachEvent)F.attachEvent(as(Y.toString()),t);else if(F.addListener&&F.removeListener)F.addListener(t);else throw Error("addEventListener and attachEvent are unavailable.");Jj++}},wd=function(F,Y,D,t,r,O){if("array"==S(Y))for(O=0;O<Y.length;O++)wd(F,Y[O],D,t,r);else(t=x(t)?!!t.capture:!!t,D=Bx(D),F&&F[y])?F.eZ(Y,D,t,r):F&&(F=Is(F))&&(Y=F.F[Y.toString()],F=-1,Y&&(F=os(Y,D,t,r)),(D=-1<F?Y[F]:null)&&Zc(D))},XS="__closure_events_fn_"+(1E9*Math.random()>>>0),d=function(F,Y,D,t,r,O){for(F=(t=(144==(r=F.V(Y),Y)?(Y=function(R,H,q,f){if((q=(H=r.length,H-4)>>3,r).qc!=q){q=(r.qc=q,(q<<3)-4),f=[0,0,0,O];try{r.FN=Gq(Et(r,q),Et(r,q+4),f)}catch(K){throw K;}}r.push(r.FN[H&7]^R)},O=F.V(112)):Y=function(R){r.push(R)},t&&Y(t&255),0),D).length;t<F;t++)Y(D[t])},E=["botguard"],mW={},zq={},cx=function(F,Y,D,t){d((t=(D=F.$(),F).$(),F),t,m(F.V(D),Y))},c=function(F,Y){try{$G(this,F,Y)}catch(D){z(this,D)}},Gq=((c.prototype.sv=function(F,Y,D,t,r,O){for(O=t=(D=[],0);O<F.length;O++)for(r=r<<Y|F[O],t+=Y;7<t;)t-=8,D.push(r>>t&255);return D},c.prototype).l={},function(F,Y,D,t){try{for(t=0;79669387488!=t;)F+=(Y<<4^Y>>>5)+Y^t+D[t&3],t+=2489668359,Y+=(F<<4^F>>>5)+F^t+D[t>>>11&3];return[F>>>24,F>>16&255,F>>8&255,F&255,Y>>>24,Y>>16&255,Y>>8&255,Y&255]}catch(r){throw r;}}),m=(c.prototype.Ev=false,function(F,Y,D,t){for(D=[],t=Y-1;0<=t;t--)D[Y-1-t]=F>>8*t&255;return D}),z=(c.prototype.M=(window.performance||{}).now?function(){return this.ck+(window.performance.now()|0)}:function(){return+new Date},function(F,Y){F.h=("E:"+Y.message+":"+Y.stack).slice(0,2048)}),NN=function(F,Y,D,t,r){for(;F.A.length;){if(D=D&&Y)F.P&&F.w?(D=0!=document.hidden?false:true,F.w=false):D=false;if(D){r=F,F.A_(function(){P(r,false,Y,false)});break}t=Px(F,(t=(D=true,F).A.pop(),t))}return t},$G=(c.prototype.R=36,function(F,Y,D,t,r){for(F.VT=(F.B=(r=0,(F.K=function(O,R,H,q,f,K){return O=(q=(f=function(){return q()},K=(H=this,H).G,function(){return q[H.m+(f[H.f]===R)-!K[H.f]]}),f[H.N]=function(L){q[H.R]=L},f[H.N](O),f)},F.s=void 0,F.Db=function(O,R,H){return(R=(H=function(){return O},function(){return H()}),R)[this.N]=function(q){O=q},R},F).v=false,F.w=false,F.D=(F.P=0,F.I=25,void 0),t=[],0),[]);128>r;r++)t[r]=String.fromCharCode(r);(Q(F,195,(Q(F,(Q(F,76,(Q(F,227,(Q(F,112,(Q(F,123,(Q(F,228,(Q((Q(F,(Q(F,(F.ck=(Q(F,(Q(F,229,(Q(F,(Q(F,(Q(F,(F.Nc=(Q(F,(Q(F,(Q(F,(Q(F,18,(Q(F,(Q(F,230,(Q(F,21,(Q(F,170,(Q(F,150,(((Q(F,(Q(F,(Q(F,241,(r=(Q(F,23,(Q((Q(F,(Q(F,66,(Q(F,(Q(F,105,(Q(F,253,((Q(F,160,(Q(F,(F.A=(Q(F,194,(Q(F,86,(Q((F.o=[],F.Y=[],F),239,0),0)),function(O,R,H,q){Q((q=(H=(R=O.$(),O.$()),O).$(),O),q,O.V(R)||O.V(H))})),[]),Q(F,85,function(O,R,H){H=(R=O.$(),O).$(),0!=O.V(R)&&Q(O,239,O.V(H))}),120),function(O,R,H){H=(R=O.$(),O.$()),Q(O,H,""+O.V(R))}),[165,0,0])),Q)(F,157,function(O,R,H,q){Q(O,(q=(H=(R=O.$(),O).$(),O.$()),R=O.V(R)==O.V(H),q),+R)}),function(O,R){h(O,1,5)||(R=Qz(O),Q(O,R.L,R.g.apply(R.W,R.c)))})),function(O){hj(O,2)})),48),function(O,R,H){Q(O,(R=(H=(R=O.$(),O.$()),O.o[R])&&O.V(R),H),R)}),function(){})),153),function(O,R,H,q,f,K,L){h(O,1,5)||(R=Qz(O),H=R.c,f=R.g,q=R.W,L=H.length,0==L?K=q[f]():1==L?K=q[f](H[0]):2==L?K=q[f](H[0],H[1]):3==L?K=q[f](H[0],H[1],H[2]):g(O,22),Q(O,R.L,K))}),F),165,function(O,R,H,q,f){0!==(q=(H=(R=O.$(),O.$()),q=O.$(),R=O.V(R),f=O.V(O.$()),H=O.V(H),O.V(q)),R)&&(q=gd(O,q,f,1,R,H),yz(R,H,q),Q(O,123,[R,H,q]))}),function(O){O.$c(4)})),D.U||function(){}),480)),144),Wx(4)),217),F),Q)(F,132,k),YG)(),function(O,R,H,q,f){Q(O,(f=(H=(R=O.$(),O.$()),q=O.V(O.$()),O.V(O.$())),H=O.V(H),R),gd(O,H,q,f))})),function(O,R,H,q,f,K,L){h(O,1,5)||(R=Qz(O),q=R.W,H=R.c,L=H.length,f=R.g,0==L?K=new q[f]:1==L?K=new q[f](H[0]):2==L?K=new q[f](H[0],H[1]):3==L?K=new q[f](H[0],H[1],H[2]):4==L?K=new q[f](H[0],H[1],H[2],H[3]):g(O,22),Q(O,R.L,K))})),Q(F,182,function(O,R,H,q,f,K){if(!h(O,1,255)){if(q=(R=(f=(H=(R=O.$(),O.$()),q=O.$(),O.$()),O).V(R),H=O.V(H),O.V(q)),O=O.V(f),"object"==S(R)){for(K in f=[],R)f.push(K);R=f}for(K=(f=0,R.length);f<K;f+=q)H(R.slice(f,f+q),O)}}),function(O,R,H,q,f,K,L){if(H=(R=O.$(),MN(O)),q="",O.o[219])for(f=O.V(219),K=0,L=f.length;H--;)K=(K+MN(O))%L,q+=t[f[K]];else for(;H--;)q+=t[O.$()];Q(O,R,q)})),function(O){hj(O,1)})),143),function(O,R,H,q){Q(O,(H=(R=O.$(),O.$()),q=O.$(),q),O.V(R)>>H)}),function(O,R){(O=(R=O.$(),O.V(R)),wd)(O[0],O[1],O[2])})),122),function(O,R,H){Q(O,(R=(H=(R=O.$(),O).$(),O).V(R),H),S(R))}),Q(F,55,function(O,R,H){h(O,1,5)||(R=O.$(),H=O.$(),Q(O,H,function(q){return eval(q)}(O.V(R))))}),211),0),39),function(O,R,H,q){if(R=O.O.pop()){for(H=O.$();0<H;H--)q=O.$(),R[q]=O.o[q];O.o=(R[229]=(R[227]=O.o[227],O.o)[229],R)}else Q(O,239,O.i.length)}),F.O=[],function(O,R){((R.push(O[0]<<24|O[1]<<16|O[2]<<8|O[3]),R).push(O[4]<<24|O[5]<<16|O[6]<<8|O[7]),R).push(O[8]<<24|O[9]<<16|O[10]<<8|O[11])}),27),[]),146),{}),233),function(O){cx(O,1)}),2048)),65),0),((window.performance||{}).timing||{}).navigationStart||0),176),function(O,R,H,q,f){for(f=(H=(R=O.$(),MN(O)),q=[],0);f<H;f++)q.push(O.$());Q(O,R,q)}),96),function(O,R){u6(O,(R=O.V(O.$()),R))}),Q(F,172,function(O,R,H,q){(q=(R=O.$(),H=O.$(),O.$()),O.V(R))[O.V(H)]=O.V(q)}),F),250,function(O){cx(O,4)}),function(O){hj(O,4)})),0)),0)),[])),function(O,R,H,q){Q((R=(H=(R=O.$(),O).$(),q=O.$(),H=O.V(H),O).V(R),O),q,R[H])})),Q(F,53,function(O,R,H,q,f,K,L,b,w,l,LB,N,Ut){for(l=(b=(L=(K=(f=(R=O.$(),q=H=0,function(V,J){for(;q<V;)H|=O.$()<<q,q+=8;return H>>=(J=H&(1<<V)-(q-=V,1),V),J}),f(3)+1),f(5)),[]),w=0);l<L;l++)LB=f(1),b.push(LB),w+=LB?0:1;for(w=(l=0,(w-1).toString(2)).length,N=[];l<L;l++)b[l]||(N[l]=f(w));for(l=0;l<L;l++)b[l]&&(N[l]=O.$());for(Ut=(l=K,[]);l--;)Ut.push(O.V(O.$()));Q(O,R,function(V,J,l6,X,G){for(l6=(X=(J=[],V.B++,0),[]);X<L;X++){if(!b[G=N[X],X]){for(;G>=J.length;)J.push(V.$());G=J[G]}l6.push(G)}V.s=(V.D=V.K(Ut.slice(),V.$),V.K(l6,V.$))})}),168),function(O,R,H,q){Q(O,(q=(H=(R=O.$(),O.$()),O).$(),q),(O.V(R)in O.V(H))+0)}),function(O,R,H){Q(O,(H=(R=O.$(),O.$()),H),O.V(H)+O.V(R))})),Y&&"!"==Y.charAt(0))?(F.h=Y,r()):(F.i=[],D=!!D.U,W(F,[F2,Y]),W(F,[mW,r]),P(F,false,D,true))}),F2={},YL=((c.prototype.Gc=function(F,Y,D){if(3==F.length){for(D=0;3>D;D++)Y[D]+=F[D];for(D=(F=[13,8,13,12,16,5,3,10,15],0);9>D;D++)Y[3](Y,D%3,F[D])}},c.prototype).oD=function(F,Y,D,t,r,O){if(this.h)return this.h;try{r=[],t=!!F,O=[],W(this,[OU,r,Y]),W(this,[zq,F,r,O]),P(this,false,t,true),D=O[0]}catch(R){z(this,R),D=this.h,F&&F(D)}return D},{}),MN=(c.prototype.h_=function(F,Y,D,t,r){for(r=t=0;r<F.length;r++)t+=F.charCodeAt(r),t+=t<<10,t^=t>>6;return t=new Number((F=(t+=t<<3,t^=t>>11,t+(t<<15)>>>0),F&(1<<Y)-1)),t[0]=(F>>>Y)%D,t},function(F,Y){return(Y=F.$(),Y&128)&&(Y=Y&127|F.$()<<7),Y}),u6=(c.prototype.N="toString",function(F,Y){Q(F,239,(F.O.push(F.o.slice()),F.o[239]=void 0,Y))}),g=function(F,Y,D,t,r){Q(F,229,(3<((void 0!=(r=F.V(86),Y=[Y,r>>8&255,r&255],t)&&Y.push(t),0)==F.V(227).length&&(F.o[227]=void 0,Q(F,227,Y)),t="",D&&(D.message&&(t+=D.message),D.stack&&(t+=":"+D.stack)),D=F.V(229),D)&&(t=t.slice(0,D-3),D-=t.length+3,t=Ot(t.replace(/\\r\\n/g,"\\n")),d(F,144,m(t.length,2).concat(t),12)),D))},W=function(F,Y){F.A.splice(0,0,Y)},Wx=(c.prototype.f="caller",function(F,Y){for(Y=[];F--;)Y.push(255*Math.random()|0);return Y}),Qz=function(F,Y,D,t,r,O){for(r=(Y={},D=F.$(),Y.L=F.$(),Y.c=[],t=F.$()-1,F).$(),O=0;O<t;O++)Y.c.push(F.$());for((Y.g=F.V(D),Y).W=F.V(r);t--;)Y.c[t]=F.V(Y.c[t]);return Y},Et=(c.prototype.V=function(F,Y){if(Y=this.o[F],void 0===Y)throw g(this,30,0,F),this.l;return Y()},function(F,Y){return F[Y]<<24|F[Y+1]<<16|F[Y+2]<<8|F[Y+3]}),Px=function(F,Y,D,t,r){if((F.v=(D=Y[0],false),D)==OU)F.I=25,F.G(Y);else if(D==zq){D=Y[t=Y[1],3];try{r=F.G(Y)}catch(O){z(F,O),r=F.h}(t&&t(r),D).push(r)}else if(D==Da)F.G(Y);else if(D==F2)F.G(Y);else if(D==mW){try{for(r=0;r<F.Y.length;r++)try{t=F.Y[r],t[0][t[1]](t[2])}catch(O){}}catch(O){}(0,Y[F.Y=[],1])()}else if(D==YL)return r=Y[2],t=Y[6],Q(F,70,Y[4]?[t[0].a]:t),Q(F,146,r),F.G(Y)},P=(c.prototype.dT=function(F,Y,D,t){for(;D--;)239!=D&&86!=D&&Y.o[D]&&(Y.o[D]=Y[t](Y[F](D),this));Y[F]=this},function(F,Y,D,t,r){if(0!=F.A.length){if(r=0==F.B)F.b=F.M();return(D=NN(F,D,t),r)&&(r=F.M()-F.b,r<(Y?10:0)||0>=F.I--||F.VT.push(254>=r?r:254)),D}}),t5=(c.prototype.aD=function(F,Y,D){return F^(Y^=Y<<13,Y^=Y>>17,(Y=(Y^Y<<5)&D)||(Y=1),Y)},c.prototype.m=35,function(F,Y,D,t,r,O,R){F.B++;try{for(r=(t=5001,D=F.i.length,void 0),O=0;(F.Ev||--t)&&(F.D||(O=F.V(239))<D);)try{F.D?r=F.$(true):(Q(F,86,O),R=F.$(),r=F.V(R)),r&&r.call?r(F):g(F,21,0,R),F.v=true,h(F,0,2)}catch(H){H!=F.l&&(F.V(241)?g(F,22,H):Q(F,241,H))}t||g(F,33)}catch(H){try{g(F,22,H)}catch(q){z(F,q)}}return D=F.V(146),Y&&Q(F,239,Y),F.B--,D}),gd=(c.prototype.G=function(F,Y,D,t,r,O,R,H,q,f){if(Y=F[0],Y==F2){F=F[1];try{for(Y=[],D=0;D<F.length;){if(null==(R=(O=(r=(t=U[F.charAt(D++)],D<F.length)?U[F.charAt(D)]:0,++D,D<F.length)?U[F.charAt(D)]:64,++D,D)<F.length?U[F.charAt(D)]:64,++D,t)||null==r||null==O||null==R)throw Error();Y.push(t<<2|r>>4),64!=O&&(Y.push(r<<4&240|O>>2),64!=R&&Y.push(O<<6&192|R))}this.i=Y}catch(K){g(this,17,K)}t5(this)}else if(Y==OU)t=F[1],t.push(this.V(160).length,this.V(144).length,this.V(27).length,this.V(229)),Q(this,146,F[2]),this.o[103]&&Rt(this,this.V(103));else{if(Y==zq){for((r=((0<((R=(r=((O=(t=F[2],m(this.V(160).length+2,2)),r=this.V(227),0<r.length)&&d(this,160,m(r.length,2).concat(r),15),this.V(65)&511),r-=this.V(160).length+5,this.V(144)),4)<R.length&&(r-=R.length+3),r)&&d(this,160,m(r,2).concat(Wx(r)),10),4<R.length)&&d(this,160,m(R.length,2).concat(R),153),Wx(2).concat(this.V(160))),r)[1]=r[0]^3,r[3]=r[1]^O[0],r[4]=r[1]^O[1],R=0,O=[];R<r.length;R+=3)H=r[R],q=(F=R+1<r.length)?r[R+1]:0,f=(Y=R+2<r.length)?r[R+2]:0,D=H>>2,H=(H&3)<<4|q>>4,q=(q&15)<<2|f>>6,f&=63,Y||(f=64,F||(q=64)),O.push(n[D],n[H],n[q],n[f]);if(O=O.join(""))O="!"+O;else for(O="",R=0;R<r.length;R++)F=r[R][this.N](16),1==F.length&&(F="0"+F),O+=F;return Q(this,(this.V((r=O,160)).length=t[0],this.V(144).length=t[1],this.V(27).length=t[2],229),t[3]),r}if(Y==Da)Rt(this,F[1]);else if(Y==YL)return Rt(this,F[1])}},function(F,Y,D,t,r,O){return function(){var R=[YL,Y,D,void 0,r,O,arguments],H=t&1;if(t&2)var q=P(F,true,false,(W(F,R),false));else H&&F.A.length?W(F,R):H?(W(F,R),P(F,true,false,false)):q=Px(F,R);return q}}),Da={},h=function(F,Y,D){if(0>=F.P||1<F.B||!F.v&&0<Y||0!=document.hidden||F.M()-F.b<F.P-D)return false;return!((Q((Y=(F.w=true,F.V(239))-Y,F),239,F.i.length),F).A.push([Da,Y]),0)},Bx=(c.prototype.$c=function(F,Y,D,t){d(this,((D=(t=(D=(F&=(Y=F&4,3),this.$()),this.$()),this).V(D),Y&&(D=Ot((""+D).replace(/\\r\\n/g,"\\n"))),F)&&d(this,t,m(D.length,2)),t),D)},c.prototype.$=function(F,Y){if(this.D)return F=F?this.D().shift():this.s().shift(),this.D().length||this.s().length||(this.s=this.D=void 0,this.B--),F;if(!((F=this.V(239),F)in this.i))throw g(this,31),this.l;return(Q(this,((void 0==this.C&&(this.C=Et(this.i,F-4),this.H=void 0),this.H!=F>>3)&&(this.H=F>>3,Y=[0,0,0,this.V(211)],this.yT=Gq(this.C,this.H,Y)),239),F+1),this).i[F]^this.yT[F%8]},function(F){if("function"==S(F))return F;return F[F[XS]||(F[XS]=function(Y){return F.handleEvent(Y)}),XS]}),hj=(c.prototype.Bk=function(F,Y,D,t){try{t=F[(Y+2)%3],F[Y]=F[Y]-F[(Y+1)%3]-t^(1==Y?t<<D:t>>>D)}catch(r){throw r;}},function(F,Y,D,t){for(D=F.$(),t=0;0<Y;Y--)t=t<<8|F.$();Q(F,D,t)}),OU={},Rt=(c.prototype.A_=k.requestIdleCallback?function(F){requestIdleCallback(F,{timeout:4})}:k.setImmediate?function(F){setImmediate(F)}:function(F){setTimeout(F,0)},function(F,Y,D){return t5(F,(D=F.V(239),F.i&&D<F.i.length?(Q(F,239,F.i.length),u6(F,Y)):Q(F,239,Y),D))}),Q=function(F,Y,D){if(239==Y||86==Y)if(F.o[Y])F.o[Y][F.N](D);else F.o[Y]=F.Db(D);else if(160!=Y&&144!=Y&&27!=Y&&227!=Y||!F.o[Y])F.o[Y]=F.K(D,F.V);211==Y&&(F.C=void 0,Q(F,239,F.V(239)+4))},M=k;E[0]in M||"undefined"==typeof M.execScript||M.execScript("var "+E[0]);for(var u;E.length&&(u=E.shift());)M=M[u]&&M[u]!==Object.prototype[u]?M[u]:M[u]={};((p=k.botguard,p).bg=function(F,Y,D){return F&&F.substring&&(D=p[F.substring(0,3)])?new D(F.substring(3),Y):new p.tLL(F,Y)},p).tLL=function(F,Y,D){(D=new c(F,{U:Y}),this).invoke=function(t,r,O){return(O=D.oD(r&&t,O),t&&!r)&&t(O),O}};try{p.u||(yz(k,"unload",function(){}),p.u=1)}catch(F){};')();</script>
  <script type="text/javascript" nonce="hf+fkECq8lwZEM6Hte17KA">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="hf+fkECq8lwZEM6Hte17KA">
  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="hf+fkECq8lwZEM6Hte17KA">
  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="hf+fkECq8lwZEM6Hte17KA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="hf+fkECq8lwZEM6Hte17KA">
  (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;
  signinButton = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  <script nonce="hf+fkECq8lwZEM6Hte17KA">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.a=h();this.parameters={}};g("gaia.ajax.XmlHttpFormRequest",k);
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.a;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.send=k.prototype.send;
k.prototype.h=function(b,c,a){var d=this.a;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.sendJson=k.prototype.h;k.prototype.get=function(b,c){var a=this.a;a.open("GET",b,!0);a.onreadystatechange=function(){4==a.readyState&&c({status:a.status,text:a.responseText})};a.send()};k.prototype.get=k.prototype.get;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.g=b;this.f=c;this.c=m();this.b=!1},q=function(){var b=n,c=m();c==b.c||b.b||(b.c=c,(new k).get(b.f,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.a&&clearInterval(d.a),d.b||(window.location=d.g))}))};p.prototype.start=function(b){if(this.a)return!1;this.a=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.b=!0;b.a&&(clearInterval(b.a),b.a=null)});
</script>
  <script type="text/javascript" nonce="hf+fkECq8lwZEM6Hte17KA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fcanterburybaptist.org%2Fcanterbury-baptist-church%2Fdavid_chats%2Fatom.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fcanterburybaptist.org%2Fcanterbury-baptist-church%2Fdavid_chats%2Fatom.xml\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fcanterburybaptist.org%2Fcanterbury-baptist-church%2Fdavid_chats%2Fatom.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fcanterburybaptist.org%2Fcanterbury-baptist-church%2Fdavid_chats%2Fatom.xml\x26passive=1209600');
  </script>
  </body>
</html>
