
<!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/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
  </style>
  <style>
  h1, h2 {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  }
  @-webkit-keyframes fontfix {
  from {
  opacity: 1;
  }
  to {
  opacity: 1;
  }
  }
  </style>
<style>
  html, body {
  font-family: Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  height: 100%;
  min-width: 100%;
  font-size: 13px;
  color: #404040;
  direction: ltr;
  -webkit-text-size-adjust: none;
  }
  button,
  input[type=button],
  input[type=submit] {
  font-family: Arial, sans-serif;
  font-size: 13px;
  }
  a,
  a:hover,
  a:visited {
  color: #427fed;
  cursor: pointer;
  text-decoration: none;
  }
  a:hover {
  text-decoration: underline;
  }
  h1 {
  font-size: 20px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: normal;
  }
  h2 {
  font-size: 14px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: bold;
  }
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  height: 36px;
  padding: 0 8px;
  margin: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 15px;
  color: #404040;
  }
  input[type=email]:hover,
  input[type=number]:hover,
  input[type=password]:hover,
  input[type=tel]:hover,
  input[type=text]:hover,
  input[type=url]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=url]:focus {
  outline: none;
  border: 1px solid #4d90fe;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  input[type=checkbox],
  input[type=radio] {
  -webkit-appearance: none;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0;
  cursor: pointer;
  vertical-align: bottom;
  background: #fff;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  }
  input[type=checkbox]:active,
  input[type=radio]:active {
  background: #ebebeb;
  }
  input[type=checkbox]:hover {
  border-color: #c6c6c6;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=radio] {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  width: 15px;
  height: 15px;
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
  background: #fff;
  }
  input[type=radio]:checked::after {
  content: '';
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #666;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  }
  input[type=checkbox]:checked::after {
  content: url(https://ssl.gstatic.com/ui/v1/menu/checkmark.png);
  display: block;
  position: absolute;
  top: -6px;
  left: -5px;
  }
  input[type=checkbox]:focus {
  outline: none;
  border-color: #4d90fe;
  }
  .stacked-label {
  display: block;
  font-weight: bold;
  margin: .5em 0;
  }
  .hidden-label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  }
  input[type=checkbox].form-error,
  input[type=email].form-error,
  input[type=number].form-error,
  input[type=password].form-error,
  input[type=text].form-error,
  input[type=tel].form-error,
  input[type=url].form-error {
  border: 1px solid #dd4b39;
  }
  .error-msg {
  margin: .5em 0;
  display: block;
  color: #dd4b39;
  line-height: 17px;
  }
  .help-link {
  background: #dd4b39;
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  text-decoration: none;
  position: relative;
  top: 0px;
  }
  .help-link:visited {
  color: #fff;
  }
  .help-link:hover {
  color: #fff;
  background: #c03523;
  text-decoration: none;
  }
  .help-link:active {
  opacity: 1;
  background: #ae2817;
  }
  .wrapper {
  position: relative;
  min-height: 100%;
  }
  .content {
  padding: 0 44px;
  }
  .main {
  padding-bottom: 100px;
  }
  /* For modern browsers */
  .clearfix:before,
  .clearfix:after {
  content: "";
  display: table;
  }
  .clearfix:after {
  clear: both;
  }
  /* For IE 6/7 (trigger hasLayout) */
  .clearfix {
  zoom:1;
  }
  .google-header-bar {
  height: 71px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .header .logo {
  background-image: url(https://ssl.gstatic.com/accounts/ui/logo_1x.png);
  background-size: 116px 38px;
  background-repeat: no-repeat;
  margin: 17px 0 0;
  float: left;
  height: 38px;
  width: 116px;
  }
  .header .logo-w {
  background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_112x36dp.png);
  background-size: 112px 36px;
  margin: 21px 0 0;
  }
  .header .secondary-link {
  margin: 28px 0 0;
  float: right;
  }
  .header .secondary-link a {
  font-weight: normal;
  }
  .google-header-bar.centered {
  border: 0;
  height: 108px;
  }
  .google-header-bar.centered .header .logo {
  float: none;
  margin: 40px auto 30px;
  display: block;
  }
  .google-header-bar.centered .header .secondary-link {
  display: none
  }
  .google-footer-bar {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .footer {
  padding-top: 7px;
  font-size: .85em;
  white-space: nowrap;
  line-height: 0;
  }
  .footer ul {
  float: left;
  max-width: 80%;
  min-height: 16px;
  padding: 0;
  }
  .footer ul li {
  color: #737373;
  display: inline;
  padding: 0;
  padding-right: 1.5em;
  }
  .footer a {
  color: #737373;
  }
  .lang-chooser-wrap {
  float: right;
  display: inline;
  }
  .lang-chooser-wrap img {
  vertical-align: top;
  }
  .lang-chooser {
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  }
  .lang-chooser option {
  font-size: 13px;
  line-height: 24px;
  }
  .hidden {
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  display: none !important;
  }
  .banner {
  text-align: center;
  }
  .card {
  background-color: #f7f7f7;
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  width: 304px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .card > *:first-child {
  margin-top: 0;
  }
  .rc-button,
  .rc-button:visited {
  display: inline-block;
  min-width: 46px;
  text-align: center;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  line-height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  -o-transition: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  }
  .card .rc-button {
  width: 100%;
  padding: 0;
  }
  .rc-button.disabled,
  .rc-button[disabled] {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
  pointer-events: none;
  }
  .rc-button:hover {
  border: 1px solid #c6c6c6;
  color: #333;
  text-decoration: none;
  -o-transition: all 0.0s;
  -moz-transition: all 0.0s;
  -webkit-transition: all 0.0s;
  transition: all 0.0s;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  .rc-button:active {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }
  .rc-button-submit,
  .rc-button-submit:visited {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  }
  .rc-button-submit:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  }
  .rc-button-submit:active {
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .rc-button-red,
  .rc-button-red:visited {
  border: 1px solid transparent;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #d14836;
  background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
  background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
  background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
  background-image: -o-linear-gradient(top,#dd4b39,#d14836);
  background-image: linear-gradient(top,#dd4b39,#d14836);
  }
  .rc-button-red:hover {
  border: 1px solid #b0281a;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #c53727;
  background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  background-image: linear-gradient(top,#dd4b39,#c53727);
  }
  .rc-button-red:active {
  border: 1px solid #992a1b;
  background-color: #b0281a;
  background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
  background-image: linear-gradient(top,#dd4b39,#b0281a);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .secondary-actions {
  text-align: center;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .google-header-bar.centered {
  height: 83px;
  }
  .google-header-bar.centered .header .logo {
  margin: 25px auto 20px;
  }
  .card {
  margin-bottom: 20px;
  }
</style>
<style media="screen and (max-width: 580px)">
  html, body {
  font-size: 14px;
  }
  .google-header-bar.centered {
  height: 73px;
  }
  .google-header-bar.centered .header .logo {
  margin: 20px auto 15px;
  }
  .content {
  padding-left: 10px;
  padding-right: 10px;
  }
  .hidden-small {
  display: none;
  }
  .card {
  padding: 20px 15px 30px;
  width: 270px;
  }
  .footer ul li {
  padding-right: 1em;
  }
  .lang-chooser-wrap {
  display: none;
  }
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
  .header .logo {
  background-image: url(https://ssl.gstatic.com/accounts/ui/logo_2x.png);
  }
  .header .logo-w {
  background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_112x36dp.png);
  }
</style>
<style>
  pre.debug {
  font-family: monospace;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 1.5em;
  font-size: 13px;
  background: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  direction: ltr;
  white-space: pre-wrap;
  width: 90%;
  overflow: hidden;
  }
</style>
<style>
  .banner h1 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 42px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  }
  .banner h2 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  }
  .signin-card {
  width: 274px;
  padding: 40px 40px;
  }
  .signin-card .profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  }
  .signin-card .profile-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
  }
  .signin-card .profile-email {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 20px 0;
  min-height: 1em;
  }
  .signin-card input[type=email],
  .signin-card input[type=password],
  .signin-card input[type=text],
  .signin-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .signin-card #Email,
  .signin-card #Passwd,
  .signin-card .captcha {
  direction: ltr;
  height: 44px;
  font-size: 16px;
  }
  .signin-card #Email + .stacked-label {
  margin-top: 15px;
  }
  .signin-card #reauthEmail {
  display: block;
  margin-bottom: 10px;
  line-height: 36px;
  padding: 0 8px;
  font-size: 15px;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .one-google p {
  margin: 0 0 10px;
  color: #555;
  font-size: 14px;
  text-align: center;
  }
  .one-google p.create-account,
  .one-google p.switch-account {
  margin-bottom: 60px;
  }
  .one-google .logo-strip {
  background-repeat: no-repeat;
  display: block;
  margin: 10px auto;
  background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_1x.png);
  background-size: 230px 17px;
  width: 230px;
  height: 17px;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .banner h1 {
  font-size: 38px;
  margin-bottom: 15px;
  }
  .banner h2 {
  margin-bottom: 15px;
  }
  .one-google p.create-account,
  .one-google p.switch-account {
  margin-bottom: 30px;
  }
  .signin-card #Email {
  margin-bottom: 0;
  }
  .signin-card #Passwd {
  margin-top: -1px;
  }
  .signin-card #Email.form-error,
  .signin-card #Passwd.form-error {
  z-index: 2;
  }
  .signin-card #Email:hover,
  .signin-card #Email:focus,
  .signin-card #Passwd:hover,
  .signin-card #Passwd:focus {
  z-index: 3;
  }
</style>
<style media="screen and (max-width: 580px)">
  .banner h1 {
  font-size: 22px;
  margin-bottom: 15px;
  }
  .signin-card {
  width: 260px;
  padding: 20px 20px;
  margin: 0 auto 20px;
  }
  .signin-card .profile-img {
  width: 72px;
  height: 72px;
  -moz-border-radius: 72px;
  -webkit-border-radius: 72px;
  border-radius: 72px;
  }
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
  .one-google .logo-strip {
  background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_2x.png);
  }
</style>
<style>
  .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;
}
#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/AccountLoginInfo" id="gaia_loginform">
  <input name="Page" type="hidden" value="PasswordSeparationSignIn">
  <input type="hidden" name="GALX" value="2laoMSxPB-M">
  <input type="hidden" name="gxf" value="AFoagUVf3pwsMfKpGTqExZvVraHAb3mcPQ:1461850157310">
  <input type="hidden" name="continue" value="https://drive.google.com/st/auth/host/0B7AgDzJGvktnN002Q2U3cnE2OFE//feed/">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <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" name="Email" placeholder="Enter your email" type="email" value="" spellcheck="false"
            
            
            >
  <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/RecoverAccount?continue=https%3A%2F%2Fdrive.google.com%2Fst%2Fauth%2Fhost%2F0B7AgDzJGvktnN002Q2U3cnE2OFE%2F%2Ffeed%2F&amp;ignoreShadow=0&amp;hl=en"
        >
  Need help?
  </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%2Fdrive.google.com%2Fst%2Fauth%2Fhost%2F0B7AgDzJGvktnN002Q2U3cnE2OFE%2F%2Ffeed%2F&amp;hl=en">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fdrive.google.com%2Fst%2Fauth%2Fhost%2F0B7AgDzJGvktnN002Q2U3cnE2OFE%2F%2Ffeed%2F">
  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">
  var gaia_attachEvent = function(element, event, callback) {
  if (element.addEventListener) {
  element.addEventListener(event, callback, false);
  } else if (element.attachEvent) {
  element.attachEvent('on' + event, callback);
  }
  };
  (function() {
  var gaia_hideNavBar = function() {
  setTimeout(function() {
  window.scrollTo(0, 1);
  }, 0);
  };
  gaia_attachEvent(window, 'load', gaia_hideNavBar);
  })();
</script>
  <script type="text/javascript">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */(function(){eval('var F=this,U=function(d,e){return d<e?-1:d>e?1:0},N=function(d,e,c){if(e=typeof d,"object"==e)if(d){if(d instanceof Array)return"array";if(d instanceof Object)return e;if(c=Object.prototype.toString.call(d),"[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof d.length&&"undefined"!=typeof d.splice&&"undefined"!=typeof d.propertyIsEnumerable&&!d.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof d.call&&"undefined"!=typeof d.propertyIsEnumerable&&!d.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==e&&"undefined"==typeof d.call)return"object";return e},B,Q2=function(d,e,c,Q,x){c=d.split("."),Q=F,c[0]in Q||!Q.execScript||Q.execScript("var "+c[0]);for(;c.length&&(x=c.shift());)c.length||void 0===e?Q=Q[x]?Q[x]:Q[x]={}:Q[x]=e},D;a:{var xT=F.navigator;if(xT){var cD=xT.userAgent;if(cD){B=cD;break a}}B=""}var n="",Os=function(d){return(d=F.document)?d.documentMode:void 0},q=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(B),Y=(q&&(n=q?q[1]:""),Os()),FX=null!=Y&&Y>parseFloat(n)?String(Y):n,E=function(d,e,c,Q,x,O,V,u,p,S,b,K){if(!(e=V2[d])){for(e=0,c=String(FX).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split("."),Q=String(d).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split("."),x=Math.max(c.length,Q.length),O=0;0==e&&O<x;O++){u=Q[O]||"",V=c[O]||"",p=RegExp("(\\\\d*)(\\\\D*)","g"),S=RegExp("(\\\\d*)(\\\\D*)","g");do{if(b=p.exec(V)||["","",""],K=S.exec(u)||["","",""],0==b[0].length&&0==K[0].length)break;e=U(0==b[1].length?0:parseInt(b[1],10),0==K[1].length?0:parseInt(K[1],10))||U(0==b[2].length,0==K[2].length)||U(b[2],K[2])}while(0==e)}e=V2[d]=0<=e}return e},Us=F.document,V2={},ui=Us?Os()||("CSS1Compat"==Us.compatMode?parseInt(FX,10):5):void 0,ND=(E("9"),new function(){},function(d,e,c,Q,x){for(e=[],Q=c=0;Q<d.length;Q++)x=d.charCodeAt(Q),128>x?e[c++]=x:(2048>x?e[c++]=x>>6|192:(55296==(x&64512)&&Q+1<d.length&&56320==(d.charCodeAt(Q+1)&64512)?(x=65536+((x&1023)<<10)+(d.charCodeAt(++Q)&1023),e[c++]=x>>18|240,e[c++]=x>>12&63|128):e[c++]=x>>12|224,e[c++]=x>>6&63|128),e[c++]=x&63|128);return e}),C=9<=Number(ui),pn=!E("9"),bi=(E("8"),E("9"),function(){}),l=function(d,e,c,Q,x){T.call(this,d?d.type:""),this.relatedTarget=this.currentTarget=this.target=null,this.charCode=this.keyCode=this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.H=this.state=null,d&&(c=this.type=d.type,x=d.relatedTarget,this.target=d.target||d.srcElement,this.currentTarget=e,Q=d.changedTouches?d.changedTouches[0]:null,x||("mouseover"==c?x=d.fromElement:"mouseout"==c&&(x=d.toElement)),this.relatedTarget=x,null===Q?(this.screenX=d.screenX||0,this.screenY=d.screenY||0,this.clientY=void 0!==d.clientY?d.clientY:d.pageY,this.clientX=void 0!==d.clientX?d.clientX:d.pageX,this.offsetY=void 0!==d.offsetY?d.offsetY:d.layerY,this.offsetX=void 0!==d.offsetX?d.offsetX:d.layerX):(this.screenY=Q.screenY||0,this.clientY=void 0!==Q.clientY?Q.clientY:Q.pageY,this.screenX=Q.screenX||0,this.clientX=void 0!==Q.clientX?Q.clientX:Q.pageX),this.keyCode=d.keyCode||0,this.ctrlKey=d.ctrlKey,this.altKey=d.altKey,this.state=d.state,this.metaKey=d.metaKey,this.shiftKey=d.shiftKey,this.charCode=d.charCode||("keypress"==c?d.keyCode:0),this.H=d,this.button=d.button,d.defaultPrevented&&this.preventDefault())},T=function(d,e){this.type=d,this.currentTarget=this.target=e,this.defaultPrevented=false},J=(T.prototype.preventDefault=function(){this.defaultPrevented=true},bi.prototype=T.prototype,l.Q3=T.prototype,l.prototype=new bi,l.prototype.preventDefault=function(d){if(l.Q3.preventDefault.call(this),d=this.H,d.preventDefault)d.preventDefault();else if(d.returnValue=false,pn)try{if(d.ctrlKey||112<=d.keyCode&&123>=d.keyCode)d.keyCode=-1}catch(e){}},l.fE=function(d,e,c){for(var Q=Array(arguments.length-2),x=2;x<arguments.length;x++)Q[x-2]=arguments[x];return T.prototype[e].apply(d,Q)},"closure_listenable_"+(1E6*Math.random()|0)),Sx=function(d,e,c,Q,x){this.j=null,this.D=x,this.u=!!Q,this.src=e,this.type=c,this.listener=d,this.key=++Kn,this.v=this.l=false},BD=function(d){d.src=null,d.listener=null,d.D=null,d.j=null,d.v=true},G=function(d){this.i={},this.A=0,this.src=d},jx=function(d,e,c,Q,x,O){for(x=0;x<d.length;++x)if(O=d[x],!O.v&&O.listener==e&&O.u==!!c&&O.D==Q)return x;return-1},Kn=(G.prototype.add=function(d,e,c,Q,x,O,V){return O=d.toString(),d=this.i[O],d||(d=this.i[O]=[],this.A++),V=jx(d,e,Q,x),-1<V?(e=d[V],c||(e.l=false)):(e=new Sx(e,this.src,O,!!Q,x),e.l=c,d.push(e)),e},0),z="closure_lm_"+(1E6*Math.random()|0),nn=function(d,e,c,Q){return Q=d.D||d.src,c=d.listener,d.l&&DR(d),c.call(Q,e)},M=function(d){return d=d[z],d instanceof G?d:null},DR=function(d,e,c,Q,x,O,V){if("number"!=typeof d&&d&&!d.v)if((e=d.src)&&e[J])e.bD(d);else if(Q=d.j,c=d.type,e.removeEventListener?e.removeEventListener(c,Q,d.u):e.detachEvent&&e.detachEvent(qD(c),Q),YT--,c=M(e)){if(Q=d.type,x=Q in c.i){x=c.i[Q];b:if("string"==typeof x)O="string"==typeof d&&1==d.length?x.indexOf(d,0):-1;else{for(O=0;O<x.length;O++)if(O in x&&x[O]===d)break b;O=-1}(V=0<=O)&&Array.prototype.splice.call(x,O,1),x=V}x&&(BD(d),0==c.i[Q].length&&(delete c.i[Q],c.A--)),0==c.A&&(c.src=null,e[z]=null)}else BD(d)},w=function(d,e,c,Q,x,O,V){if("array"==N(e))for(O=0;O<e.length;O++)w(d,e[O],c,Q,x);else if(c=Es(c),d&&d[J])d.zO(e,c,Q,x);else{if(!e)throw Error("Invalid event type");if(O=!!Q,!O||C)if((V=M(d))||(d[z]=V=new G(d)),c=V.add(e,c,false,Q,x),!c.j){if(Q=Cn(),Q.listener=c,Q.src=d,c.j=Q,d.addEventListener)d.addEventListener(e.toString(),Q,O);else if(d.attachEvent)d.attachEvent(qD(e.toString()),Q);else throw Error("addEventListener and attachEvent are unavailable.");YT++}}},YT=0,qD=function(d){return d in g?g[d]:g[d]="on"+d},Cn=function(d,e){return d=li,e=C?function(c){return d.call(e.src,e.listener,c)}:function(c){if(c=d.call(e.src,e.listener,c),!c)return c}},li=function(d,e,c,Q,x){if(d.v)return true;if(!C){if(!(c=e))a:{for(Q=F,c=["window","event"];x=c.shift();)if(null!=Q[x])Q=Q[x];else{c=null;break a}c=Q}return c=new l(c,this),nn(d,c)}return nn(d,new l(e,this))},At=function(d,e,c,Q,x,O){if("array"==N(e))for(O=0;O<e.length;O++)At(d,e[O],c,Q,x);else(c=Es(c),d&&d[J])?d.Jw(e,c,Q,x):d&&(d=M(d))&&(e=d.i[e.toString()],d=-1,e&&(d=jx(e,c,!!Q,x)),(c=-1<d?e[d]:null)&&DR(c))},g={},X="__closure_events_fn_"+(1E9*Math.random()>>>0),r={},f={},w4=function(d,e){d.G=[],P(d,d.I,0),P(d,d.P,0),P(d,d.V,0),P(d,d.X,[]),d.T=true,P(d,d.s,2048),P(d,d.rX,d),P(d,d.C,I(4)),P(d,d.F,0),P(d,d.J,{}),P(d,d.g,[]),P(d,d.CE,"object"==typeof window?window:F),P(d,d.W,0),P(d,d.b,0),P(d,d.X6,[]),P(d,d.B,d.B),P(d,110,function(d,Q,x){Q=R(d),x=R(d),P(d,x,d.c(x)*d.c(Q))}),P(d,32,function(d,Q,x,e){Q=R(d),x=R(d),e=R(d),P(d,e,d.c(Q)>>x)}),P(d,22,function(d,Q,e,O){Q=R(d),e=R(d),O=R(d),d.c(Q)[d.c(e)]=d.c(O)}),P(d,28,function(d,Q,e,O,V,u,p,S,b,K){if(Q=R(d),e=L(d),O="",void 0!=d.G[d.h])for(V=d.c(d.h),p=V.length,u=0;e--;)u=(u+L(d))%p,O+=V[u];else{for(O=Array(e),V=0;V<e;V++)O[V]=R(d);for(e=[],u=V=0;V<O.length;)p=O[V++],128>p?e[u++]=String.fromCharCode(p):191<p&&224>p?(S=O[V++],e[u++]=String.fromCharCode((p&31)<<6|S&63)):239<p&&365>p?(S=O[V++],b=O[V++],K=O[V++],p=((p&7)<<18|(S&63)<<12|(b&63)<<6|K&63)-65536,e[u++]=String.fromCharCode(55296+(p>>10)),e[u++]=String.fromCharCode(56320+(p&1023))):(S=O[V++],b=O[V++],e[u++]=String.fromCharCode((p&15)<<12|(S&63)<<6|b&63));O=e.join("")}P(d,Q,O)}),P(d,46,function(d,Q,e,O,V,u){if(Q=R(d),e=R(d),O=R(d),V=R(d),Q=d.c(Q),e=d.c(e),O=d.c(O),d=d.c(V),"object"==N(Q)){for(u in V=[],Q)V.push(u);Q=V}for(V=0,u=Q.length;V<u;V+=O)e(Q.slice(V,V+O),d)}),P(d,84,function(d,Q){Q=h(d),P(d,Q.M,Q.Y.apply(Q.o,Q.L))}),P(d,60,function(d,Q,e,O){Q=R(d),e=R(d),O=R(d),e=d.c(e),Q=d.c(Q),P(d,O,Q[e])}),P(d,24,function(d,Q,e,O){Q=R(d),e=R(d),O=d.c(R(d)),e=d.c(e),P(d,Q,Jt(d,e,O))}),P(d,96,function(d,Q,e){Q=R(d),e=R(d),P(d,e,""+d.c(Q))}),P(d,72,function(){}),P(d,57,function(d,Q){Q=R(d),d=d.c(Q),At(d[0],d[1],d[2])}),P(d,126,function(){}),P(d,2,function(d,Q,e,O){if(Q=d.cT.pop()){for(e=R(d);0<e;e--)O=R(d),Q[O]=d.G[O];Q[d.X]=d.G[d.X],d.G=Q}else P(d,d.I,d.a.length)}),P(d,81,function(d,e,x){e=R(d),x=R(d),P(d,x,d.c(x)-d.c(e))}),P(d,93,function(d){v(d,3)}),P(d,67,function(d,e,x,O,V,u,p){e=h(d),O=e.o,V=e.Y,x=e.L,p=x.length,0==p?u=new O[V]:1==p?u=new O[V](x[0]):2==p?u=new O[V](x[0],x[1]):3==p?u=new O[V](x[0],x[1],x[2]):4==p?u=new O[V](x[0],x[1],x[2],x[3]):d.N(d.w),P(d,e.M,u)}),P(d,20,function(d,e,x){e=R(d),x=R(d),P(d,x,d.c(x)%d.c(e))}),P(d,37,function(d,e,x,O,V){for(e=R(d),x=L(d),O=Array(x),V=0;V<x;V++)O[V]=R(d);P(d,e,O)}),P(d,87,function(d,e,x,O){e=R(d),x=R(d),O=R(d),P(d,O,(d.c(e)in d.c(x))+0)}),P(d,99,function(d){m(d,2)}),P(d,79,function(d){v(d,7)}),P(d,112,function(d,e,x){e=R(d),x=R(d),P(d,x,function(d){return eval(d)}(d.c(e)))}),P(d,62,function(d,e,x){e=R(d),x=R(d),0!=d.c(e)&&P(d,d.I,d.c(x))}),P(d,50,function(d,e,x,O){e=R(d),x=R(d),O=R(d),P(d,O,d.c(e)<<x)}),P(d,26,function(d){m(d,4)}),P(d,40,function(d){H(d,2)}),P(d,108,function(d,e,x,O){e=R(d),x=R(d),O=R(d),P(d,O,d.c(e)||d.c(x))}),P(d,66,function(d){v(d,4)}),P(d,114,function(d){v(d,0)}),P(d,21,function(d,e,x,O){e=R(d),x=R(d),O=R(d),d.c(e)>d.c(x)&&P(d,O,d.c(O)+1)}),P(d,80,function(d,e,x){e=R(d),x=R(d),P(d,x,d.c(x)+d.c(e))}),P(d,59,function(d,e,x,O){e=R(d),x=R(d),O=R(d),d.c(e)==d.c(x)&&P(d,O,d.c(O)+1)}),P(d,52,function(d){H(d,4)}),P(d,65,function(d,e,x,O,V){e=R(d),x=R(d),O=R(d),e=d.c(e),V=d.c(R(d)),x=d.c(x),O=d.c(O),0!==e&&(O=Jt(d,O,V,e),w(e,x,O),P(d,d.W,[e,x,O]))}),P(d,73,function(d,e,x){e=R(d),x=R(d),e=d.G[e]&&d.c(e),P(d,x,e)}),P(d,95,function(d){m(d,1)}),P(d,88,function(d,e,x,O,V,u,p){e=h(d),V=e.Y,O=e.o,x=e.L,p=x.length,0==p?u=O[V]():1==p?u=O[V](x[0]):2==p?u=O[V](x[0],x[1]):3==p?u=O[V](x[0],x[1],x[2]):d.N(d.w),P(d,e.M,u)}),P(d,12,function(d,e,x){e=R(d),x=R(d),e=d.c(e),P(d,x,N(e))}),P(d,51,function(d,e){e=d.c(R(d)),GA(d,e)}),P(d,105,function(d){H(d,1)}),P(d,9,function(d,e,x,O){e=R(d),x=R(d),O=R(d),P(d,O,d.c(e)|d.c(x))}),zA(),e&&"!"==e.charAt(0)?d.m=e:(d.a=MD(e),d.a&&d.a.length?(d.cT=[],d.S()):d.N(d.GO))},zA=function(d){for(d=0;64>d;++d)r[d]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(d),f["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(d)]=d;r[64]="",f["+"]=62,f["/"]=63,f["="]=64},a=function(d,e){return d[e]<<24|d[e+1]<<16|d[e+2]<<8|d[e+3]},MD=function(d,e,c,Q,x,O,V){for(c=0,e=[];c<d.length;){if(Q=f[d.charAt(c++)],x=c<d.length?f[d.charAt(c)]:0,++c,O=c<d.length?f[d.charAt(c)]:64,++c,V=c<d.length?f[d.charAt(c)]:64,++c,null==Q||null==x||null==O||null==V)throw Error();e.push(Q<<2|x>>4),64!=O&&(e.push(x<<4&240|O>>2),64!=V&&e.push(O<<6&192|V))}return e},W=function(d){try{w4(this,d)}catch(e){k(this,e)}},ss=(D=W.prototype,D.sm=153,D.Z=233,function(d,e,c,Q){return c=d.c(d.I),d.a&&c<d.a.length?(P(d,d.I,d.a.length),GA(d,e)):P(d,d.I,e),Q=d.S(),P(d,d.I,c),Q}),t=(D.CE=145,D.iD=15,function(d,e,c,Q,x,O){for(x=d.c(e),e=e==d.C?function(e,Q,c,O){if(Q=x.length,c=Q-4>>3,x.PT!=c){x.PT=c,c=(c<<3)-4,O=[0,0,0,d.c(d.F)];try{x.nE=g4(a(x,c),a(x,c+4),O)}catch(b){throw b;}}x.push(x.nE[Q&7]^e)}:function(d){x.push(d)},Q&&e(Q&255),O=0,Q=c.length;O<Q;O++)e(c[O])}),GA=function(d,e){d.cT.push(d.G.slice()),d.G[d.I]=void 0,P(d,d.I,e)},P=(D.V=170,D.I=149,D.BT=12,D.J=134,D.h=187,D.C=237,D.kU=30,D.Nt=31,D.B=143,W.prototype.N=function(d,e,c,Q){Q=this.c(this.P),d=[d,Q>>8&255,Q&255],void 0!=c&&d.push(c),0==this.c(this.X).length&&(this.G[this.X]=void 0,P(this,this.X,d)),c="",e&&(e.message&&(c+=e.message),e.stack&&(c+=":"+e.stack)),e=this.c(this.s),3<e&&(c=c.slice(0,e-3),e-=c.length+3,c=ND(c.replace(/\\r\\n/g,"\\n")),t(this,this.C,y(c.length,2).concat(c),this.BT)),P(this,this.s,e)},D.f={},D.Em=false,D.$="toString",function(d,e,c){if(e==d.I||e==d.P)if(d.G[e])d.G[e][d.$](c);else d.G[e]=XX(d,c);else if(e!=d.g&&e!=d.C&&e!=d.X||!d.G[e])d.G[e]=r4(c,d.c);e==d.b&&(d.K=void 0,P(d,d.I,d.c(d.I)+4))}),Jt=(W.prototype.xU=function(d,e){e.push(d[0]<<24|d[1]<<16|d[2]<<8|d[3]),e.push(d[4]<<24|d[5]<<16|d[6]<<8|d[7]),e.push(d[8]<<24|d[9]<<16|d[10]<<8|d[11])},D.W=219,function(d,e,c,Q){return function(){if(!Q||d.T)return P(d,d.qt,Q?[arguments[0].H]:arguments),P(d,d.J,c),ss(d,e)}}),R=(D.IW=21,W.prototype.c=function(d,e){if(e=this.G[d],void 0===e)throw this.N(this.kU,0,d),this.f;return e()},D.$U=34,D.b=176,function(d,e,c){if(e=d.c(d.I),!(e in d.a))throw d.N(d.Nt),d.f;return void 0==d.K&&(d.K=a(d.a,e-4),d.R=void 0),d.R!=e>>3&&(d.R=e>>3,c=[0,0,0,d.c(d.b)],d.wX=g4(d.K,d.R,c)),P(d,d.I,e+1),d.a[e]^d.wX[e%8]}),XX=(D.w=22,D.GO=17,function(d,e,c,Q){return Q=function(){return e},c=function(){return Q()},c[d.$]=function(d){e=d},c}),I=(D.LE=10,function(d,e){for(e=Array(d);d--;)e[d]=255*Math.random()|0;return e}),r4=(D.gX=36,D.s=191,function(d,e,c,Q,x,O,V,u,p){return Q=function(){return c()},x=W.prototype,V=x.O,p=x.N,u=W,O=x.S,c=function(d,b,K){for(K=0,d=Q[x.U],b=d===e,d=d&&d[x.U];d&&d!=O&&d!=V&&d!=u&&d!=p&&20>K;)K++,d=d[x.U];return c[x.$U+b+!(!d+(K+3>>3))]},Q[x.$]=function(d){c[x.gX]=d},Q[x.$](d),d=Q}),h=(D.qt=217,function(d,e,c,Q,x,O){for(e={},c=R(d),e.M=R(d),e.L=[],Q=R(d)-1,x=R(d),O=0;O<Q;O++)e.L.push(R(d));for(e.Y=d.c(c),e.o=d.c(x);Q--;)e.L[Q]=d.c(e.L[Q]);return e}),y=function(d,e,c,Q){for(Q=e-1,c=[];0<=Q;Q--)c[e-1-Q]=d>>8*Q&255;return c},k=(D.g=236,D.U="caller",D.aW=33,D.X6=129,D.rX=249,W.prototype.vT=function(d,e,c,Q){try{Q=d[(e+2)%3],d[e]=d[e]-d[(e+1)%3]-Q^(1==e?Q<<c:Q>>>c)}catch(x){throw x;}},D.P=173,D.X=155,W.prototype.j0=function(d,e,c,Q){if(3==d.length){for(c=0;3>c;c++)e[c]+=d[c];for(c=0,Q=[13,8,13,12,16,5,3,10,15];9>c;c++)e[3](e,c%3,Q[c])}},function(d,e){d.m=("E:"+e.message+":"+e.stack).slice(0,2048)}),L=function(d,e){return e=R(d),e&128&&(e=e&127|R(d)<<7),e},g4=function(d,e,c,Q){try{for(Q=0;79669387488!=Q;)d+=(e<<4^e>>>5)+e^Q+c[Q&3],Q+=2489668359,e+=(d<<4^d>>>5)+d^Q+c[Q>>>11&3];return[d>>>24,d>>16&255,d>>8&255,d&255,e>>>24,e>>16&255,e>>8&255,e&255]}catch(x){throw x;}},Es=(D.F=133,D=W.prototype,function(d){if("function"==N(d))return d;return d[X]||(d[X]=function(e){return d.handleEvent(e)}),d[X]}),v=(D.e0=function(d){return(d=window.performance)&&d.now?function(){return d.now()|0}:function(){return+new Date}}(),function(d,e,c,Q,x,O){Q=e&3,c=e&4,x=R(d),O=R(d),x=d.c(x),c&&(x=ND((""+x).replace(/\\r\\n/g,"\\n"))),Q&&t(d,O,y(x.length,2)),t(d,O,x)}),m=function(d,e,c,Q){c=R(d),Q=R(d),t(d,Q,y(d.c(c),e))},H=(D.S=function(d,e,c,Q,x,O){try{for(e=5001,Q=0,c=void 0,d=this.a.length;(--e||this.Em)&&(Q=this.c(this.I))<d;)try{P(this,this.P,Q),x=R(this),(c=this.c(x))&&c.call?c(this):this.N(this.IW,0,x)}catch(V){V!=this.f&&(O=this.c(this.B),O!=this.B?(P(this,O,V),P(this,this.B,this.B)):this.N(this.w,V))}e||this.N(this.aW)}catch(V){try{this.N(this.w,V)}catch(u){k(this,u)}}return this.c(this.J)},function(d,e,c,Q){for(c=R(d),Q=0;0<e;e--)Q=Q<<8|R(d);P(d,c,Q)});D.tw=function(d,e,c){return e^=e<<13,e^=e>>17,(e=(e^e<<5)&c)||(e=1),d^e},D.mI=function(d,e){return e=this.O(),d&&d(e),e},D.O=function(d,e,c,Q,x,O,V,u,p,S,b,K,ii,Z,TA,d4,ex,A){if(this.m)return this.m;try{for(this.T=false,e=this.c(this.g).length,c=this.c(this.C).length,Q=this.c(this.s),this.G[this.Z]&&ss(this,this.c(this.Z)),x=this.c(this.X),0<x.length&&t(this,this.g,y(x.length,2).concat(x),this.iD),O=this.c(this.V)&511,O-=this.c(this.g).length+5,V=this.c(this.C),4<V.length&&(O-=V.length+3),0<O&&t(this,this.g,y(O,2).concat(I(O)),this.LE),4<V.length&&t(this,this.g,y(V.length,2).concat(V),this.sm),u=I(2).concat(this.c(this.g)),u[1]=u[0]^3,O=0,x=[];O<u.length;O+=3)S=u[O],K=(b=O+1<u.length)?u[O+1]:0,Z=(ii=O+2<u.length)?u[O+2]:0,d4=(K&15)<<2|Z>>6,ex=Z&63,TA=(S&3)<<4|K>>4,V=S>>2,ii||(ex=64,b||(d4=64)),x.push(r[V],r[TA],r[d4],r[ex]);if(p=x.join(""))p="!"+p;else for(S=0,p="";S<u.length;S++)A=u[S][this.$](16),1==A.length&&(A="0"+A),p+=A;this.c(this.g).length=e,this.c(this.C).length=c,P(this,this.s,Q),d=p,this.T=true}catch(fn){k(this,fn),d=this.m}return d},D.y3=function(d,e,c,Q,x,O){for(c=[],O=Q=0;O<d.length;O++)for(x=x<<e|d[O],Q+=e;7<Q;)Q-=8,c.push(x>>Q&255);return c},D.Um=function(d,e,c,Q,x){for(x=Q=0;x<d.length;x++)Q+=d.charCodeAt(x),Q+=Q<<10,Q^=Q>>6;return Q+=Q<<3,Q^=Q>>11,d=Q+(Q<<15)>>>0,Q=new Number(d&(1<<e)-1),Q[0]=(d>>>e)%c,Q};try{w(window,"unload",function(){})}catch(d){}Q2("botguard.bg",W),Q2("botguard.bg.prototype.invoke",W.prototype.mI);')})()</script>
  <script type="text/javascript">
  document.bg = new botguard.bg('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');
  </script>
<script>
  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>
  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>
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script>
  (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>
  </body>
</html>
