.usr-status {
  display: block;
  width: 300px;
  height: 19px;
  position: absolute;
  right: 20px;
  top: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.usr-status a {
  color: #999999;
  cursor: pointer;
  text-decoration: none;
}
.usr-status a:hover {
  color: #000000;
}
.usr-status .usr-status-logged-out {
  /* display: none; */
}
.usr-status .usr-status-logged-out .login-link {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  height: 19px;
  width: 75px;
  border-top: 1px solid #4f649e;
  border-right: 1px solid #4f649e;
  border-top-right-radius: 3px;
  text-align: center;
}
.usr-status .usr-status-logged-out .login-link:before {
  content: " ";
  width: 21px;
  height: 19px;
  position: absolute;
  top: -1px;
  right: 74px;
  background: transparent url(/wp-content/skins/global/groups/textures/homepage.png) no-repeat -285px 0;
}
.usr-status .usr-status-logged-in {
  display: none;
}
.usr-status .usr-status-logged-in .profile-pic {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
}
.usr-status .usr-status-logged-in .profile-name {
  position: absolute;
  left: 23px;
  top: 0px;
  color: #369fbf;
}
.usr-status .usr-status-logged-in .logout-link {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.big {
  right: 0;
  width: 49%;
  position: relative;
  float: right;
  top: 0;
}
.big .usr-status-logged-out .login-link {
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #4f649e;
  font-size: 20px;
  color: #000000;
  border-top-right-radius: 0;
  border-top: 1px solid #4f649e;
  border-top-left-radius: 10px;
  padding-left: 59px;
  overflow: hidden;
}
.big .usr-status-logged-out .login-link:before {
  background: transparent url(/wp-content/skins/global/groups/sso/fb-59.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  content: "";
  height: 58px;
}
.big a {
  line-height: 2.8;
}
.usr-status-widget {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 135px;
  height: 55px;
  border: 1px solid #EFEFEF;
  margin-bottom: 10px;
}
.usr-status-widget:before {
  background: transparent url(/wp-content/skins/global/groups/textures/homepage.png) no-repeat -285px 0;
  background-position: -285px -21px;
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  content: "";
  height: 53px;
}
.usr-status-widget a {
  text-decoration: underline;
}
.usr-status-widget .usr-status-logged-out {
  display: block;
  position: relative;
  width: 133px;
  height: 53px;
}
.usr-status-widget .usr-status-logged-out .login-link {
  left: 57px;
  top: 5px;
  border: none;
  text-align: left;
  color: #369fbf;
  line-height: 1.2;
}
.usr-status-widget .usr-status-logged-out .login-link:hover {
  color: #369fbf;
}
.usr-status-widget .usr-status-logged-out .login-link:before {
  display: none;
}
.usr-status-widget .usr-status-logged-in {
  position: relative;
  width: 133px;
  height: 53px;
}
.usr-status-widget .usr-status-logged-in .profile-pic {
  width: 53px;
  height: 53px;
}
.usr-status-widget .usr-status-logged-in .profile-name {
  left: 57px;
  top: 5px;
  width: 75px;
  overflow: hidden;
}
.usr-status-widget .usr-status-logged-in .profile-link-small {
  position: absolute;
  left: 57px;
  bottom: 5px;
  width: 76px;
  overflow: hidden;
  font-size: 10px;
}
.usr-status-widget .usr-status-logged-in .darth-fader {
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
}
/* standard login modal */
#login-modal .modal-dialog {
  margin: 30px auto;
  width: 400px;
}
#login-modal #login-form {
  color: #999999;
  margin-bottom: 14px;
}
#login-modal #forgot-login,
#login-modal #register-user {
  position: absolute;
  bottom: 15px;
  color: #999999;
  text-decoration: underline;
  font-size: 0.9em;
}
#login-modal #forgot-login {
  left: 15px;
}
#login-modal #register-user {
  right: 15px;
}
/* comments login modal */
#login-modal-comments .modal-dialog {
  margin: 30px auto;
  width: 640px;
}
#login-modal-comments .modal-body {
  padding-top: 15px;
}
#login-modal-comments #unregistered-user-post-comment-form {
  padding-top: 23px;
}
#login-modal-comments h3 {
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#login-modal-comments .comments-login-sso {
  border-right: 1px solid #0087e7;
  float: left;
  padding-right: 20px;
  width: 262px;
  min-height: 295px;
}
#login-modal-comments .comments-login-unregistered {
  float: left;
  padding-left: 20px;
  width: 302px;
  min-height: 260px;
}
#login-modal-comments .uranon {
  height: 130px;
}
#login-modal-comments #unregistered-p {
  color: #999999;
  font-size: 0.7em;
}
#login-modal-comments #ur-sso-forgotten-login,
#login-modal-comments #ursso-register-login {
  position: absolute;
  bottom: 15px;
  color: #999999;
  text-decoration: underline;
  font-size: 0.9em;
}
#login-modal-comments #ur-sso-forgotten-login {
  left: 15px;
}
#login-modal-comments #ursso-register-login {
  right: 15px;
}
#login-modal-comments #unregister-user-post-comment {
  margin-top: 60px;
}
/* both forms */
#login-modal input,
#login-modal-comments input {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
}
#login-modal input[type="submit"],
#login-modal-comments input[type="submit"] {
  width: auto;
}
#login-modal .hidden,
#login-modal-comments .hidden {
  display: none;
}
#login-modal #fb-login,
#login-modal-comments #fb-login,
#login-modal #fb-comment-login,
#login-modal-comments #fb-comment-login {
  color: transparent;
  background: transparent url(/wp-content/skins/global/groups/textures/homepage.png) no-repeat -285px 0;
  background-position: -85px -30px;
  height: 23px;
  width: 186px;
}
/* register/connect account with facebook modal*/
#reg-con-accnt-modal .modal-header .fb-avatar,
#con-accnt-modal .modal-header .fb-avatar {
  float: left;
  margin-right: 5px;
  width: 50px;
  height: 50px;
}
#reg-con-accnt-modal .modal-header h4,
#con-accnt-modal .modal-header h4 {
  line-height: 1.1;
  width: 540px;
}
#reg-con-accnt-modal .modal-body ul,
#con-accnt-modal .modal-body ul {
  margin-bottom: 10px;
}
#reg-con-accnt-modal .modal-body form,
#con-accnt-modal .modal-body form {
  float: left;
  width: 300px;
  margin-right: 10px;
}
#reg-con-accnt-modal .modal-body form .nnp-input-txt,
#con-accnt-modal .modal-body form .nnp-input-txt {
  box-sizing: border-box;
  width: 300px;
}
#reg-con-accnt-modal .modal-body .error,
#con-accnt-modal .modal-body .error {
  width: 200px;
  float: left;
}
/* register account with facebook modal*/
#reg-con-accnt-modal form .nnp-input-txt {
  margin-bottom: 2px;
}
#reg-con-accnt-modal form small {
  display: block;
  margin-bottom: 10px;
  color: #999999;
  font-style: italic;
}
#forgot-modal .modal-dialog {
  margin: 30px auto;
  width: 400px;
}
#forgot-modal form label {
  float: left;
  line-height: 2.5em;
}
#forgot-modal form .nnp-input-txt {
  float: right;
  width: 230px;
}
#forgot-modal form .forgot-errors {
  position: absolute;
  width: 180px;
  right: 10px;
  bottom: 25px;
}
.nnp-sso-messages {
  min-height: 400px;
  margin-left: 20px;
}
.nnp-sso-messages h2 {
  font-size: 28px;
}
