
<!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="AFoagUXhHlGryi3MADydddQ_9CjvPkvyfQ:1527867747077">
  <input type="hidden" name="continue" value="https://sites.google.com/northernvoice.ca/northernvoice2008/rss.xml">
  <input type="hidden" name="followup" value="https://sites.google.com/northernvoice.ca/northernvoice2008/rss.xml">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlz53_FR7OaDX8WgF0Nkpco7whikUE8Fl-u0wYiTpmXpRM9m59COofsHqO7iPK4aRxd1mKlrvDQa0Gvh6KMD2eGXd8ROuxQJMTgoakQd6WXSQQh-1HXBN3tzNDJIP2cE6A30VSd2UHj7wHc7qy8KD217UIHLPban8yjZJKGK-t60sZbTZU0">
  <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%2Fnorthernvoice.ca%2Fnorthernvoice2008%2Frss.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%2Fnorthernvoice.ca%2Fnorthernvoice2008%2Frss.xml&amp;followup=https%3A%2F%2Fsites.google.com%2Fnorthernvoice.ca%2Fnorthernvoice2008%2Frss.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%2Fnorthernvoice.ca%2Fnorthernvoice2008%2Frss.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="gh9Ie4rAF+ukookNm3C/jGrwB0U">
  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="gh9Ie4rAF+ukookNm3C/jGrwB0U">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var f=function(a,Z){return a<Z?-1:a>Z?1:0},m=function(a,Z){return Z=typeof a,"object"==Z&&null!=a||"function"==Z},A={},W={},as=function(a){for(a=0;64>a;++a)W[a]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(a),A["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(a)]=a;A[(W[64]="",A)["+"]=62,A["/"]=63,"="]=64},g,ZK=function(a,Z){function S(){}(a.ka=((a.N=(S.prototype=Z.prototype,Z).prototype,a).prototype=new S,function(a,S,V){for(var D=Array(arguments.length-2),w=2;w<arguments.length;w++)D[w-2]=arguments[w];return Z.prototype[S].apply(a,D)}),a.prototype).constructor=a},E=function(a,Z,S){if((Z=typeof a,"object")==Z)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return Z;if((S=Object.prototype.toString.call(a),"[object Window]")==S)return"object";if("[object Array]"==S||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==S||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==Z&&"undefined"==typeof a.call)return"object";return Z},iO=function(a){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(a)[1]},S_=function(){},DK=function(a,Z,S,D,w){for(D=(Z=[],S=0);D<a.length;D++)w=a.charCodeAt(D),128>w?Z[S++]=w:(2048>w?Z[S++]=w>>6|192:(55296==(w&64512)&&D+1<a.length&&56320==(a.charCodeAt(D+1)&64512)?(w=65536+((w&1023)<<10)+(a.charCodeAt(++D)&1023),Z[S++]=w>>18|240,Z[S++]=w>>12&63|128):Z[S++]=w>>12|224,Z[S++]=w>>6&63|128),Z[S++]=w&63|128);return Z},n,x=this;a:{var wD=x.navigator;if(wD){var Ve=wD.userAgent;if(Ve){n=Ve;break a}}n=""}var f4=function(a){return(a=x.document)?a.documentMode:void 0},M="",K4=function(a,Z,S){return Object.prototype.hasOwnProperty.call((S=p4,S),a)?S[a]:S[a]=Z(a)},m2=function(a,Z,S){for(S in a)if(Z.call(void 0,a[S],S,a))return true;return false},B=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(n),y=(B&&(M=B?B[1]:""),f4()),TG=null!=y&&y>parseFloat(M)?String(y):M,Aq,p4={},s2=x.document,b=(Aq=s2?f4()||("CSS1Compat"==s2.compatMode?parseInt(TG,10):5):void 0,9<=Number(Aq)),FA=!function(a){return K4(a,function(Z,S,D,w,V,u,p){for(V=(w=(D=iO(String(a)).split("."),Z=(S=iO(String(TG)).split("."),0),Math).max(S.length,D.length),0);0==Z&&V<w;V++){p=(u=S[V]||"",D[V])||"";do{if((p=(u=/(\\d*)(\\D*)(.*)/.exec(u)||["","","",""],/(\\d*)(\\D*)(.*)/).exec(p)||["","","",""],0==u[0].length)&&0==p[0].length)break;u=(p=(Z=f(0==u[1].length?0:parseInt(u[1],10),0==p[1].length?0:parseInt(p[1],10))||f(0==u[2].length,0==p[2].length)||f(u[2],p[2]),p[3]),u)[3]}while(0==Z)}return 0<=Z})}("9"),P5=function(a,Z){if(!x.addEventListener||!Object.defineProperty)return false;return(Z=Object.defineProperty({},"passive",{get:(a=false,function(){a=true})}),x).addEventListener("test",S_,Z),x.removeEventListener("test",S_,Z),a}(),U=function(a,Z){this.type=a,this.currentTarget=(this.defaultPrevented=false,this.target=Z)},Y=function(a,Z,S,D){(((((((U.call(this,a?a.type:""),this).relatedTarget=this.currentTarget=this.target=null,this).button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,this.key="",this).charCode=this.keyCode=0,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.pointerId=0,this).L=null,this).pointerType="",this).state=null,a)&&(S=this.type=a.type,this.currentTarget=Z,Z=a.relatedTarget,this.target=a.target||a.srcElement,D=a.changedTouches?a.changedTouches[0]:null,Z||("mouseover"==S?Z=a.fromElement:"mouseout"==S&&(Z=a.toElement)),this.relatedTarget=Z,null===D?(this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.screenX=a.screenX||0,this.screenY=a.screenY||0,this.offsetY=void 0!==a.offsetY?a.offsetY:a.layerY,this.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.offsetX=void 0!==a.offsetX?a.offsetX:a.layerX):(this.screenX=D.screenX||0,this.clientY=void 0!==D.clientY?D.clientY:D.pageY,this.screenY=D.screenY||0,this.clientX=void 0!==D.clientX?D.clientX:D.pageX),this.L=a,this.key=a.key||"",this.pointerId=a.pointerId||0,this.metaKey=a.metaKey,this.pointerType="string"==typeof a.pointerType?a.pointerType:W5[a.pointerType]||"",this.state=a.state,this.keyCode=a.keyCode||0,this.altKey=a.altKey,this.charCode=a.charCode||("keypress"==S?a.keyCode:0),this.shiftKey=a.shiftKey,this.ctrlKey=a.ctrlKey,this.button=a.button,a.defaultPrevented&&this.preventDefault())},W5={2:"touch",3:"pen",4:(((ZK(Y,((U.prototype.stopPropagation=function(){},U.prototype).preventDefault=function(){this.defaultPrevented=true},U)),Y).prototype.stopPropagation=function(){(Y.N.stopPropagation.call(this),this.L).stopPropagation?this.L.stopPropagation():this.L.cancelBubble=true},Y).prototype.preventDefault=function(a){if((a=(Y.N.preventDefault.call(this),this.L),a).preventDefault)a.preventDefault();else if(a.returnValue=false,FA)try{if(a.ctrlKey||112<=a.keyCode&&123>=a.keyCode)a.keyCode=-1}catch(Z){}},"mouse")},L="closure_listenable_"+(1E6*Math.random()|0),I=function(a){this.src=a,this.c={},this.g=0},E2=function(a,Z,S,D,w){(this.capture=!!(this.w=w,this.$=null,this.listener=(this.key=++gD,a),this.type=(this.src=Z,S),D),this).S=this.j=false},O=function(a,Z,S,D,w,V){for(w=0;w<a.length;++w)if(V=a[w],!V.S&&V.listener==Z&&V.capture==!!S&&V.w==D)return w;return-1},c=function(a){((a.w=null,a.listener=null,a.S=true,a).$=null,a).src=null},gD=(((I.prototype.add=function(a,Z,S,D,w,V,u){return-1<(u=(a=(V=a.toString(),this.c)[V],a||(a=this.c[V]=[],this.g++),O)(a,Z,D,w),u)?(Z=a[u],S||(Z.j=false)):(Z=new E2(Z,this.src,V,!!D,w),Z.j=S,a.push(Z)),Z},I).prototype.hasListener=function(a,Z,S,D,w){return w=void 0!==(D=(S=void 0!==a)?a.toString():"",Z),m2(this.c,function(a,u){for(u=0;u<a.length;++u)if(!(S&&a[u].type!=D||w&&a[u].capture!=Z))return true;return false})},I).prototype.remove=function(a,Z,S,D,w){if(a=a.toString(),!(a in this.c))return false;return-1<(Z=(w=this.c[a],O(w,Z,S,D)),Z)?(c(w[Z]),Array.prototype.splice.call(w,Z,1),0==w.length&&(delete this.c[a],this.g--),true):false},0),h="closure_lm_"+(1E6*Math.random()|0),x$=function(a,Z,S,D){return((D=(S=a.listener,a.w)||a.src,a.j)&&n4(a),S).call(D,Z)},M1=function(a,Z,S,D){if(a.S)return true;if(!b){if(!Z)a:{for(Z=[(D=(S=x,0),"window"),"event"];D<Z.length;D++)if(S=S[Z[D]],null==S){Z=null;break a}Z=S}return Z=new Y(Z,this),x$(a,Z)}return x$(a,new Y(Z,this))},j_=function(a,Z,S,D,w,V){if("array"==E(Z))for(V=0;V<Z.length;V++)j_(a,Z[V],S,D,w);else(D=m(D)?!!D.capture:!!D,S=Q(S),a&&a[L])?a.tF(Z,S,D,w):a&&(a=B5(a))&&(Z=a.c[Z.toString()],a=-1,Z&&(a=O(Z,S,D,w)),(S=-1<a?Z[a]:null)&&n4(S))},bO=function(a){return a in ye?ye[a]:ye[a]="on"+a},U2=function(a,Z,S,D,w,V){if("array"==E(Z))for(V=0;V<Z.length;V++)U2(a,Z[V],S,D,w);else S=Q(S),a&&a[L]?a.Sk(Z,S,m(D)?!!D.capture:!!D,w):Y$(a,Z,S,true,D,w)},L4=0,B5=function(a){return(a=a[h],a instanceof I)?a:null},Is=function(a,Z,S,D,w,V){if(D&&D.once)U2(a,Z,S,D,w);else if("array"==E(Z))for(V=0;V<Z.length;V++)Is(a,Z[V],S,D,w);else S=Q(S),a&&a[L]?a.$a(Z,S,m(D)?!!D.capture:!!D,w):Y$(a,Z,S,false,D,w)},n4=function(a,Z,S,D,w,V,u){if("number"!=typeof a&&a&&!a.S)if((Z=a.src)&&Z[L])Z.Qb(a);else if(D=a.$,S=a.type,Z.removeEventListener?Z.removeEventListener(S,D,a.capture):Z.detachEvent?Z.detachEvent(bO(S),D):Z.addListener&&Z.removeListener&&Z.removeListener(D),L4--,S=B5(Z)){if((D=a.type,D)in S.c){w=S.c[D];b:if("string"==typeof w)V="string"==typeof a&&1==a.length?w.indexOf(a,0):-1;else{for(V=0;V<w.length;V++)if(V in w&&w[V]===a)break b;V=-1}(u=0<=V)&&Array.prototype.splice.call(w,V,1),u&&(c(a),0==S.c[D].length&&(delete S.c[D],S.g--))}0==S.g&&(S.src=null,Z[h]=null)}else c(a)},GG=function(a,Z){return Z=(a=M1,b?function(S){return a.call(Z.src,Z.listener,S)}:function(S){if(S=a.call(Z.src,Z.listener,S),!S)return S})},Y$=function(a,Z,S,D,w,V,u,p){if(!Z)throw Error("Invalid event type");if((u=m(w)?!!w.capture:!!w,!u)||b)if((p=B5(a))||(a[h]=p=new I(a)),S=p.add(Z,S,D,u,V),!S.$){if((S.$=(((D=GG(),D).src=a,D).listener=S,D),a).addEventListener)P5||(w=u),void 0===w&&(w=false),a.addEventListener(Z.toString(),D,w);else if(a.attachEvent)a.attachEvent(bO(Z.toString()),D);else if(a.addListener&&a.removeListener)a.addListener(D);else throw Error("addEventListener and attachEvent are unavailable.");L4++}},ye={},k$="__closure_events_fn_"+(1E9*Math.random()>>>0),os=function(a,Z,S,D){S=a.A(),D=a.A(),z(a,D,t(a.b(S),Z))},XA=function(a,Z,S,D,w){for((((a.O=void 0,(D=[],a).M=void 0,a.W=function(a,Z,S,D,w,N){return S=(D=(w=function(){return D()},function(){return D[S.i+(w[S.C]===Z)-!N[S.C]]}),this),N=S.J,w[S.X]=function(a){D[S.I]=a},w[S.X](a),a=w},a.s5=function(a,Z,S){return Z=(S=function(){return a},function(){return S()}),Z[this.X]=function(Z){a=Z},Z},a).H=false,a).G=25,a.o=0,w=0,a).U=false,a.m=0,a.bA=[];128>w;w++)D[w]=String.fromCharCode(w);(((((((((((((((((((((a.Y=[],X(a,178,0),X)(a,215,0),as(),X(a,114,function(a){O2(a,1)}),X(a,7,function(a){O2(a,2)}),X(a,247,function(a,Z,S,D,w,N,K){e(a,1,5)||(Z=c5(a),w=Z.f,D=Z.l,S=Z.F,K=S.length,0==K?N=D[w]():1==K?N=D[w](S[0]):2==K?N=D[w](S[0],S[1]):3==K?N=D[w](S[0],S[1],S[2]):H(a,22),X(a,Z.D,N))}),X(a,1,function(a,Z,S,D){Z=(D=(S=(Z=a.A(),a).A(),a.A()),a.b(Z)==a.b(S)),X(a,D,+Z)}),X(a,106,function(a,Z,S,D){D=(Z=a.A(),S=a.A(),a.A()),X(a,D,a.b(Z)||a.b(S))}),X(a,143,function(a,Z,S){e(a,1,5)||(Z=a.A(),S=a.A(),X(a,S,function(a){return eval(a)}(a.b(Z))))}),X(a,69,function(){}),X(a,118,[]),X)(a,253,function(a,Z){a=(Z=a.A(),a).b(Z),j_(a[0],a[1],a[2])}),X(a,239,hq(4)),X)(a,217,0),X)(a,255,[]),X(a,122,function(a,Z,S,D,w){S=(w=(D=(S=(Z=a.A(),a).A(),a.b(a.A())),a.b(a.A())),a).b(S),X(a,Z,Qe(a,S,D,w))}),X)(a,22,function(a,Z,S){(S=(Z=a.A(),a.A()),X)(a,S,a.b(S)+a.b(Z))}),X)(a,37,a),X(a,43,function(a,Z,S,D,w){for(D=(w=(S=(Z=a.A(),Jq)(a),0),[]);w<S;w++)D.push(a.A());X(a,Z,D)}),X(a,111,function(a,Z,S,D){if(Z=a.P.pop()){for(S=a.A();0<S;S--)D=a.A(),Z[D]=a.Y[D];Z[Z[118]=a.Y[118],216]=a.Y[216],a.Y=Z}else X(a,178,a.a.length)}),X(a,212,0),a).s=[],X(a,244,function(a,Z,S,w,P,N,K){if((w=(S=(Z=a.A(),Jq(a)),""),a.Y)[61])for(P=a.b(61),K=P.length,N=0;S--;)N=(N+Jq(a))%K,w+=D[P[N]];else for(;S--;)w+=D[a.A()];X(a,Z,w)}),X)(a,109,function(a,Z,S){S=(Z=a.A(),a).A(),Z=a.b(Z),X(a,S,E(Z))}),X)(a,180,function(a,Z,S){Z=a.A(),S=a.A(),X(a,S,""+a.b(Z))}),X(a,128,[165,0,0]),X)(a,165,343),X(a,91,function(a){a.Z&&zG(a,0)}),X(a,70,function(a,Z,S){S=(Z=a.A(),a).A(),0!=a.b(Z)&&X(a,178,a.b(S))}),X)(a,31,function(a,Z,S,D,w,N){if(!e(a,1,255)){if((a=(D=(S=(D=(S=(Z=a.A(),a.A()),a).A(),w=a.A(),Z=a.b(Z),a.b(S)),a).b(D),a).b(w),"object")==E(Z)){for(N in w=[],Z)w.push(N);Z=w}for(w=0,N=Z.length;w<N;w+=D)S(Z.slice(w,w+D),a)}}),X)(a,160,function(a,Z,S,D){D=(S=(Z=a.A(),a.A()),a.A()),X(a,D,(a.b(Z)in a.b(S))+0)}),X(a,158,x),X)(a,49,0),X(a,228,function(a,Z,S,D,w){(D=(w=(S=(Z=a.A(),a).A(),D=a.A(),Z=a.b(Z),a).b(a.A()),S=a.b(S),a).b(D),0)!==Z&&(D=Qe(a,D,w,1,Z,S),Is(Z,S,D),X(a,212,[Z,S,D]))}),X(a,93,function(a){os(a,4)}),X)(a,79,function(a,Z,S,D,w,N,K,G,k,T,uO,J,N1){for(T=k=(G=(K=(N=(Z=a.A(),D=S=0,w=function(Z,w){for(;D<Z;)S|=a.A()<<D,D+=8;return w=S&(D-=Z,(1<<Z)-1),S>>=Z,w},w(3)+1),w)(5),[]),0);T<K;T++)uO=w(1),G.push(uO),k+=uO?0:1;for(k=(k-1).toString(2).length,T=0,J=[];T<K;T++)G[T]||(J[T]=w(k));for(T=0;T<K;T++)G[T]&&(J[T]=a.A());for(T=N,N1=[];T--;)N1.push(a.b(a.A()));X(a,Z,function(a,Z,S,D,w){for(D=0,S=[],a.o++,Z=[];D<K;D++){if(!(w=J[D],G[D])){for(;w>=Z.length;)Z.push(a.A());w=Z[w]}S.push(w)}a.M=a.W(N1.slice(),a.A),a.O=a.W(S,a.A)})}),a.Zh=function(a,Z){((Z.push(a[0]<<24|a[1]<<16|a[2]<<8|a[3]),Z).push(a[4]<<24|a[5]<<16|a[6]<<8|a[7]),Z).push(a[8]<<24|a[9]<<16|a[10]<<8|a[11])},a.LJ=((window.performance||{}).timing||{}).navigationStart||0,X(a,80,function(a,Z,S,D){D=(S=(Z=a.A(),a.A()),a).A(),X(a,D,a.b(Z)>>S)}),X)(a,177,function(a){os(a,1)}),X(a,11,0),X(a,19,function(a,Z){Z=a.b(a.A()),tq(a,Z)}),a).Z=false,X)(a,99,function(a){a.AF(4)}),X(a,190,function(a,Z){e(a,1,5)||(Z=c5(a),X(a,Z.D,Z.f.apply(Z.l,Z.F)))}),X(a,76,function(a,Z,S,D,w,N,K){e(a,1,5)||(Z=c5(a),D=Z.l,w=Z.f,S=Z.F,K=S.length,0==K?N=new D[w]:1==K?N=new D[w](S[0]):2==K?N=new D[w](S[0],S[1]):3==K?N=new D[w](S[0],S[1],S[2]):4==K?N=new D[w](S[0],S[1],S[2],S[3]):H(a,22),X(a,Z.D,N))}),X)(a,157,function(a,Z,S){(Z=(S=(Z=a.A(),a).A(),a.Y)[Z]&&a.b(Z),X)(a,S,Z)}),a.P=[],X)(a,169,function(a,Z,S,D){(D=(S=(Z=a.A(),a).A(),a.A()),a.b(Z))[a.b(S)]=a.b(D)}),X(a,164,{}),X(a,51,function(a,Z,S,D){Z=(S=(D=(Z=a.A(),S=a.A(),a.A()),a.b(S)),a.b(Z)),X(a,D,Z[S])}),w=S.R||function(){},X(a,44,function(a){O2(a,4)}),X)(a,216,2048),Z)&&"!"==Z.charAt(0)?(a.v=Z,w()):(S=!!S.R,a.Z=S,a.a=[],d(a,[4,Z]),d(a,[5,w]),r(a,false,S,true))},t=function(a,Z,S,D){for(S=(D=Z-1,[]);0<=D;D--)S[Z-1-D]=a>>8*D&255;return S},l=function(a,Z){try{XA(this,a,Z)}catch(S){R(this,S)}},e=((l.prototype.Vb=function(a,Z,S,D){for(;S--;)178!=S&&215!=S&&Z.Y[S]&&(Z.Y[S]=Z[D](Z[a](S),this));Z[a]=this},l).prototype.X="toString",function(a,Z,S){if(0>=a.m||1<a.o||!a.U&&0<Z||0!=document.hidden||a.V()-a.h<a.m-S)return false;return!(a.H=true,zG(a,Z),0)}),Jq=((l.prototype.AF=function(a,Z,S,D){(((S=(D=(a&=(Z=a&4,3),S=this.A(),this).A(),this.b(S)),Z)&&(S=DK((""+S).replace(/\\r\\n/g,"\\n"))),a)&&z(this,D,t(S.length,2)),z)(this,D,S)},l.prototype).C="caller",l.prototype.V=(window.performance||{}).now?function(){return this.LJ+(window.performance.now()|0)}:function(){return+new Date},function(a,Z){return Z=a.A(),Z&128&&(Z=Z&127|a.A()<<7),Z}),O2=function(a,Z,S,D){for(D=(S=a.A(),0);0<Z;Z--)D=D<<8|a.A();X(a,S,D)},r=function(a,Z,S,D,w,V){if(0==a.s.length)return V;if(w=0==a.o)a.h=a.V();return V=e_(a,S,D),w&&(S=a.V()-a.h,S<(Z?10:0)||0>=a.G--||a.bA.push(254>=S?S:254)),V},H=function(a,Z,S,D,w){((S=((D=((void 0!=(Z=(w=a.b(215),[Z,w>>8&255,w&255]),D)&&Z.push(D),0)==a.b(118).length&&(a.Y[118]=void 0,X(a,118,Z)),""),S)&&(S.message&&(D+=S.message),S.stack&&(D+=":"+S.stack)),a).b(216),3)<S&&(D=D.slice(0,S-3),S-=D.length+3,D=DK(D.replace(/\\r\\n/g,"\\n")),z(a,239,t(D.length,2).concat(D),12)),X)(a,216,S)},c5=function(a,Z,S,D,w,V){for(w=(D=(((Z={},S=a.A(),Z).D=a.A(),Z).F=[],a.A())-1,a.A()),V=0;V<D;V++)Z.F.push(a.A());for(Z.f=a.b(S),Z.l=a.b(w);D--;)Z.F[D]=a.b(Z.F[D]);return Z},$$=function(a,Z,S,D,w,V,u){a.o++;try{for(w=void 0,V=0,D=5001,S=a.a.length;(--D||a.cN)&&(a.M||(V=a.b(178))<S);)try{a.M?w=a.A(true):(X(a,215,V),u=a.A(),w=a.b(u)),w&&w.call?w(a):H(a,21,0,u),a.U=true,e(a,0,2)}catch(p){p!=a.T&&(a.b(165)?H(a,22,p):X(a,165,p))}D||H(a,33)}catch(p){try{H(a,22,p)}catch(F){R(a,F)}}return S=a.b(164),Z&&X(a,178,Z),a.o--,S},q=[((l.prototype.Ya=function(a,Z,S,D,w,V){if(this.v)return this.v;try{V=[],w=[],D=!!a,d(this,[1,D,w,Z]),d(this,[2,a,w,V]),r(this,false,D,true),S=V[0]}catch(u){R(this,u),S=this.v,a&&a(S)}return S},l.prototype).J=function(a,Z,S,D,w,V,u,p,F,P){if(4==(Z=a[0],Z)){a=a[1];try{for(S=0,Z=[];S<a.length;){if((V=(w=(D=A[a.charAt(S++)],S<a.length)?A[a.charAt(S)]:0,++S,S<a.length?A[a.charAt(S)]:64),++S,u=S<a.length?A[a.charAt(S)]:64,++S,null==D||null==w)||null==V||null==u)throw Error();(Z.push(D<<2|w>>4),64)!=V&&(Z.push(w<<4&240|V>>2),64!=u&&Z.push(V<<6&192|u))}this.a=Z}catch(N){H(this,17,N)}$$(this)}else if(1==Z)D=a[2],w=a[1],D.push(this.b(128).length,this.b(239).length,this.b(255).length,this.b(216)),this.Z=w,X(this,164,a[3]),this.Y[254]&&H5(this,this.b(254));else{if(2==Z){for(V=(u=(w=(((4<(w=(w=(V=t((D=a[2],this.b(128).length)+2,2),this.b(118)),0<w.length&&z(this,128,t(w.length,2).concat(w),15),this.b(49)&511),w-=this.b(128).length+5,u=this.b(239),u.length)&&(w-=u.length+3),0)<w&&z(this,128,t(w,2).concat(hq(w)),10),4<u.length)&&z(this,128,t(u.length,2).concat(u),153),hq)(2).concat(this.b(128)),w[1]=w[0]^3,w[3]=w[1]^V[0],w[4]=w[1]^V[1],0),[]);u<w.length;u+=3)p=w[u],F=(a=u+1<w.length)?w[u+1]:0,P=(Z=u+2<w.length)?w[u+2]:0,S=p>>2,p=(p&3)<<4|F>>4,F=(F&15)<<2|P>>6,P&=63,Z||(P=64,a||(F=64)),V.push(W[S],W[p],W[F],W[P]);if(V=V.join(""))V="!"+V;else for(u=0,V="";u<w.length;u++)a=w[u][this.X](16),1==a.length&&(a="0"+a),V+=a;return(w=(((this.b(128).length=D[0],this.b(239)).length=D[1],this.b(255)).length=D[2],V),X)(this,216,D[3]),w}if(3==Z)H5(this,a[1]);else if(6==Z)return H5(this,a[1])}},"botguard")],v=x,tq=(l.prototype.A=(l.prototype.i=35,function(a,Z){if(this.M)return a=a?this.M().shift():this.O().shift(),this.M().length||this.O().length||(this.O=this.M=void 0,this.o--),a;if(a=this.b(178),!(a in this.a))throw H(this,31),this.T;return(((void 0==this.K&&(this.K=dD(this.a,a-4),this.B=void 0),this.B)!=a>>3&&(this.B=a>>3,Z=[0,0,0,this.b(11)],this.Fm=rD(this.K,this.B,Z)),X)(this,178,a+1),this.a)[a]^this.Fm[a%8]}),function(a,Z){(a.P.push(a.Y.slice()),a.Y[178]=void 0,X)(a,178,Z)}),e_=(l.prototype.cN=false,function(a,Z,S,D,w){for(;a.s.length;){if(S&&Z&&Rs(a)){w=a,a.JF(function(){r(w,false,Z,false)});break}S=true,D=a.s.pop(),D=lO(a,D)}return D}),d=(l.prototype.O5=function(a,Z,S,D,w,V){for(V=(S=[],D=0);V<a.length;V++)for(w=w<<Z|a[V],D+=Z;7<D;)D-=8,S.push(w>>D&255);return S},function(a,Z){a.s.splice(0,0,Z)}),X=(l.prototype.T={},function(a,Z,S){if(178==Z||215==Z)if(a.Y[Z])a.Y[Z][a.X](S);else a.Y[Z]=a.s5(S);else if(128!=Z&&239!=Z&&255!=Z&&118!=Z||!a.Y[Z])a.Y[Z]=a.W(S,a.b);11==Z&&(a.K=void 0,X(a,178,a.b(178)+4))}),rD=function(a,Z,S,D){try{for(D=0;79669387488!=D;)a+=(Z<<4^Z>>>5)+Z^D+S[D&3],D+=2489668359,Z+=(a<<4^a>>>5)+a^D+S[D>>>11&3];return[a>>>24,a>>16&255,a>>8&255,a&255,Z>>>24,Z>>16&255,Z>>8&255,Z&255]}catch(w){throw w;}},H5=function(a,Z,S){return(S=a.b(178),a.a&&S<a.a.length?(X(a,178,a.a.length),tq(a,Z)):X(a,178,Z),$$)(a,S)},lO=(l.prototype.ov=(l.prototype.vN=function(a,Z,S,D,w){for(w=D=0;w<a.length;w++)D+=a.charCodeAt(w),D+=D<<10,D^=D>>6;return(D=(a=(D+=D<<3,D^=D>>11,D)+(D<<15)>>>0,new Number(a&(1<<Z)-1)),D)[0]=(a>>>Z)%S,D},function(a,Z,S){return Z^=Z<<13,Z^=Z>>17,(Z=(Z^Z<<5)&S)||(Z=1),a^Z}),function(a,Z,S,D,w){if(1==(S=Z[0],a.U=false,S))a.G=25,a.J(Z);else if(2==S){D=(S=Z[1],Z)[3];try{a.Z=false,w=a.J(Z)}catch(V){R(a,V),w=a.v}(S&&S(w),D).push(w)}else if(3==S)a.J(Z);else if(4==S)a.J(Z);else if(5==S)a.Z=false,Z=Z[1],Z();else if(6==S)return S=Z[6],w=Z[2],X(a,174,Z[4]?[S[0].L]:S),X(a,164,w),a.J(Z)}),Qe=function(a,Z,S,D,w,V){return function(){var u=D&1,p=[6,Z,S,void 0,w,V,arguments];if(D&2)var F=(d(a,p),r(a,true,false,false));else u&&a.s.length?d(a,p):u?(d(a,p),r(a,true,false,false)):F=lO(a,p);return F}},Rs=(l.prototype.b=(l.prototype.I=36,function(a,Z){if(Z=this.Y[a],void 0===Z)throw H(this,30,0,a),this.T;return Z()}),l.prototype.JF=x.requestIdleCallback?function(a){requestIdleCallback(a,{timeout:4})}:x.setImmediate?function(a){setImmediate(a)}:function(a){setTimeout(a,0)},function(a){if(a.m){if(!a.H)return false;a.H=false}else if(10>a.V()-a.h)return false;return 0!=document.hidden?false:true}),zG=(l.prototype.rf=function(a,Z,S,D){try{D=a[(Z+2)%3],a[Z]=a[Z]-a[(Z+1)%3]-D^(1==Z?D<<S:D>>>S)}catch(w){throw w;}},function(a,Z){((Z=a.b(178)-Z,X)(a,178,a.a.length),a).s.push([3,Z])}),R=function(a,Z){a.v=("E:"+Z.message+":"+Z.stack).slice(0,2048)},hq=function(a,Z){for(Z=[];a--;)Z.push(255*Math.random()|0);return Z},dD=function(a,Z){return a[Z]<<24|a[Z+1]<<16|a[Z+2]<<8|a[Z+3]},z=(l.prototype.Xm=function(a,Z,S){if(3==a.length){for(S=0;3>S;S++)Z[S]+=a[S];for(a=(S=0,[13,8,13,12,16,5,3,10,15]);9>S;S++)Z[3](Z,S%3,a[S])}},function(a,Z,S,D,w,V){for(a=(D=((239==(w=a.b(Z),Z)?(Z=function(a,Z,S,D){if((S=(Z=w.length,Z-4>>3),w.MX)!=S){S=((D=[0,0,(w.MX=S,0),V],S)<<3)-4;try{w.av=rD(dD(w,S),dD(w,S+4),D)}catch(N){throw N;}}w.push(w.av[Z&7]^a)},V=a.b(217)):Z=function(a){w.push(a)},D)&&Z(D&255),0),S.length);D<a;D++)Z(S[D])}),Q=function(a){if("function"==E(a))return a;return a[k$]||(a[k$]=function(Z){return a.handleEvent(Z)}),a[k$]};q[0]in v||"undefined"==typeof v.execScript||v.execScript("var "+q[0]);for(var C;q.length&&(C=q.shift());)v=v[C]&&v[C]!==Object.prototype[C]?v[C]:v[C]={};((g=x.botguard,g).NKM=function(a,Z,S){(S=new l(a,{R:Z}),this).invoke=function(a,Z,V){return V=S.Ya(Z&&a,V),a&&!Z&&a(V),V}},g).bg=function(a,Z,S){return a&&a.substring&&(S=g[a.substring(0,3)])?new S(a.substring(3),Z):new g.NKM(a,Z)};try{g.u||(Is(x,"unload",function(){}),g.u=1)}catch(a){};')();</script>
  <script type="text/javascript" nonce="gh9Ie4rAF+ukookNm3C/jGrwB0U">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="gh9Ie4rAF+ukookNm3C/jGrwB0U">
  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="gh9Ie4rAF+ukookNm3C/jGrwB0U">
  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="gh9Ie4rAF+ukookNm3C/jGrwB0U">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="gh9Ie4rAF+ukookNm3C/jGrwB0U">
  (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="gh9Ie4rAF+ukookNm3C/jGrwB0U">var e=this,g=function(a,c){a=a.split(".");var b=e;a[0]in b||!b.execScript||b.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||void 0===c?b[d]?b=b[d]:b=b[d]={}:b[d]=c};var h=function(){try{return new XMLHttpRequest}catch(b){for(var a=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<a.length;c++)try{return new ActiveXObject(a[c])}catch(d){}}return null};g("gaia.ajax.newXmlHttpRequest",h);var k=function(){this.a=h();this.parameters={}};g("gaia.ajax.XmlHttpFormRequest",k);
k.prototype.send=function(a,c){var b=[],d;for(d in this.parameters)b.push(d+"="+encodeURIComponent(this.parameters[d]));b=b.join("&");var f=this.a;f.open("POST",a,!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(b)};k.prototype.send=k.prototype.send;
k.prototype.h=function(a,c,b){var d=this.a;d.open("POST",a,!0);d.setRequestHeader("Content-type","application/json");d.onreadystatechange=function(){4==d.readyState&&b({status:d.status,text:d.responseText})};d.send(c)};k.prototype.sendJson=k.prototype.h;k.prototype.get=function(a,c){var b=this.a;b.open("GET",a,!0);b.onreadystatechange=function(){4==b.readyState&&c({status:b.status,text:b.responseText})};b.send()};k.prototype.get=k.prototype.get;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var a=document.cookie.split(l),c=0;c<a.length;c++){var b=a[c];b=b.replace(/^\s+/,"");b=b.replace(/\s+$/,"");if(0==b.indexOf("APISID="))return b.substr(7)}return""};var n=null,p=function(a,c){this.g=a;this.f=c;this.c=m();this.b=!1},q=function(){var a=n,c=m();c==a.c||a.b||(a.c=c,(new k).get(a.f,function(b){var a=n;b&&b.status&&200==b.status&&"OK"==b.text&&(a.a&&clearInterval(a.a),a.b||(window.location=a.g))}))};p.prototype.start=function(a){if(this.a)return!1;this.a=setInterval(function(){q()},a);return!0};g("gaia.loginAutoRedirect.start",function(a,c,b){if(n||!b||!c||0>=a)return!1;n=new p(c,b);return n.start(a)});
g("gaia.loginAutoRedirect.stop",function(){var a=n;a.b=!0;a.a&&(clearInterval(a.a),a.a=null)});
</script>
  <script type="text/javascript" nonce="gh9Ie4rAF+ukookNm3C/jGrwB0U">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fnorthernvoice.ca%2Fnorthernvoice2008%2Frss.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fnorthernvoice.ca%2Fnorthernvoice2008%2Frss.xml\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fnorthernvoice.ca%2Fnorthernvoice2008%2Frss.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fnorthernvoice.ca%2Fnorthernvoice2008%2Frss.xml\x26passive=1209600');
  </script>
  </body>
</html>
